query-cdf56346bee897178feae30c8f08cf30
Jameel items ordered by number of statements
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 bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?url ?count WHERE {
?item wdt:P195 wd:Q636400; wdt:P973 ?url FILTER (STRSTARTS(STR(?url),"http://jameelcentre") ).
?item wikibase:statements ?count.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} ORDER BY DESC(?count)
LIMIT 20
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?count"):::projected
v3("?item"):::projected
v2("?url"):::projected
c7(["bd:serviceParam"]):::iri
c3(["wd:Q636400"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
f0[["starts-with(str(?url),'http://jameelcentre')"]]
f0 --> v2
v3 --"wdt:P195"--> c3
v3 --"wdt:P973"--> v2
v3 --"wikibase:statements"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end