# 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 . }