views:

53

answers:

1

I'd like to publish rdf in my rails apps. What's the right way to do it?

+2  A: 

Have you tried ActiveRDF? Quoting:

ActiveRDF is a library for accessing RDF data from Ruby programs. It can be used as data layer in Ruby-on-Rails, similar to ActiveRecord (which provides an O/R mapping to relational databases). ActiveRDF in RoR allows you to create semantic web applications very rapidly. ActiveRDF gives you a Domain Specific Language (DSL) for your RDF model: you can address RDF resources, classes, properties, etc. programmatically, without queries.

  • ActiveRDF can be used with various RDF stores, adapters to other stores can be written very easily.
  • ActiveRDF uses convention over configuration, which means it works very nicely in 90% of the cases.
  • ActiveRDF is open source, released under the LGPL license.
badroit
If you don't get a satisfactory answer, you might want to try post youy question to semanticoverflow.com (the parochial version of this).
badroit