reteplayground
Aggregate

Teaching ties by nationality

NationalityTeaching Links
French @en6823
Dutch @en6169
German @en4860
Italian @en3624
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 25 rows · 27 ms · no server, no download — the query runs in your browser.

The query

PREFIX gvp: <http://vocab.getty.edu/ontology#> SELECT ?nationality (COUNT(*) AS ?teachingLinks) WHERE { ?teacher gvp:teacherOf ?pupil ; gvp:nationality ?nationality . } GROUP BY ?nationality ORDER BY DESC(?teachingLinks) LIMIT 25

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