RDF libraries for ruby

So I don’t forget I am playing round with some rdf related libraries Redland libraries are c based libraries with bindings to a number of languages

# emerge redland redland-bindings

http://librdf.org/

ActiveRDF is an object oriented interface to RDF data. It has a number of backends that can be used to query datasources.

# gem install activerdf activerdf_redland activerdf_sparql

http://activerdf.org/

RDFa is a library for adding RDFa metadata to ruby and especially rails applications.

# gem install rdfa

http://rdfa.rubyforge.org/

mofo is a Microformat scanner library

# gem install mofo

http://mofo.rubyforge.org/[…]

Published on Wed, 17 Sep 2008 13:50
2 comments

RSS