query-8da04f89d4168fcc245718ac067420f5

rq turtle/ttl

Propertiesreview score (P444)review score by (P447)

Use at

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 WHERE {
  ?item p:P444 ?review_scoreStatement.
  ?review_scoreStatement pq:P447 wd:Q793975;
    ps:P444 "10/10".
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?review_scoreStatement") c7(["bd:serviceParam"]):::iri c5(["10/10"]):::literal c3(["wd:Q793975"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"p:P444"--> v2 v2 --"p:qualifier/P447"--> c3 v2 --"p:statement/P444"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end