reteplayground
Aggregate

Coin types per issuing authority

Auth NameTypes
Alexander III of Macedon @en1972
Philip III Arrhidaeus @en1025
Philip II @en480
Cassander @en79
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 6 rows · 2.7 ms · no server, no download — the query runs in your browser.

The query

PREFIX nmo: <http://nomisma.org/ontology#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?authName (COUNT(?type) AS ?types) WHERE { ?type a nmo:TypeSeriesItem ; nmo:hasAuthority ?auth . ?auth rdfs:label ?authName . } GROUP BY ?authName ORDER BY DESC(?types)

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