query-15c8ebdbc235c16e67d978aa666963dc

rq turtle/ttl

finds all units, including 28 statements/1688 triples.

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
SELECT ?calendarmodel (COUNT(*) as ?count)
WHERE { ?s wikibase:timeCalendarModel ?calendarmodel }
GROUP BY ?calendarmodel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?calendarmodel"):::projected v3("?count") v1("?s") v1 --"wikibase:timeCalendarModel"--> v2 bind1[/"count(*)"/] bind1 --as--o v3