PREFIX foaf: PREFIX dc: PREFIX rdfs: # SELECT ?A ?N # ?C CONSTRUCT { ?A ?P ?N . } WHERE { # all properties of things with a dc:creator property ?A ?P ?N . ?A dc:creator ?C . }