Package org.apache.any23.extractor.rdf
This package contains the concrete implementations (and utilities classes) to perform the extraction from various RDF
serialization formats.
-
Class Summary Class Description BaseRDFExtractor Base class for a generic RDFExtractor.ContentExtractor
.FunctionalSyntaxExtractor Concrete implementation ofExtractor.ContentExtractor
handling OWL2 Functional-Style Syntax format.FunctionalSyntaxExtractorFactory JSONLDExtractor Concrete implementation ofExtractor.ContentExtractor
handling JSON-LD format.JSONLDExtractorFactory ManchesterSyntaxExtractor Concrete implementation ofExtractor.ContentExtractor
handling Manchester Syntax format.ManchesterSyntaxExtractorFactory NQuadsExtractor Concrete implementation ofExtractor.ContentExtractor
handling N-Quads format.NQuadsExtractorFactory NTriplesExtractor Concrete implementation ofExtractor.ContentExtractor
handling NTriples NTriples format.NTriplesExtractorFactory RDFHandlerAdapter An RDFHandler that relays statements and prefix definitions to anExtractionResult
.RDFParserFactory This factory provides a common logic for creating and configuring correctly any RDF parser used within the library.RDFXMLExtractor Concrete implementation ofExtractor.ContentExtractor
able to perform the extraction on RDF/XML documents.RDFXMLExtractorFactory TriXExtractor Concrete implementation ofExtractor.ContentExtractor
to perform extraction on TriX documents.TriXExtractorFactory TurtleExtractor Concrete implementation ofExtractor.ContentExtractor
able to perform the extraction on Turtle documents.TurtleExtractorFactory