reteplayground
Aggregate

The most common signs

SignAttestations
KA344
KU338
𐝫327
SI300
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 25 rows · 38 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 ?sign (COUNT(?i) AS ?attestations) WHERE { ?i la:sign ?s . ?s rdfs:label ?sign . } GROUP BY ?sign ORDER BY DESC(?attestations) LIMIT 25

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