query-95ef171faf13e1e7b23220c34a7a4b93

rq turtle/ttl

Propertiesposition held (P39)start time (P580)end time (P582)

Use at

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#>
#defaultView:Timeline
select ?reditel ?reditelLabel ?start ?end where {
  ?reditel p:P39 ?position.
  ?position ps:P39 wd:Q63486417;
            pq:P580 ?start;
            pq:P582 ?end.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "cs,en" } .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?end"):::projected v2("?position") v1("?reditel"):::projected v3("?start"):::projected c7(["bd:serviceParam"]):::iri c3(["wd:Q63486417"]):::iri c9(["cs,en"]):::literal v1 --"p:P39"--> v2 v2 --"p:statement/P39"--> c3 v2 --"p:qualifier/P580"--> v3 v2 --"p:qualifier/P582"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end