基于Java的RDF开发工具

Jena (http://jena.sourceforge.net/) is the most widely-used at the moment, and relies heavily on community standards (OWL, SPARQL, etc). Other options are:


KOAN (http://kaon.semanticweb.org/), which perhaps can be used in a more scaled-down fashion, but strays from pure standards with some proprietary language and extensions.


Sesame (http://www.openrdf.org/), which you will find comparable to Jena unless you are interested in comparing large-scale triple retrieval efficiencies, or you need to support OWL.


JRDF (http://jrdf.sourceforge.net/), supposedly blending several of the RDF frameworks, but I can't say I know anything about it.


文章转载至

http://stackoverflow.com/questions/73445/what-are-some-good-java-rdf-libraries


你可能感兴趣的:(学习笔记)