query-64bd1facfe6fa930dd236640e4b8eb40

rq turtle/ttl

TODO

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#>
SELECT ?itemLabel (YEAR(?p585) AS ?year) WHERE {
    ?item p:P967 [ps:P967 wd:Q314416; pq:P585 ?p585] .
    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; v2("?item") v1("?p585"):::projected v3("?year") a1((" ")) c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q314416"]):::iri a1 --"p:statement/P967"--> c2 a1 --"p:qualifier/P585"--> v1 v2 --"p:P967"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end bind0[/"year-from-dateTime(?p585)"/] v1 --o bind0 bind0 --as--o v3