<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.4630.0">
<TITLE>.Net RDF Parsers</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Verdana">I noted that Edd has some little niggles about RDFDrive; the only compliant RDF parser available for the .Net platform so I suppose beggars can't be choosers.</FONT></P>

<P><A HREF="http://usefulinc.com/edd/blog/2003/8/16#17:20"><U><FONT COLOR="#0000FF" SIZE=2 FACE="Verdana">http://usefulinc.com/edd/blog/2003/8/16#17:20</FONT></U></A>

<BR><A HREF="http://www.driverdf.org/"><U><FONT COLOR="#0000FF" SIZE=2 FACE="Verdana">http://www.driverdf.org/</FONT></U></A>
</P>

<P><FONT SIZE=2 FACE="Verdana">'Why all the interfaces', says Edd? Well, interfaces are cool. It means I can develop a parser that will query an in memory RDF graph and a parser that will query a database triples store against the same IRdfParser interface. I can then pass either parser to a application specific component, say a FOAF processor regardless of the internal implementations.</FONT></P>

<P><FONT SIZE=2 FACE="Verdana">His other gripe is with the node based query model which I agree is clunky. Mine main gripe with RDFDrive is the fact that it uses a DOM instead of an .Net XmlReader to deserialise the XML into triples. This is a real performance killer and resource eater when working with RDF files over the internet. That's why I'm presently extending and upgrading Jason Diamond's excellent RdfReader to the latest Working Draft spec and then going to use it as the basis for a proper parser. You know, the one with that nice graph.GetStatements(subject, predicate, object) interface like RAP. Is there a better query interface? Please please let me know before I start!</FONT></P>

<P><FONT SIZE=2 FACE="Verdana">One new feature of the Working Draft that I won't be tackling in a hurry is rdf:parseType = &quot;Collection&quot;. Have you seen the triples that this is supposed to produce? And while we are talking syntax, why oh why is RDF / XML syntax so complicated? Any reasons or excuses for this would be appreciated because quite frankly, I just don't understand.</FONT></P>

<P><FONT SIZE=2 FACE="Verdana">So hang on there all .Net RDF heads (all 2 of you), I will be releasing VicSoft.Rdf.RdfParser + source code in September.</FONT></P>

</BODY>
</HTML>