Package net.ontopia.topicmaps.utils.rdf

This package provides support for RDF (Resource Description Framework), a topic map-like data model for metadata defined by the W3C.

See:
          Description

Class Summary
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.
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 Summary
RDFMappingException PUBLIC: Thrown when an error occurs during RDF-to-topic maps conversion.
 

Package net.ontopia.topicmaps.utils.rdf Description

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.



Copyright © 2000-2012 Ontopia.