See: Description
Class | Description |
---|---|
ALiteralWrapper |
INTERNAL: This class is used to wrap Jena Literal objects in the
ARP ALiteral interface so that they can be streamed through the ARP
StatementHandler interface without requiring new objects to be
created.
|
AResourceWrapper |
INTERNAL: This class is used to wrap Jena Resource objects in the
ARP AResource interface so that they can be streamed through the ARP
StatementHandler interface without requiring new objects to be
created.
|
RDFFragmentExporter |
PUBLIC: An RDF fragment exporter which produces RDF/XML.
|
RDFImporterExporterService |
ImportExportServiceIF service providing RDF import and export functionality.
|
RDFIntroSpector |
INTERNAL: Used by the RDF2TM plugin.
|
RDFPathTopicMapSource |
INTERNAL: Source that locates RDF files in a directory on the file
system.
|
RDFPropertyMapping |
INTERNAL: Represents the mapping of a single RDF property.
|
RDFTopicMapReader |
PUBLIC: Converts an RDF model to a topic map using a
schema-specific mapping defined using RDF.
|
RDFTopicMapReference |
INTERNAL: An RDF file topic map reference.
|
RDFTopicMapWriter |
PUBLIC: A topic map writer that can convert topic maps to RDF.
|
RDFToTopicMapConverter |
EXPERIMENTAL: Converts an RDF model to a topic map using a
schema-specific mapping defined using RDF.
|
RDFUtils |
INTERNAL: Various utilities for working with RDF.
|
Exception | Description |
---|---|
RDFMappingException |
PUBLIC: Thrown when an error occurs during RDF-to-topic maps
conversion.
|
This package provides support for RDF (Resource Description Framework), a topic map-like data model for metadata defined by the W3C. It can read RDF data into a topic map using a conversion file, and similarly output topic maps to RDF using a conversion file.