Uses of Interface
org.apache.any23.writer.FormatWriter
-
Packages that use FormatWriter Package Description org.apache.any23.writer This package collects a set ofTripleHandler
decorators and specific RDF formatTripleWriter
implementations. -
-
Uses of FormatWriter in org.apache.any23.writer
Classes in org.apache.any23.writer that implement FormatWriter Modifier and Type Class Description class
JSONLDWriter
Implementation of JSON-LDTripleWriter
.class
JSONWriter
Deprecated.since 2.3.class
NQuadsWriter
Implementation of an N-QuadsTripleWriter
.class
NTriplesWriter
Implementation of an N-TriplesTripleWriter
.class
RDFWriterTripleHandler
ATripleHandler
that writes triples to a SesameRDFWriter
, eg for serialization using one of Sesame's writers.class
RDFXMLWriter
RDF/XMLTripleWriter
implementation.class
TriXWriter
TriXTripleWriter
implementation.class
TurtleWriter
N3 notationTripleWriter
implementation.class
URIListWriter
This 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 FormatWriter
TripleWriterFactory. getRdfWriter(OutputStream os)
Deprecated.since 2.3.FormatWriter
WriterFactory. getRdfWriter(OutputStream os)
Deprecated.since 2.3.FormatWriter
WriterFactoryRegistry. getWriterInstanceByIdentifier(String id, OutputStream os)
Deprecated.since 2.3.
-