reteplayground
Summary

The shape of the ontology (classes per module)

ModuleClasses
instruments-declaration440
mr-protocol120
dataset-processing86
dataset73
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 34 rows · 2.1 s · no server, no download — the query runs in your browser.

The query

PREFIX owl: <http://www.w3.org/2002/07/owl#> SELECT ?module (COUNT(?c) AS ?classes) WHERE { ?c a owl:Class . FILTER(STRSTARTS(STR(?c), "http://www.irisa.fr")) BIND(REPLACE(STR(?c), "^.*/([a-z-]+)-owl-lite.*$", "$1") AS ?module) } GROUP BY ?module ORDER BY DESC(?classes)

rete playground · documentation · github.com/caviri/rete