# filename: ex463.rq PREFIX foaf: SELECT DISTINCT ?property WHERE { ?person a foaf:Person ; ?property ?value . }