Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
{{
 
{{
SPARQLexample|query=
+
SPARQLexample|title=A test|query=
 
SELECT ?item ?label ?_image WHERE {
 
SELECT ?item ?label ?_image WHERE {
 
   ?item pdiot:P3 pdio:Q1591.
 
   ?item pdiot:P3 pdio:Q1591.
Line 7: Line 7:  
     ?item rdfs:label ?label
 
     ?item rdfs:label ?label
 
   }
 
   }
 
   
OPTIONAL { ?item pdiot:P47 ?_image. }
 
OPTIONAL { ?item pdiot:P47 ?_image. }
 
}
 
}
 
LIMIT 100
 
LIMIT 100
 
}}
 
}}

Navigation menu