public class GraphLoader extends Object
Constructor and Description |
---|
GraphLoader(EnumDatabaseInstance databaseInstance)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
importGraph(String contents,
String graphURI)
Import graph serialized as N3 or RDF/XML to database into the given named graph.
|
public GraphLoader(EnumDatabaseInstance databaseInstance)
databaseInstance
- database instance to import topublic void importGraph(String contents, String graphURI) throws ODCleanStoreException
contents
- RDF data serialized as N3 or RDF/XMLgraphURI
- URI of graph to import toODCleanStoreException
- errorCopyright © 2013. All Rights Reserved.