query-71e5f324c0fe0be0f3f5ec989cc9cd2d
AbfragenObjekte im Stadtteil
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 ?Objekt ?ObjektLabel ?WasndasnLabel ?StadtteilLabel ?BenanntLabel ?Gründung ?Geo #?Bild ?Commons ?Audio ?OrtLable
WHERE
{
?Objekt
# wdt:P31/wdt:P279* wd:Q34442; #Q83620;
wdt:P8138 wd:Q90886771;
wdt:P8138 ?Stadtteil;
# wdt:P131 wd:Q883803;
# wdt:P8138 ?Stadtteil;
wdt:P31 ?Wasndasn.
OPTIONAL {?Objekt wdt:P138 ?Benannt }
OPTIONAL {?Objekt wdt:P571 ?Gründung }
OPTIONAL {?Objekt wdt:P625 ?Geo }
#OPTIONAL {?Objekt wdt:P18 ?Bild }
#OPTIONAL {?Objekt wdt:P373 ?Commons }
#OPTIONAL {?Objekt wdt:P443 ?Audio }
#OPTIONAL {?Objekt wdt:P276 ?Ort }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de". }
}
ORDER BY ?ObjektLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v5("?Benannt")
v7("?Geo"):::projected
v6("?Gründung"):::projected
v2("?Objekt"):::projected
v1("?ObjektLabel"):::projected
v3("?Stadtteil")
v4("?Wasndasn")
c10(["#91;AUTO_LANGUAGE#93;,de"]):::literal
c8(["bd:serviceParam"]):::iri
c2(["wd:Q90886771"]):::iri
v2 --"wdt:P8138"--> c2
v2 --"wdt:P8138"--> v3
v2 --"wdt:P31"--> v4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P138".-> v5
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P571".-> v6
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P625".-> v7
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end