118 (155)

More Complex Example

   SELECT ?cat ?val ?uri
   WHERE (?x rdf:value ?val) (?x category ?cat)
         (?val contains ?x) (?val linkTo ?uri)
A slide showing a complex pattern that can be used for the Optional feature

SPARQL