RDF4J

From air
Revision as of 09:14, 7 November 2014 by Donsez (talk | contribs)
Jump to navigation Jump to search

Sesame is a de-facto standard framework for processing RDF data. This includes parsing, storing, inferencing and querying over such data. It offers an easy-to-use API that can be connected to all leading RDF storage solutions.

http://rdf4j.org/

Getting started

git clone https://bitbucket.org/openrdf/sesame-examples.git
cd sesame-examples
mvn clean install