rete
playground
Aggregate
Most prolific teachers
Teacher
Name
Bio
+1
500004460
Laurens, Jean-Paul
French painter, illus…
…
500115221
David, Jacques-Louis…
French painter, 1748-…
…
500016107
Bonnat, Léon @nl
French painter, teach…
…
500115563
Gérôme, Jean-Léon @nl
French 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