reteplayground
Summary

What the catalogue describes

ClassN
manuscript @en302
library @en72
organization @en72
human @en11
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