Skip navigation links

Package com.complexible.stardog.rdf4j

Provides classes for Stardog-RDF4J integration

See: Description

Package com.complexible.stardog.rdf4j Description

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

Skip navigation links

Copyright © 2010-2016 Stardog Union. All Rights Reserved.