<?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:
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
PREFIX skos: &lt;http://www.w3.org/2004/02/skos/core#&gt;

SELECT DISTINCT ?x ?y
 FROM &lt;http://dbpedia.org&gt; 
WHERE {
  ?x rdfs:label ?y . 
  ?y bif:contains "Berlin" . 
  ?x skos:subject ?z . 
}
</query>
<graph></graph>
</ISparqlDynamicPage>
<should_sponge></should_sponge>
<service>/sparql</service>
</iSPARQL>