W3C home > Mailing lists > Public > www-rdf-interest@w3.org > September 2000

XSLT RDF Parser

From: Jason Diamond <jason@injektilo.org>
Date: Mon, 11 Sep 2000 01:47:06 -0700
To: <www-rdf-interest@w3.org>
Message-ID: <LAEMKGDBDFAKFNKPFEKLIECDCIAA.jason@injektilo.org>
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

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:44:25 UTC