I'm wondering about the current support there is in Ruby for semantic web technologies. Is there good RDF options? It seems that the last surveys done were circa 2007 ( http://paul-classic.stadig.name/2007/10/26/the-state-of-rdf-support-in-ruby-2007/ ). Is Redland's RDF wrappers the best way to go for RDF support - all the other projects mentioned in that aging article seem to be unsupported or dropped. Is Ruby perhaps a bad choice if one which to pursue projects pertaining to the semantic web?
|
|
Hey, Iaalto, I'm the author of the survey article that you mentioned. I've been thinking about doing a new survey. A little has changed since I did the original survey, but not much. Here are a couple of things to consider:
Bottom line: If JRuby is not a problem for you, then go with ActiveRDF, it is the most complete and mature. If memory based graph is not a problem, then the next most mature is probably Reddy. |
||
|
|
|
Hi, I'm the author of Redland but I don't use Ruby myself. The ruby bindings probably still work (they passed the unit tests at the last release) but probably need some love for any newer ruby language changes. Pure Ruby users I think have tried Active RDF which is more recent than the other things you suggest but focused on Rails. Otherwise I suggest asking on the Semantic Web Interest Group IRC channel - #swig on irc.freenode.net Edit: There's also Reddy http://github.com/tommorris/reddy/tree/master and other ruby rdf code on github if you look around. |
|||
|
