query-7c118a7333f36408a17a58782239cd6e
Propertieslocated in the administrative territorial entity (P131)instance of (P31)subclass of (P279)
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 ?liegtinLabel ?isteinLabel WHERE {
?item wdt:P131 wd:Q1197.
# ist Bauwerk oder direkte Unterklasse von Bauwerk. * statt ? wären alle Unterklassen gibt aber Timeout.
?item wdt:P31/wdt:P279? wd:Q811979.
?item wdt:P131 ?liegtin.
?item wdt:P31 ?istein.
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
}
LIMIT 50
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?istein")
v1("?item"):::projected
v2("?liegtin")
a1((" "))
c7(["bd:serviceParam"]):::iri
c4(["wd:Q811979"]):::iri
c2(["wd:Q1197"]):::iri
c9(["de,en"]):::literal
v1 --"wdt:P131"--> c2
v1 --"wdt:P31"--> a1
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
a1 --"wdt:P279"--> c4
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
end
union0r <== or ==> union0l
end
v1 --"wdt:P131"--> v2
v1 --"wdt:P31"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end