query-a30011c63fc7f50e3b253d13b73f5714
Premio Bonavera; tuttavia, come si nota dalla seguente query, (Q96382035)Bonavera Prize (P166)award received Buonasera! Ho notato che era stata aggiunta a un centinaio di elementi l'informazione
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
WHERE {
?item p:P166 ?s .
?s ps:P166 wd:Q96382035 .
?s pq:P805 ?d .
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;
v3("?d")
v1("?item"):::projected
v2("?s")
c6(["bd:serviceParam"]):::iri
c3(["wd:Q96382035"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"p:P166"--> v2
v2 --"p:statement/P166"--> c3
v2 --"p:qualifier/P805"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end