Archive for January, 2011

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 »