XSPARQL is an integrated query language combining XQuery and SPARQL.

Example query:

prefix : <http://xmlns.com/foaf/0.1/>
for * from relations.rdf 
where { $x foaf:name $name } 
return $name

XSPARQL is specified by a W3C Member Submission [1]. An open source implementation is available as web demo [1] and as command line application on sourceforge.

References

edit
  1. ^ "XSPARQL Submission". W3C. 20 January 2009. Retrieved 19 September 2011.
edit