116 (147)

Pattern Constraints

   SELECT ?cat ?val
   WHERE { ?x rdf:value ?val. ?x category ?cat.
   		  FILTER ?val >= 200 }
A slide showing the a more complex Graph for a sparql pattern

SPARQL