query-ddf243d16b2e03fae6651be5f0a9755a

rq turtle/ttl

Propertiesaward received (P166)point in time (P585)

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 ?item ?itemLabel ?itemDescription ?year WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?item p:P166 ?statement.   
  ?statement ps:P166 wd:Q1624297.  
  ?statement pq:P585 ?date
  BIND(YEAR(?date) AS ?year)
}
ORDER BY ?date

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?date") v2("?item"):::projected v3("?statement") v4("?year"):::projected c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c7(["wd:Q1624297"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v2 --"p:P166"--> v3 v3 --"p:statement/P166"--> c7 v3 --"p:qualifier/P585"--> v1 bind0[/"year-from-dateTime(?date)"/] v1 --o bind0 bind0 --as--o v4