SELECT ?title ?printer ?library WHERE { ?book a schema:Book ; rdfs:label ?title ; rdfs:seeAlso … ?ed u:printer ?p . ?p rdfs:label ?printer . ?ed u:heldBy ?l . ?l rdfs:label ?library } LIMIT 40
rete playground · documentation · github.com/caviri/rete