query-e6e8d2a934e692621c5c635ca7374cf8
Seen auf der Insel Sizilien oder in einem geographischen Teilgebiet
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 ?See ?SeeLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,it,en,[AUTO_LANGUAGE]". }
?See wdt:P31 wd:Q23397;
wdt:P706+ wd:Q4951156.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?See"):::projected
c6(["wd:Q23397"]):::iri
c2(["bd:serviceParam"]):::iri
c8(["wd:Q4951156"]):::iri
c4(["de,it,en,#91;AUTO_LANGUAGE#93;"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P31"--> c6
v1 --"wdt:P706"--> c8