<sparql xmlns="http://www.w3.org/2005/sparql-results#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/sw/DataAccess/rf1/result2.xsd">
 <head>
  <variable name="label"/>
 </head>
 <results distinct="false" ordered="true">
  <result>
   <binding name="label"><literal xml:lang="en">London</literal></binding>
  </result>
  <result>
   <binding name="label"><literal xml:lang="es">Londres</literal></binding>
  </result>
  <result>
   <binding name="label"><literal>London</literal></binding>
  </result>
 </results>
</sparql>