See: Description
| Class | Description |
|---|---|
| SesameToStark | |
| StardogRepository | Deprecated
Use RDF4J instead
|
| StardogRepositoryConfig | Deprecated
Use RDF4J instead
|
| StardogRepositoryConnection | Deprecated
Use RDF4J instead
|
| StardogRepositoryFactory | Deprecated
Use RDF4J instead
|
| StarkToSesame |
Provides classes for Stardog-Sesame integration
The integration of Stardog with the Sesame 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 Sesame Repository
Copyright © 2010-2016 Stardog Union. All Rights Reserved.