rete
playground
Path
Signs that travel with KU
Sign
Shared Docs
PA
53
RO
49
DA
44
NA
44
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
20 rows · 9.0 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(DISTINCT ?i) AS ?sharedDocs) WHERE { ?i la:sign ?ku . ?ku rdfs:label "KU" . ?i la:sign ?o . ?o rdfs:label ?sign . FILTER(?o != ?ku) } GROUP BY ?sign ORDER BY DESC(?sharedDocs) LIMIT 20
rete playground
·
documentation
·
github.com/caviri/rete