# filename: ex432.rq PREFIX foaf: PREFIX rdfs: SELECT * WHERE { ?subproperty rdfs:subPropertyOf+ foaf:page ; rdfs:subPropertyOf ?parentProperty . }