Package org.apache.any23.extractor.rdf
Class ManchesterSyntaxExtractor
- java.lang.Object
-
- org.apache.any23.extractor.rdf.BaseRDFExtractor
-
- org.apache.any23.extractor.rdf.ManchesterSyntaxExtractor
-
- All Implemented Interfaces:
org.apache.any23.extractor.Extractor<InputStream>
,org.apache.any23.extractor.Extractor.ContentExtractor
public class ManchesterSyntaxExtractor extends BaseRDFExtractor
Concrete implementation ofExtractor.ContentExtractor
handling Manchester Syntax format.- Author:
- Peter Ansell
-
-
Constructor Summary
Constructors Constructor Description ManchesterSyntaxExtractor()
ManchesterSyntaxExtractor(boolean verifyDataType, boolean stopAtFirstError)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.any23.extractor.ExtractorDescription
getDescription()
protected org.eclipse.rdf4j.rio.RDFParser
getParser(org.apache.any23.extractor.ExtractionContext extractionContext, org.apache.any23.extractor.ExtractionResult extractionResult)
-
Methods inherited from class org.apache.any23.extractor.rdf.BaseRDFExtractor
isStopAtFirstError, isVerifyDataType, run, setStopAtFirstError, setVerifyDataType
-
-
-
-
Method Detail
-
getDescription
public org.apache.any23.extractor.ExtractorDescription getDescription()
-
getParser
protected org.eclipse.rdf4j.rio.RDFParser getParser(org.apache.any23.extractor.ExtractionContext extractionContext, org.apache.any23.extractor.ExtractionResult extractionResult)
- Specified by:
getParser
in classBaseRDFExtractor
-
-