#filename: ex052.rq PREFIX foaf: PREFIX rdfs: SELECT ?propertyLabel ?value WHERE { ?s ?property ?value . ?property rdfs:label ?propertyLabel . }