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.ContentExtractorhandling OWL2 Functional-Style Syntax format.FunctionalSyntaxExtractorFactory JSONLDExtractor Concrete implementation ofExtractor.ContentExtractorhandling JSON-LD format.JSONLDExtractorFactory ManchesterSyntaxExtractor Concrete implementation ofExtractor.ContentExtractorhandling Manchester Syntax format.ManchesterSyntaxExtractorFactory NQuadsExtractor Concrete implementation ofExtractor.ContentExtractorhandling N-Quads format.NQuadsExtractorFactory NTriplesExtractor Concrete implementation ofExtractor.ContentExtractorhandling 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.ContentExtractorable to perform the extraction on RDF/XML documents.RDFXMLExtractorFactory TriXExtractor Concrete implementation ofExtractor.ContentExtractorto perform extraction on TriX documents.TriXExtractorFactory TurtleExtractor Concrete implementation ofExtractor.ContentExtractorable to perform the extraction on Turtle documents.TurtleExtractorFactory