rete
playground
Aggregate
How typical are Gg.1.1's three languages? (Latin vs French vs English)
Language
Manuscripts
Latin
121,628
French
12,484
English
5,938
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
3 rows · 445 ms · 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 ?language (COUNT(DISTINCT ?ms) AS ?manuscripts) WHERE { <http://ldf.fi/mmm/manifestation_singleton/sdbm_orphan_212926> crm:P128_carries ?gg . ?gg crm:P72_has_language ?lang . ?lang skos:prefLabel ?language . ?other crm:P72_has_language ?lang . ?ms crm:P128_carries ?other . } GROUP BY ?language ORDER BY DESC(?manuscripts)
rete playground
·
documentation
·
github.com/caviri/rete