query-86379139cbc80f27c7445282f5f13326

rq turtle/ttl

Propertiesinstance of (P31)located in the administrative territorial entity (P131)country (P17)electoral district number (P4565)

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 ?Wahlkreis ?WahlkreisLabel ?WahlkreisDescription ?landLabel ?staatLabel ?wknr
WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de". }
  ?Wahlkreis wdt:P31 wd:Q2539769.
  OPTIONAL {?Wahlkreis wdt:P131 ?land}.
  OPTIONAL {?Wahlkreis wdt:P17 ?staat}.
  OPTIONAL {?Wahlkreis wdt:P4565 ?wknr}.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?Wahlkreis"):::projected v2("?land") v3("?staat") v4("?wknr"):::projected c4(["de"]):::literal c6(["wd:Q2539769"]):::iri c2(["bd:serviceParam"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P131".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P17".-> v3 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P4565".-> v4 end