query-5836a858449efa74114d0375745133c5
Mitglieder des Landtags mit Stimmkreisen select ?mdl ?mdlLabel ?fraktionLabel ?stimmkreis ?stimmkreisLabel WHERE { BIND(wd:Q58019024 AS ?periode) ?mdl p:P39 ?statement. ?statement ps:P39 wd:Q17586301; pq:P2937 ?periode. OPTIONAL {?statement pq:P4100 ?fraktion.}. OPTIONAL {?statement pq:P768 ?stimmkreis.}. SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". } }
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Mitglieder des Landtags mit Stimmkreisen
select ?mdl ?mdlLabel ?fraktionLabel ?stimmkreis ?stimmkreisLabel
WHERE {
BIND(wd:Q58019024 AS ?periode)
?mdl p:P39 ?statement.
?statement ps:P39 wd:Q17586301;
pq:P2937 ?periode.
OPTIONAL {?statement pq:P4100 ?fraktion.}.
OPTIONAL {?statement pq:P768 ?stimmkreis.}.
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?fraktion")
v2("?mdl"):::projected
v1("?periode")
v3("?statement")
v5("?stimmkreis"):::projected
c8(["bd:serviceParam"]):::iri
c10(["de,en"]):::literal
c3(["wd:Q17586301"]):::iri
bind0[/"'wd:Q58019024'"/]
bind0 --as--o v1
v2 --"p:P39"--> v3
v3 --"p:statement/P39"--> c3
v3 --"p:qualifier/P2937"--> v1
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v3 -."p:qualifier/P4100".-> v4
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v3 -."p:qualifier/P768".-> v5
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end