query-e907f62b8ef3ff19562aa10eb5a2e2fc
Premios ganados por vascosRecursiva por P131 entidad territorial y obtención de cualificador P585 Fecha. Premio y año
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
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 ?persona ?personaLabel ?item ?itemLabel (year(?edicion) as ?year) WHERE {
?persona wdt:P19 ?lugar . # lugar de nacimiento
?lugar wdt:P131* wd:Q3995 . # situado en la entidad territorial administrativa (recursiva) País Vasco
?persona p:P166 ?statement . #existencia de statement P166 premio recibido
?statement ps:P166 ?item. # Obtención desde el statement del premio recibido
?statement pq:P585 ?edicion # Obtención del cualificador P585 Fecha
SERVICE wikibase:label { bd:serviceParam wikibase:language "es,en,eu". }
}
ORDER BY ?personaLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v6("?edicion"):::projected
v5("?item"):::projected
v3("?lugar")
v2("?persona"):::projected
v1("?personaLabel"):::projected
v4("?statement")
v7("?year")
c8(["bd:serviceParam"]):::iri
c3(["wd:Q3995"]):::iri
c10(["es,en,eu"]):::literal
v2 --"p:direct/P19"--> v3
v3 --"p:direct/P131"--> c3
v2 --"p:P166"--> v4
v4 --"p:statement/P166"--> v5
v4 --"p:qualifier/P585"--> v6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end
bind0[/"year-from-dateTime(?edicion)"/]
v6 --o bind0
bind0 --as--o v7