rete
playground
Summary
What the catalogue describes
Class
N
manuscript @en
302
library @en
72
organization @en
72
human @en
11
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
5 rows · 6.0 ms · no server, no download — the query runs in your browser.
The query
PREFIX wdt: <http://www.wikidata.org/prop/direct/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?class (COUNT(?s) AS ?n) WHERE { ?s wdt:P31 ?t . OPTIONAL { ?t rdfs:label ?class } } GROUP BY ?class ORDER BY DESC(?n)
rete playground
·
documentation
·
github.com/caviri/rete