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.
|
Modifier and Type | Class and Description |
---|---|
class |
NQuadsExtractor
Concrete implementation of
Extractor.ContentExtractor
handling N-Quads format. |
class |
NTriplesExtractor
Concrete implementation of
Extractor.ContentExtractor
handling NTriples NTriples format. |
class |
RDFXMLExtractor
Concrete implementation of
Extractor.ContentExtractor
able to perform the extraction on RDF/XML
documents. |
class |
TriXExtractor
Concrete implementation of
Extractor.ContentExtractor
to perform extraction on TriX documents. |
class |
TurtleExtractor
Concrete implementation of
Extractor.ContentExtractor able to perform the
extraction on Turtle documents. |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.