glibrdf

GLib wrapper for the Redland RDF library
git clone https://code.djc.id.au/git/glibrdf/

test-data.xml (664B) - raw

      1 <?xml version="1.0" encoding="utf-8"?>
      2 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      3          xmlns:ex="http://example.com/">
      4     <rdf:Description rdf:about="http://example.com/Resource">
      5         <ex:untyped>blah</ex:untyped>
      6         <ex:integer rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">123</ex:integer>
      7         <ex:date rdf:datatype="http://www.w3.org/TR/xmlschema-2/#date">1986-08-16</ex:date>
      8         <ex:datetime rdf:datatype="http://www.w3.org/TR/xmlschema-2/#datetime">2012-07-22T15:57:41+10:00</ex:datetime>
      9         <ex:custom rdf:datatype="http://example.com/customType">asdf</ex:custom>
     10     </rdf:Description>
     11 </rdf:RDF>