Uses of Class
org.apache.any23.writer.RDFWriterTripleHandler
-
Packages that use RDFWriterTripleHandler Package Description org.apache.any23.writer This package collects a set ofTripleHandler
decorators and specific RDF formatTripleWriter
implementations. -
-
Uses of RDFWriterTripleHandler in org.apache.any23.writer
Subclasses of RDFWriterTripleHandler in org.apache.any23.writer Modifier and Type Class Description class
JSONLDWriter
Implementation of JSON-LDTripleWriter
.class
NQuadsWriter
Implementation of an N-QuadsTripleWriter
.class
NTriplesWriter
Implementation of an N-TriplesTripleWriter
.class
RDFXMLWriter
RDF/XMLTripleWriter
implementation.class
TriXWriter
TriXTripleWriter
implementation.class
TurtleWriter
N3 notationTripleWriter
implementation.
-