reteplayground
Aggregate

The corpus by language

LanguageTexts
fro (Old French)309
gmh (Middle High German)150
mga (Middle Irish)92
frm (Middle French)91
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 20 rows · 3.0 ms · no server, no download — the query runs in your browser.

The query

PREFIX p: <https://lostma-erc.github.io/jonas/prop/> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT ?language (COUNT(?t) AS ?texts) WHERE { ?t p:language_term ?l . ?l skos:prefLabel ?language . } GROUP BY ?language ORDER BY DESC(?texts)

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