query-5894e7d9f9ed4aa48fdcd750bd9fdbaf
Premios recibidos por Muñoz Molina cada añoIncluye datos de cualificadores
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#>
SELECT ?item ?itemLabel (year(?edicion) as ?year) WHERE {
wd:Q450335 p:P166 ?statement .
?statement ps:P166 ?item.
?statement pq:P585 ?edicion
SERVICE wikibase:label { bd:serviceParam wikibase:language "es,en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?edicion"):::projected
v2("?item"):::projected
v1("?statement")
v4("?year")
c6(["bd:serviceParam"]):::iri
c8(["es,en"]):::literal
c1(["wd:Q450335"]):::iri
c1 --"p:P166"--> v1
v1 --"p:statement/P166"--> v2
v1 --"p:qualifier/P585"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end
bind0[/"year-from-dateTime(?edicion)"/]
v3 --o bind0
bind0 --as--o v4