# Get dc:sources of the SOURCE of this file, check users can't make assertions # about it PREFIX foaf: PREFIX dc: SELECT DISTINCT ?source WHERE { GRAPH ?snode { {?person foaf:name ?name} {?snode dc:source ?source} } }