reteplayground
Path

Two-generation teaching chains

Master NamePupil NameGrand Pupil Name
Ferrari, Giovanni Andrea deMerano, Giovanni Batt…Piane, Giovanni Maria…
Vleughels, Nicolas @nlSubleyras, Pierre @nlDuplessis, Joseph-Sif…
Vleughels, Nicolas @nlSubleyras, Pierre @nlHandmann, Emanuel @nl
Vleughels, Nicolas @nlSubleyras, Pierre @nlBarbault, Jean @nl
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 100 rows · 11 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#> SELECT ?masterName ?pupilName ?grandPupilName WHERE { ?master gvp:teacherOf ?pupil . ?pupil gvp:teacherOf ?grandPupil . ?master skos:prefLabel ?masterName . ?pupil skos:prefLabel ?pupilName . ?grandPupil skos:prefLabel ?grandPupilName . } LIMIT 100

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