reteplayground
Aggregate

Where were manuscripts produced?

Place NameManuscripts
Italy16,247
England14,654
France11,392
Germany4,791
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 25 rows · 1.6 s · 2.0 MB of 140.3 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX crm: <http://erlangen-crm.org/current/> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT ?placeName (COUNT(?ms) AS ?manuscripts) WHERE { ?prod a crm:E12_Production ; crm:P108_has_produced ?ms ; crm:P7_took_place_at ?place . ?place skos:prefLabel ?placeName . } GROUP BY ?placeName ORDER BY DESC(?manuscripts) LIMIT 25

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