reteplayground
Aggregate

Most prolific mints

Mint NameTypes
Pella @en1501
Amphipolis @en1266
Babylon @en233
Sardis @en229
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 15 rows · 4.6 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 ?mintName (COUNT(?type) AS ?types) WHERE { ?type a nmo:TypeSeriesItem ; nmo:hasMint ?mint . ?mint rdfs:label ?mintName . } GROUP BY ?mintName ORDER BY DESC(?types) LIMIT 15

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