Uses of Class
org.apache.any23.writer.TripleWriterHandler
-
Packages that use TripleWriterHandler Package Description org.apache.any23.writer This package collects a set ofTripleHandlerdecorators and specific RDF formatTripleWriterimplementations. -
-
Uses of TripleWriterHandler in org.apache.any23.writer
Subclasses of TripleWriterHandler in org.apache.any23.writer 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.
-