Semantic Web integration

Query the Linked Data Cloud using TYPO3

Posted in Semantic Web integration on March 28th, 2011 by Jochen Rau – 6 Comments

The Semantic Web is coming to a TYPO3 installation near you. During the TYPO3 Transition Days 2011 in Berlin a couple of Developers—including me—discussed about how to implement some aspects of the Semantic Web Stack for TYPO3. One of the first outcome is the new Extension “semantic” providing a SPARQL Client.
read more »

A SPARQL Query Result Parser written in PHP

Posted in Meta Topics, Semantic Web integration on January 31st, 2011 by Jochen Rau – 1 Comment

Inspired by the SPARQL Query Result Parser written by Daniel Alexander Smith and published on the Enakting Blog, I just wrote an implementation in PHP. It utilizes the performant event based XML parser of PHP. In contrast to the original implementation written in Python, the current version below supports also the “datatype” and “xml:lang” attribute of literal types. read more »