<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/isparql/xslt/dynamic-page.xsl"?>
<iSPARQL xmlns="urn:schemas-openlink-com:isparql">
<ISparqlDynamicPage>
<proxy>true</proxy>
<query>#service:/sparql
#should-sponge:
SELECT DISTINCT ?Data_Source_URI
WHERE {
  GRAPH ?Data_Source_URI {
      ?s ?p ?o . 
    }
}
</query>
<graph></graph>
</ISparqlDynamicPage>
<should_sponge></should_sponge>
<service>/sparql</service>
</iSPARQL>