query-196d66fa1f3363d3418fdcffd29eb91e

rq turtle/ttl

Brücken 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 ?Namensgeber ?NamensgeberLabel ?Stadtteil ?StadtteilLabel ?Typ ?TypLabel
WHERE
{
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de". }
  ?Objekt wdt:P31/wdt:P279 wd:Q12280 ;
          wdt:P131* wd:Q1715 ;
          wdt:P131 ?Stadtteil ;
          wdt:P31 ?Typ .
  OPTIONAL { ?Objekt wdt:P138 ?Namensgeber . }
}
ORDER BY ASC ( ?ObjektLabel )

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?Namensgeber"):::projected v2("?Objekt"):::projected v1("?ObjektLabel"):::projected v3("?Stadtteil"):::projected v4("?Typ"):::projected a1((" ")) c4(["#91;AUTO_LANGUAGE#93;,de"]):::literal c2(["bd:serviceParam"]):::iri c9(["wd:Q1715"]):::iri c7(["wd:Q12280"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c7 v2 --"wdt:P131"--> c9 v2 --"wdt:P131"--> v3 v2 --"wdt:P31"--> v4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P138".-> v5 end