Skip navigation links

Package com.complexible.stardog.sesame

Provides classes for Stardog-Sesame integration

See: Description

Package com.complexible.stardog.sesame Description

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

Skip navigation links

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