query-80a32d8f342637a265d799ae9736c2c2
Propertieslocated in the administrative territorial entity (P131)instance of (P31)subclass of (P279)has part(s) (P527)
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 DISTINCT ?item ?itemLabel
WHERE {
{ ?item wdt:P131 wd:Q2090 } UNION { ?item wdt:P131 wd:Q3126 }
?item wdt:P31/wdt:P279* wd:Q16917;
wdt:P527 wd:Q1295316
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
LIMIT 100
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
c2(["wd:Q2090"]):::iri
c10(["bd:serviceParam"]):::iri
c8(["wd:Q1295316"]):::iri
c6(["wd:Q16917"]):::iri
c12(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c3(["wd:Q3126"]):::iri
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P131"--> c3
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P131"--> c2
end
union0r <== or ==> union0l
end
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c6
v1 --"wdt:P527"--> c8
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
end