public class TemporaryGraphLoader extends Object
Modifier and Type | Class and Description |
---|---|
class |
TemporaryGraphLoader.TemporaryGraph
Handle for a temporary graph in the dirty database.
|
Modifier and Type | Field and Description |
---|---|
protected static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
TemporaryGraphLoader() |
Modifier and Type | Method and Description |
---|---|
TemporaryGraphLoader.TemporaryGraph |
importToTemporaryGraph(String data)
Inserts the given RDF data, serialized as RDF/XML or TTL, to a temporary graph in dirty database.
|
public TemporaryGraphLoader.TemporaryGraph importToTemporaryGraph(String data) throws Exception
TemporaryGraphLoader.TemporaryGraph.deleteGraph()
to drop the graph.data
- RDF data serialized as TTL or RDF/XMLException
Copyright © 2013. All Rights Reserved.