distinct-1-results.srx

来自「Jena推理机」· SRX 代码 · 共 62 行

SRX
62
字号
<?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 ordered="false" distinct="true">
    <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>
    <result>
      <binding name="v">
        <literal datatype="http://www.w3.org/2001/XMLSchema#decimal">1.3</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>
    <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">01</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#double">+1.3e0</literal>
      </binding>
    </result>
    <result>
      <binding name="v">
        <literal datatype="http://www.w3.org/2001/XMLSchema#float">1.3e0</literal>
      </binding>
    </result>
  </results>
</sparql>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?