Available RDF data, and parsers

The recent discussion of RDF vs topic maps started by Graham Moore
inspired me to try and implement a mapping from RDF to topic maps, and
I think I've got something that actually works now.

However, to be able to really test it out I need example data to try
it on. So far I've done Megginson's airports.rdf, the Wordnet in RDF
data, and I'm still waiting for the rpmfind.net RDF database to finish
downloading so I can try that.

Does anyone know of other available RDF data sets that I could try?

Also, I've used David Megginson's RDF-Filter parser, since it has a
nice event-based triple interface, which is just what I need. I
suspect, however, that it doesn't implement everything it ought to
(such as the RDF:type predicate). Can anyone recommend an RDF parser
in Java that has an easy-to-use event-based interface?

--Lars M.

Received on Monday, 4 June 2001 12:12:18 UTC