Package org.apache.any23.writer
This package collects a set of
TripleHandler decorators and specific RDF
format TripleWriter implementations.-
Class Summary Class Description BenchmarkTripleHandler TripleHandlerdecorator useful to perform benchmarking.CompositeTripleHandler ATripleHandlermulti decorator, that wraps zero or more other triple handlers and dispatches all events to each of them.CountingTripleHandler A simpleTripleHandlerthat 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 ATripleHandlerthat writes triples to a SesameRDFWriter, eg for serialization using one of Sesame's writers.RDFXMLWriter RDF/XMLTripleWriterimplementation.RDFXMLWriterFactory ReportingTripleHandler ATripleHandlerthat collects various information about the extraction process, such as the extractors used and the total number of triples.RepositoryWriter An RDF4J repository triple writer.TripleWriterHandler This class connects aTripleHandlerto aTripleWriterby writing received data.TriXWriter TriXTripleWriterimplementation.TriXWriterFactory TurtleWriter N3 notationTripleWriterimplementation.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 WriterSettings This class encapsulates commonly supported settings forTripleWriterimplementations.