XSLT RDF Parser

Hello.

As an intellectual exercise and also so that I could help myself gain a
better understanding of the RDF Model & Syntax, I've developed an XSLT
script that extracts the statements from an RDF file into the following
format:

<model>
   <statement>
      <subject>http://www.w3.org/Home/Lassila</subject>
      <predicate>http://description.org/schema/Creator</predicate>
      <object type="literal">Ora Lassila</object>
   </statement>
</model>

It can handle all of the examples in Section 2 of the M&S spec. If anybody's
interested in taking a look at it, it's attached. Any comments or
suggestions for improvement would be greatly appreciated.

Thanks,
Jason Diamond.

Received on Monday, 11 September 2000 04:48:48 UTC