<rx:rdf xmlns:rx="http://www.amadan.net/ns/rdf-graph/2004/03/01">
  <rx:graph>
    <rx:description>I am not a description </rx:description>
    <rx:context>http://example.org/con10</rx:context>
    <rx:statement>
      <rx:context>http://example.org/con12</rx:context>
      <rx:subject>http://example.org/10</rx:subject>
      <rx:property>http://example.org/11</rx:property>
      <rx:value>http://example.org/12</rx:value>
    </rx:statement>
    <rx:statement>
      <rx:subject nodeid="K"/>
      <rx:property>http://example.org/20</rx:property>
      <rx:value typeLibrary="http://www.w3.org/2001/XMLSchema">
        <rx:type>integer</rx:type>
        <rx:literal>22</rx:literal>
      </rx:value>
    </rx:statement>
    <rx:statement>
      <rx:subject>http://example.org/20</rx:subject>
      <rx:property>http://example.org/21</rx:property>
      <rx:value>http://example.org/22</rx:value>
    </rx:statement>
    <rx:statement>
      <rx:subject>http://example.org/31</rx:subject>
      <rx:property>http://example.org/32</rx:property>
      <rx:value>
        <rx:literal>33</rx:literal>
      </rx:value>
    </rx:statement>
    <rx:statement>
      <rx:subject>http://example.org/one</rx:subject>
      <rx:property>http://example.org/two</rx:property>
      <rx:value typeLibrary="http://www.amadan.net/ns/rdf-graph/2004/03/01/type">
        <rx:type>xml</rx:type>
        <rx:literal xmlns=""  >
          <target name="get-ant-extensions" description="">
            <echo></echo>
            <get src="${ant.href.ext}/jdepend.jar" dest="${ant.lib.home}/jdepend.jar"/>
            <get src="${ant.href.ext}/jing.jar" dest="${ant.lib.home}/jing.jar"/>
            <get src="${ant.href.ext}/junit.jar" dest="${ant.lib.home}/junit.jar"/>
          </target>
        </rx:literal>
      </rx:value>
    </rx:statement>
  </rx:graph>
  <rx:graph>
    <rx:description>Nor am I</rx:description>
    <rx:statement>
      <rx:subject>http://example.org/1000</rx:subject>
      <rx:property>http://example.org/1001</rx:property>
      <rx:value>http://example.org/1002</rx:value>
    </rx:statement>
    <rx:statement>
      <rx:subject>http://example.org/2000</rx:subject>
      <rx:property>http://example.org/3000</rx:property>
      <rx:value>http://example.org/4000</rx:value>
    </rx:statement>
  </rx:graph>
  <rx:graph quoted="yes">
    <rx:description>And neither am I</rx:description>
    <rx:context>http://example.org/x</rx:context>
    <rx:statement>
      <rx:subject>http://example.org/1</rx:subject>
      <rx:property>http://example.org/1/2</rx:property>
      <rx:value>http://example.org/1/2/3</rx:value>
    </rx:statement>
  </rx:graph>
</rx:rdf>

