query-91c4638443e2d71b92943fc7bc6d064f

rq turtle/ttl

List of parliamentary term (P2937) of a legislature, used on position held (P39)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
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#>
SELECT DISTINCT ?term ?termLabel {
  ?who p:P39 [ ps:P39 wd:Q21100241 ; pq:P2937 ?term ] .
  OPTIONAL { ?term wdt:P571 ?start }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }
}
ORDER BY ?start ?termLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?start") v3("?term"):::projected v2("?termLabel"):::projected v4("?who") a1((" ")) c7(["bd:serviceParam"]):::iri c9(["en"]):::literal c2(["wd:Q21100241"]):::iri a1 --"p:statement/P39"--> c2 a1 --"p:qualifier/P2937"--> v3 v4 --"p:P39"--> a1 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."p:direct/P571".-> v1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end