reteplayground
Path

Signs that travel with KU

SignShared Docs
PA53
RO49
DA44
NA44
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