Package org.apache.any23.writer
This package collects a set of
TripleHandler
decorators and specific RDF
format TripleWriter
implementations.-
Interface Summary Interface Description DecoratingWriterFactory Base interface used for constructors of decoratingTripleHandler
implementations.FormatWriter Base interface used for the definition of RDF format writers.TripleHandler Defines a document based triple handler.TripleWriter Base interface for triple writers that don't need an extraction context to write triplesTripleWriterFactory Base interface for constructors ofTripleHandler
implementations that write to anOutputStream
using a particularFileFormat
.WriterFactory The superinterface of allTripleHandler
factory interfaces. -
Class Summary Class Description BenchmarkTripleHandler TripleHandler
decorator useful to perform benchmarking.CompositeTripleHandler ATripleHandler
multi decorator, that wraps zero or more other triple handlers and dispatches all events to each of them.CountingTripleHandler A simpleTripleHandler
that merely counts the number of triples it has received.JSONLDWriter Implementation of JSON-LDTripleWriter
.JSONLDWriterFactory JSONWriter Deprecated. since 2.3.JSONWriterFactory Deprecated. since 2.3.LoggingTripleHandler Triple handler decorator useful for logging purposes.NQuadsWriter Implementation of an N-QuadsTripleWriter
.NQuadsWriterFactory NTriplesWriter Implementation of an N-TriplesTripleWriter
.NTriplesWriterFactory RDFWriterTripleHandler ATripleHandler
that writes triples to a SesameRDFWriter
, eg for serialization using one of Sesame's writers.RDFXMLWriter RDF/XMLTripleWriter
implementation.RDFXMLWriterFactory ReportingTripleHandler ATripleHandler
that collects various information about the extraction process, such as the extractors used and the total number of triples.RepositoryWriter An RDF4J repository triple writer.TripleFormat TripleFormat.Capabilities TripleWriterHandler This class connects aTripleHandler
to aTripleWriter
by writing received data.TriXWriter TriXTripleWriter
implementation.TriXWriterFactory TurtleWriter N3 notationTripleWriter
implementation.TurtleWriterFactory URIListWriter This writer simply produces a list of unique IRI present in the subject or in the object of every single extracted RDF Statement.URIListWriterFactory WriterFactoryRegistry Registry class forWriterFactory
s.WriterSettings This class encapsulates commonly supported settings forTripleWriter
implementations. -
Exception Summary Exception Description TripleHandlerException Defines a generic exception raised when accessing toTripleHandler
class.