query-c22fd9519b71ae51584dd03211b01d8a
Error ]reply[10:18, 3 April 2018 (UTC)) talk (Finn Årup Nielsen (fnielsen) used — In what I believe is — the wrong way in this item. It is used as the inverse property. — currently is (P972)catalog : BrillLyle@This was found with
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT (COUNT(?catalogue) AS ?count) ?item WHERE {
?item wdt:P972 ?catalogue .
}
GROUP BY ?item
ORDER BY DESC(?count)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?catalogue"):::projected
v4("?count")
v2("?item"):::projected
v2 --"wdt:P972"--> v3
bind1[/"count(?catalogue)"/]
v3 --o bind1
bind1 --as--o v4