query-dffef16f2f412627de25342f2f0db40c

rq turtle/ttl

Propertiesinstance of (P31)located in the administrative territorial entity (P131)OpenStreetMap relation ID (P402)named after (P138)

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 ?suburb ?suburbLabel ?OSM_relation_ID ?named_afterLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?suburb wdt:P31 wd:Q23010647.
  ?suburb wdt:P131 wd:Q1455046.
  OPTIONAL { ?suburb wdt:P402 ?OSM_relation_ID. }
  OPTIONAL { ?suburb wdt:P138 ?named_after. }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?OSM_relation_ID"):::projected v3("?named_after") v1("?suburb"):::projected c8(["wd:Q1455046"]):::iri c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c6(["wd:Q23010647"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> c6 v1 --"wdt:P131"--> c8 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P402".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P138".-> v3 end