public class NTriplesExtractor extends BaseRDFExtractor
Extractor.ContentExtractor
handling NTriples NTriples format.Extractor.BlindExtractor, Extractor.ContentExtractor, Extractor.TagSoupDOMExtractor
Constructor and Description |
---|
NTriplesExtractor()
Default constructor, with no verification of data types and no stop at first error.
|
NTriplesExtractor(boolean verifyDataType,
boolean stopAtFirstError) |
Modifier and Type | Method and Description |
---|---|
ExtractorDescription |
getDescription() |
protected org.openrdf.rio.RDFParser |
getParser(ExtractionContext extractionContext,
ExtractionResult extractionResult) |
isStopAtFirstError, isVerifyDataType, run, setStopAtFirstError, setVerifyDataType
public NTriplesExtractor(boolean verifyDataType, boolean stopAtFirstError)
public NTriplesExtractor()
public ExtractorDescription getDescription()
getDescription
in interface Extractor<InputStream>
getDescription
in class BaseRDFExtractor
protected org.openrdf.rio.RDFParser getParser(ExtractionContext extractionContext, ExtractionResult extractionResult)
getParser
in class BaseRDFExtractor
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.