Uses of Interface
org.apache.any23.writer.TripleWriter
-
Packages that use TripleWriter Package Description org.apache.any23.writer This package collects a set ofTripleHandler
decorators and specific RDF formatTripleWriter
implementations. -
-
Uses of TripleWriter in org.apache.any23.writer
Classes in org.apache.any23.writer that implement TripleWriter 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
TripleWriterHandler
This class connects aTripleHandler
to aTripleWriter
by writing received data.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.
-