Re: RDF libraries for C++

> Does anyone know any RDF libraries for C++?

My Redland RDF library is in C and works OK from C++, I compile
it under C++ now and then: http://www.redland.opensource.ac.uk/
If you just need a parser, you can use my related Raptor RDF parser
library http://www.redland.opensource.ac.uk/raptor/

Alternatives might by Mozilla's internal RDF C++ code which is a bit
tricky to separate out from the browser but does provide RDF support
that way.  Start at http://www.mozilla.org/rdf/doc/

Dave

Received on Thursday, 20 February 2003 10:40:22 UTC