Artifacts using OpenRDF Sesame: Repository Manager (20)
Runtime dependencies for an OpenRDF application
Last Release on May 2, 2016
Relocated → org.eclipse.rdf4j »
rdf4j-runtime
Contains the Elmo driver for with the Sesame RDF repository. This is the
primary dependency when using Elmo from a maven project.
<dependencies>
<dependency>
<groupId>org.openrdf.elmo</groupId>
<artifactId>elmo-sesame</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>org.openrdf.sesame</groupId>
<artifactId>sesame-runtime</artifactId>
<version>${sesame.version}</version>
</dependency>
</dependencies>
<repositories>
...
Last Release on Apr 3, 2014
Repository decorations that can improve performance or simplicity.
This module includes:
* DC, FOAF, and RSS RDF vocabulary;
* OWL, RSS, and organized RDF/XML writers;
* SeRQO an RDF serialization of the Sesame Query algebra;
* ContextAware repository connection;
* ThreadProxyRepository;
* Augur and read-ahead repository for remote HTTP connections.
Last Release on Apr 3, 2014
The Object Repository maps Java objects to and from RDF resources and OWL classes to Java classes in a non-intrusive manner that enables developers to work at the object level.
Last Release on Aug 29, 2017