reteplayground
Aggregate

Lombardi's visual vocabulary, counted

Arc typeDrawn asHow many
InfluenceControl @endirected solid arc @en2191
FinancialTransaction @endirected dashed arc @…708
Association @enbidirectional solid a…604
Connection @enplain 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