116 (155)

Simple SPARQL Example

   SELECT ?cat ?val
   WHERE (?x rdf:value ?val) (?x category ?cat)
A slide showing the a more complex Graph for a sparql pattern

SPARQL