# filename: ex445.rq PREFIX rdf: PREFIX rdfs: PREFIX owl: SELECT * WHERE { ?propClass rdfs:subClassOf+ rdf:Property . ?property a ?propClass . }