Changes

Jump to navigation Jump to search
Line 52: Line 52:  
}}   
 
}}   
 
{{SPARQL|query=
 
{{SPARQL|query=
SELECT ?item ?label ?_image WHERE {
+
SELECT ?item ?itemLabel ?license ?licenseLabel ?web WHERE {
 
   ?item pdiot:P3 pdio:Q33.
 
   ?item pdiot:P3 pdio:Q33.
 +
  OPTIONAL {?item pdiot:P13 ?license}
 +
  OPTIONAL {?item pdiot:P15 ?web}
 +
 
 
   SERVICE wikibase:label {
 
   SERVICE wikibase:label {
 
     bd:serviceParam wikibase:language "en" .  
 
     bd:serviceParam wikibase:language "en" .  
    ?item rdfs:label ?label
   
   }
 
   }
 
OPTIONAL { ?item pdiot:P47 ?_image. }
 
OPTIONAL { ?item pdiot:P47 ?_image. }

Navigation menu