Artifacts using Aduna Commons: Lang (20)
Sail implementation that stores data in main memory, optionally using a dump-restore file for persistence.
Last Release on May 2, 2016
Relocated → org.eclipse.rdf4j »
rdf4j-sail-memory
API for interacting with repositories of RDF data.
Last Release on May 2, 2016
Relocated → org.eclipse.rdf4j »
rdf4j-repository-api
RDF Storage And Inference Layer ("Sail") API.
Last Release on May 2, 2016
Relocated → org.eclipse.rdf4j »
rdf4j-sail-api
Evaluation strategy API and implementations for the query algebra model.
Last Release on May 2, 2016
Relocated → org.eclipse.rdf4j »
rdf4j-queryalgebra-evaluation
Query language parsers API.
Last Release on May 2, 2016
Relocated → org.eclipse.rdf4j »
rdf4j-queryparser-api
Query result IO API
Last Release on May 2, 2016
Relocated → org.eclipse.rdf4j »
rdf4j-queryresultio-api
Client functionality for communicating with an OpenRDF server over HTTP.
Last Release on May 2, 2016
Relocated → org.eclipse.rdf4j »
rdf4j-http-client
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