reteplayground
Aggregate

The sequences that recur across the corpus

WordDocuments
𐝫326
*301238
KU168
KA163
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 25 rows · 15 ms · no server, no download — the query runs in your browser.

The query

PREFIX la: <https://lineara.xyz/prop/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?word (COUNT(DISTINCT ?i) AS ?documents) WHERE { ?i la:word ?w . ?w rdfs:label ?word . } GROUP BY ?word ORDER BY DESC(?documents) LIMIT 25

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