public class SailGraphLoader extends GraphLoader
GraphLoader.AddStatementHandler
Constructor and Description |
---|
SailGraphLoader(org.openrdf.sail.SailConnection cxn) |
Modifier and Type | Method and Description |
---|---|
protected org.openrdf.model.ValueFactory |
getValueFactory()
Return the
ValueFactory that will be set on the RDFParser
. |
protected GraphLoader.AddStatementHandler |
newStatementHandler()
Factory for the helper class that adds statements to the target
graph.
|
loadGraph, loadGraph
public SailGraphLoader(org.openrdf.sail.SailConnection cxn)
cxn
- The connection used to load the data.protected GraphLoader.AddStatementHandler newStatementHandler()
GraphLoader
newStatementHandler
in class GraphLoader
protected org.openrdf.model.ValueFactory getValueFactory()
GraphLoader
ValueFactory
that will be set on the RDFParser
. This is necessary for the RDR parser.getValueFactory
in class GraphLoader
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.