<rdf>
  <graph>
    <description>I am not a description </description>
    <context>http://example.org/con10</context>
    <statement>
      <context>http://example.org/con12</context>
      <subject>http://example.org/10</subject>
      <property>http://example.org/11</property>
      <value>http://example.org/12</value>
    </statement>
    <statement>
      <subject nodeid="K"/>
      <property>http://example.org/20</property>
      <value typeLibrary="http://www.w3.org/2001/XMLSchema">
        <type>integer</type>
        <literal>22</literal>
      </value>
    </statement>
    <statement>
      <subject>http://example.org/20</subject>
      <property>http://example.org/21</property>
      <value>http://example.org/22</value>
    </statement>
    <statement>
      <subject>http://example.org/31</subject>
      <property>http://example.org/32</property>
      <value>
        <literal>33</literal>
      </value>
    </statement>
    <statement>
      <subject>http://example.org/one</subject>
      <property>http://example.org/two</property>
      <value typeLibrary="http://www.amadan.net/ns/rdf-graph/2004/03/01/type">
        <type>xml</type>
        <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>
        </literal>
      </value>
    </statement>
  </graph>
  <graph>
    <description>Nor am I</description>
    <statement>
      <subject>http://example.org/1000</subject>
      <property>http://example.org/1001</property>
      <value>http://example.org/1002</value>
    </statement>
    <statement>
      <subject>http://example.org/2000</subject>
      <property>http://example.org/3000</property>
      <value>http://example.org/4000</value>
    </statement>
  </graph>
  <graph quoted="yes">
    <description>And neither am I</description>
    <context>http://example.org/x</context>
    <statement>
      <subject>http://example.org/1</subject>
      <property>http://example.org/1/2</property>
      <value>http://example.org/1/2/3</value>
    </statement>
  </graph>
</rdf>
