RDF libraries for Scala [closed]

前提是你 提交于 2019-12-06 22:42:54

问题


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.

来源:https://stackoverflow.com/questions/16812240/rdf-libraries-for-scala

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!