Package n10s.experimental
Class PlainJsonStatementLoader
- java.lang.Object
-
- n10s.ConfiguredStatementHandler
-
- n10s.RDFToLPGStatementProcessor
-
- n10s.rdf.load.DirectStatementLoader
-
- n10s.experimental.PlainJsonStatementLoader
-
- All Implemented Interfaces:
org.eclipse.rdf4j.rio.RDFHandler
public class PlainJsonStatementLoader extends DirectStatementLoader
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class n10s.RDFToLPGStatementProcessor
RDFToLPGStatementProcessor.HeterogeneousDataTyping, RDFToLPGStatementProcessor.NamespacePrefixConflict, RDFToLPGStatementProcessor.PartialCommitException
-
Nested classes/interfaces inherited from class n10s.ConfiguredStatementHandler
ConfiguredStatementHandler.TripleLimitReached
-
-
Field Summary
-
Fields inherited from class n10s.RDFToLPGStatementProcessor
DATATYPE, datatypeConflictFound, graphdb, LABEL, loadWarnings, log, mappedTripleCounter, namespaces, parserConfig, PROPERTY, RELATIONSHIP, relProps, resourceLabels, resourceProps, statements, totalTriplesMapped, totalTriplesParsed, tx, vf
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendRDF()-
Methods inherited from class n10s.rdf.load.DirectStatementLoader
periodicOperation, runPartialTx
-
Methods inherited from class n10s.RDFToLPGStatementProcessor
addRelProp, addStatement, defaultToString, getNamespaces, getObjectValue, getParserConfig, getValueWithDatatype, getWarnings, handleComment, handleIRI, handleNamespace, handleStatement, setLabel, setProp, startRDF, toPropertyValue
-
-
-
-
Method Detail
-
endRDF
public void endRDF() throws org.eclipse.rdf4j.rio.RDFHandlerException- Specified by:
endRDFin interfaceorg.eclipse.rdf4j.rio.RDFHandler- Overrides:
endRDFin classDirectStatementLoader- Throws:
org.eclipse.rdf4j.rio.RDFHandlerException
-
-