query-46d621f0d578798121b7073a7bc02573

rq turtle/ttl

Stadtteile in Hannover

Use at

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 ?BezirkLabel ?Nr
WHERE 
  {
  ?Objekt 
    wdt:P31 wd:Q97312698;
    wdt:P131 ?Bezirk.
    OPTIONAL { ?Objekt wdt:P5901 ?Nr }
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de". }
  }
ORDER BY ?BezirkLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?Bezirk") v1("?BezirkLabel"):::projected v4("?Nr"):::projected v2("?Objekt"):::projected c8(["#91;AUTO_LANGUAGE#93;,de"]):::literal c2(["wd:Q97312698"]):::iri c6(["bd:serviceParam"]):::iri v2 --"wdt:P31"--> c2 v2 --"wdt:P131"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P5901".-> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end