Querying: Difference between revisions

Jump to navigation Jump to search
Line 212: Line 212:
   ?seat ogt:P3 ?wdQid.
   ?seat ogt:P3 ?wdQid.
   MINUS {?seat ogt:P10 ?geo.}
   MINUS {?seat ogt:P10 ?geo.}
   BIND (URI(CONCAT("https://www.wikidata.org/wiki/",
   BIND (URI(CONCAT("http://www.wikidata.org/entity/",
   ENCODE_FOR_URI(?wdQid))) as ?wdURL).
   ENCODE_FOR_URI(?wdQid))) as ?wdURL).
  hint:Query hint:optimizer "None" .
   SERVICE <https://query.wikidata.org/sparql> {
   SERVICE <https://query.wikidata.org/sparql> {
     SELECT ?wdURL ?coords {
     SELECT ?wdURL ?coords {

Navigation menu