Uses of Interface
org.apache.any23.writer.FormatWriter
-
Packages that use FormatWriter Package Description org.apache.any23.writer This package collects a set ofTripleHandlerdecorators and specific RDF formatTripleWriterimplementations. -
-
Uses of FormatWriter in org.apache.any23.writer
Classes in org.apache.any23.writer that implement FormatWriter Modifier and Type Class Description classJSONLDWriterImplementation of JSON-LDTripleWriter.classJSONWriterDeprecated.since 2.3.classNQuadsWriterImplementation of an N-QuadsTripleWriter.classNTriplesWriterImplementation of an N-TriplesTripleWriter.classRDFWriterTripleHandlerATripleHandlerthat writes triples to a SesameRDFWriter, eg for serialization using one of Sesame's writers.classRDFXMLWriterRDF/XMLTripleWriterimplementation.classTriXWriterTriXTripleWriterimplementation.classTurtleWriterN3 notationTripleWriterimplementation.classURIListWriterThis writer simply produces a list of unique IRI present in the subject or in the object of every single extracted RDF Statement.Methods in org.apache.any23.writer that return FormatWriter Modifier and Type Method Description default FormatWriterTripleWriterFactory. getRdfWriter(OutputStream os)Deprecated.since 2.3.FormatWriterWriterFactory. getRdfWriter(OutputStream os)Deprecated.since 2.3.FormatWriterWriterFactoryRegistry. getWriterInstanceByIdentifier(String id, OutputStream os)Deprecated.since 2.3.
-