As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 7 years ago.
I'm looking for a simple RDF library for Scala. So far I've found three, which all seem to have issues:
- scardf (https://code.google.com/p/scardf/) doesn't seem to be currently maintained, although it has documentation and positive comments
- banana-rdf (https://github.com/w3c/banana-rdf) seems to be actively maintained, but has no docs
- FeDeRate (https://dvcs.w3.org/hg/FeDeRate/summary) seems unmaintained and undocumented
Does anyone have any recommendations? I'm using Scala 2.10, and would like something light, fast and clean. I'm mostly going to be carrying out simple queries and storing stuff, but I'd like the option to work with external endpoints as well.