query-ebaedc0de647a917d6e347ebc23d8db3

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#>
#defaultView:Timeline
SELECT ?award ?awardLabel ?year
WHERE 
{
  wd:Q7309 p:P166 [ps:P166 ?award; pq:P585 ?year].
  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; v1("?award"):::projected v2("?year"):::projected a1((" ")) c3(["wd:Q7309"]):::iri c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal a1 --"p:statement/P166"--> v1 a1 --"p:qualifier/P585"--> v2 c3 --"p:P166"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end