- From: Alberto Reggiori <alberto.reggiori@jrc.it>
- Date: Wed, 07 Mar 2001 14:22:08 +0100
- To: Aaron Swartz <aswartz@upclink.com>
- CC: RDF Interest <www-rdf-interest@w3.org>, rdfstore@egroups.com
Hello! > <rdf:RDF ...> > <rdf:Statement> > <rdf:subject rdf:resource="..." /> > <rdf:predicate rdf:resource="..." /> > <rdf:object rdf:resource="..." /> > </rdf:Statement> > ... > </rdf:RDF> my RDFStore has already basic built in support for such a syntax sugar, originally proposed by Jonathan Borden in September at [1]. I wrote a very simple strawman parser to assert triples out of such strawman xml; each RDFStore model can then be serialised back to strawman xml through the API. Each serialised statement gets a MD5 digested rdf:ID of the subject, predicate and object [2][3] I have a preliminary on-line demo of RDFStore at [4]. I does support both the canonic RDF parsing ala SiRPAC and the OpenHealth strawman syntax. Hope this helps Yours Alberto [1] http://www.openhealth.org/RDF/rdf_Syntax_and_Names.htm [2] http://lists.w3.org/Archives/Public/www-rdf-interest/1999Nov/0092.html [3] http://www-db.stanford.edu/~melnik/rdf/api.html#unique-URI [4] http://xmldemo.jrc.it/RDFStore/
Received on Wednesday, 7 March 2001 08:19:09 UTC