rete
playground
Aggregate
Lombardi's visual vocabulary, counted
Arc type
Drawn as
How many
InfluenceControl @en
directed solid arc @en
2191
FinancialTransaction @en
directed dashed arc @…
708
Association @en
bidirectional solid a…
604
Connection @en
plain arc, no decorat…
321
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
14 rows · 10 ms · no server, no download — the query runs in your browser.
The query
PREFIX lo: <https://w3id.org/rete/lombardi/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?arcType ?drawnAs (COUNT(?arc) AS ?arcs) WHERE { ?arc a lo:Arc ; lo:arcType ?t . ?t rdfs:label ?arcType ; lo:drawnAs ?drawnAs . } GROUP BY ?arcType ?drawnAs ORDER BY DESC(?arcs)
rete playground
·
documentation
·
github.com/caviri/rete