Class RDFFragmentExporter

java.lang.Object
net.ontopia.topicmaps.utils.rdf.RDFFragmentExporter
All Implemented Interfaces:
TopicMapFragmentWriterIF

public class RDFFragmentExporter extends Object implements TopicMapFragmentWriterIF
PUBLIC: An RDF fragment exporter which produces RDF/XML. It does so by first building an in-memory Jena model of the fragment, then serializing the entire thing in one go to the stream. The exporter is restricted in the sense that all topics must come from the same topic map.
Since:
5.1.3