query-0f4ac188181a603680f242e1320775f2
Propertiesinstance of (P31)located in the administrative territorial entity (P131)country (P17)
Use at
- https://query.wikidata.org/sparql
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 ?item ?itemLabel ?landLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "nl,[AUTO_LANGUAGE],en". }
?item wdt:P31 wd:Q166118;
wdt:P131 wd:Q1296.
OPTIONAL { ?item wdt:P17 ?land. }
}
ORDER BY (?itemLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?itemLabel"):::projected
v3("?land")
c2(["bd:serviceParam"]):::iri
c6(["wd:Q166118"]):::iri
c4(["nl,#91;AUTO_LANGUAGE#93;,en"]):::literal
c8(["wd:Q1296"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v2 --"wdt:P31"--> c6
v2 --"wdt:P131"--> c8
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P17".-> v3
end