115 (147)

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