query-2a3696b12ce6351c3578a33e1556dde7
Deprecated rank
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item
WHERE {
?item p:P4812/ps:P4812 ?P4812value .
SERVICE wikibase:label { bd:serviceParam wikibase:language 'el' }
}
ORDER BY DESC(?P4812value)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?P4812value")
v2("?item"):::projected
a1((" "))
c4(["bd:serviceParam"]):::iri
c6(["el"]):::literal
v2 --"p:P4812"--> a1
a1 --"p:statement/P4812"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end