reteplayground
Aggregate

Most prolific teachers

TeacherNameBio+1
500004460Laurens, Jean-PaulFrench painter, illus…
500115221David, Jacques-Louis…French painter, 1748-…
500016107Bonnat, Léon @nlFrench painter, teach…
500115563Gérôme, Jean-Léon @nlFrench painter and sc…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 25 rows · 676 ms · no server, no download — the query runs in your browser.

The query

PREFIX gvp: <http://vocab.getty.edu/ontology#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX schema: <http://schema.org/> SELECT ?teacher ?name ?bio (COUNT(?pupil) AS ?pupils) WHERE { ?teacher gvp:teacherOf ?pupil . OPTIONAL { ?teacher skos:prefLabel ?name } OPTIONAL { ?teacher schema:description ?bio } } GROUP BY ?teacher ?name ?bio ORDER BY DESC(?pupils) LIMIT 25

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