What's the preferred RDF toolset for Ruby? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
开发者_开发问答 Improve this questionWhat's the best Ruby library for working with RDF and SPARQL? I saw some other related questions but they were over two years old.
Try RDF.rb (courtesy of Google).
You can also use JRuby to use Jena. Jena seems to be a more mature and comprehensive framework library then the pure ruby ones. I have some examples on my github site to use it.
https://github.com/gigasquid/jruby_semantic_web_examples
精彩评论