Package com.complexible.stardog.rdf4j
Provides classes for Stardog-RDF4J integration
The integration of Stardog with the RDF4j API is at the Repository
level:
Repository aRepo = new StardogRepository(ConnectionConfiguration
.to("testSesame")
.credentials("admin", "admin"));
At this point, you can safely use aRepo
as you would any other RDF4J Repository
-
Class Summary Class Description StardogRepository Implementation of a Stardog-based rdf4j Repository.StardogRepositoryConfig Stardog based Repository configuration for use withStardogRepositoryFactory
StardogRepositoryConnection Stardog-based implementation of an RDF4J RepositoryConnection.StardogRepositoryFactory Implementation of Sesame's RepositoryFactory interface to support creating StardogRepository instances via their repository configuration API