view sparql/sparql/test/dawg/data-r2/distinct/distinct-num.srx @ 0:7785ad38967f default tip

Uploaded
author atsuko
date Thu, 25 Aug 2011 22:14:55 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<sparql
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xs="http://www.w3.org/2001/XMLSchema#"
    xmlns="http://www.w3.org/2005/sparql-results#" >
  <head>
    <variable name="v"/>
  </head>
  <results>
    <result>
      <binding name="v">
        <literal datatype="http://www.w3.org/2001/XMLSchema#float">1.3e0</literal>
      </binding>
    </result>
    <result>
      <binding name="v">
        <literal datatype="http://www.w3.org/2001/XMLSchema#double">1.3e0</literal>
      </binding>
    </result>
    <result>
      <binding name="v">
        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">+1</literal>
      </binding>
    </result>
    <result>
      <binding name="v">
        <literal datatype="http://www.w3.org/2001/XMLSchema#decimal">01.0</literal>
      </binding>
    </result>
    <result>
      <binding name="v">
        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">01</literal>
      </binding>
    </result>
    <result>
      <binding name="v">
        <literal datatype="http://www.w3.org/2001/XMLSchema#double">1.0e0</literal>
      </binding>
    </result>
    <result>
      <binding name="v">
        <literal datatype="http://www.w3.org/2001/XMLSchema#decimal">+1.0</literal>
      </binding>
    </result>
    <result>
      <binding name="v">
        <literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal>
      </binding>
    </result>
    <result>
      <binding name="v">
        <literal datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</literal>
      </binding>
    </result>
  </results>
</sparql>