| Package | Description |
|---|---|
| org.apache.any23.extractor.rdf |
This package contains the concrete implementations (and utilities classes)
to perform the extraction from various RDF serialization formats.
|
| Class and Description |
|---|
| BaseRDFExtractor
Base class for a generic RDF
Extractor.ContentExtractor. |
| NQuadsExtractor
Concrete implementation of
Extractor.ContentExtractor
handling N-Quads format. |
| NTriplesExtractor
Concrete implementation of
Extractor.ContentExtractor
handling NTriples NTriples format. |
| RDFParserFactory
This factory provides a common logic for creating and configuring correctly
any RDF parser used within the library.
|
| RDFXMLExtractor
Concrete implementation of
Extractor.ContentExtractor
able to perform the extraction on RDF/XML
documents. |
| TriXExtractor
Concrete implementation of
Extractor.ContentExtractor
to perform extraction on TriX documents. |
| TurtleExtractor
Concrete implementation of
Extractor.ContentExtractor able to perform the
extraction on Turtle documents. |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.