PREFIX foaf: PREFIX dc: PREFIX rdfs: # SELECT ?A ?N # ?C CONSTRUCT { ?WORK dc:creator ?C . } WHERE { # all associations of persons or institutions that are objects of a dc:creator property ?WORK dc:creator ?C . }