data.lubm-sparql-dl.sparql Maven / Gradle / Ivy
# Give me all people that are members of the Department0 and
# tell me which kind of membership it is.
# 761 results
PREFIX rdf:
PREFIX rdfs:
PREFIX ub:
PREFIX owl:
SELECT ?X ?C
WHERE {
?X rdf:type ub:Student .
?X rdf:type ?C .
?C rdfs:subClassOf ub:Employee .
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy