query-39792530802b58081d1f02e7ac47e12a
title:Booker Prize judges by year SELECT ?judge ?judgeLabel ?roleLabel (YEAR(?time) as ?year) WHERE { ?judge p:P39 ?s. ?s ps:P39 wd:Q114836879 OPTIONAL {?s pq:P585 ?time} OPTIONAL {?s pq:P2868 ?role} SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" } } ORDER BY ?year ?roleLabel
Use at
- https://query.wikidata.org/sparql
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#>
#title:Booker Prize judges by year
SELECT ?judge ?judgeLabel ?roleLabel (YEAR(?time) as ?year) WHERE {
?judge p:P39 ?s. ?s ps:P39 wd:Q114836879
OPTIONAL {?s pq:P585 ?time}
OPTIONAL {?s pq:P2868 ?role}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
} ORDER BY ?year ?roleLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?judge"):::projected
v6("?role")
v2("?roleLabel"):::projected
v4("?s")
v5("?time"):::projected
v7("?year")
c7(["bd:serviceParam"]):::iri
c3(["wd:Q114836879"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v3 --"p:P39"--> v4
v4 --"p:statement/P39"--> c3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v4 -."p:qualifier/P585".-> v5
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v4 -."p:qualifier/P2868".-> v6
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end
bind0[/"year-from-dateTime(?time)"/]
v5 --o bind0
bind0 --as--o v7