#filename: ex537.rq PREFIX ab: PREFIX rdfs: SELECT ?property ?propName WHERE { ?property rdfs:domain ab:Person ; rdfs:label ?propName . }