Example


<graphset xmlns="http://example.org/TriX/">
<graph>
   <triple>
      <uri>http://example.org/Bob</uri>
      <uri>http://example.org/wife</uri>
      <uri>http://example.org/Mary</uri>
   </triple>
   <triple>
      <uri>http://example.org/Bob</uri>
      <uri>http://example.org/wife</uri>
      <plainLiteral>Bob</plainLiteral>
   </triple>
   <triple>
      <uri>http://example.org/Mary</uri>
      <uri>http://example.org/age</uri>
      <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#integer">32</typedLiteral>
   </triple>
   <triple>
      <id>x</id>
      <uri>http://example.org/width</uri>
      <typedLiteral datatype="http://example.org/int">46</typedLiteral>
   </triple>
</graph>
</graphset>