query-3f3ab207673614a31cd1e33315ef0fbf

rq turtle/ttl

Preferred rank hiding resultsHello, , but when searching for all integral overseas territories with SPARQL, the Canary islands don't appear in the results. integral overseas territory, you can see it listed as an Canary islandsWhen looking at the entry for

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?iot ?iotLabel WHERE {
  ?iot wdt:P31 wd:Q26934845.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?iot"):::projected c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q26934845"]):::iri v1 --"wdt:P31"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end