query-6740ccdfe2fd867726b8b25982993ed6

rq turtle/ttl

Qualifiers "start date" and "end date" for this property

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
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 ?item ?itemLabel ?inception ?start ?end ?instanceofLabel 
WHERE
{

  ?item p:P571 ?statement .
  ?statement pq:P580 ?start . 
  ?statement pq:P582 ?end . 
  ?statement ps:P571 ?inception . 
  ?item wdt:P31 ?instanceof 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?end"):::projected v5("?inception"):::projected v6("?instanceof") v1("?item"):::projected v3("?start"):::projected v2("?statement") c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"p:P571"--> v2 v2 --"p:qualifier/P580"--> v3 v2 --"p:qualifier/P582"--> v4 v2 --"p:statement/P571"--> v5 v1 --"p:direct/P31"--> v6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end