query-b3159c6b3e6fcf7fd926eb67c4de158c
Propertiesreview score (P444)review score by (P447)determination method or standard (P459)
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 ?score WHERE {
?item p:P444 ?review_scoreStatement.
?review_scoreStatement pq:P447 wd:Q21039459;
pq:P459 wd:Q119576498;
ps:P444 ?score.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} ORDER BY DESC(?score)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v3("?review_scoreStatement")
v1("?score"):::projected
c3(["wd:Q21039459"]):::iri
c8(["bd:serviceParam"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c5(["wd:Q119576498"]):::iri
v2 --"p:P444"--> v3
v3 --"p:qualifier/P447"--> c3
v3 --"p:qualifier/P459"--> c5
v3 --"p:statement/P444"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end