Uses of Interface
org.apache.any23.writer.TripleWriter
-
Packages that use TripleWriter Package Description org.apache.any23.writer This package collects a set ofTripleHandlerdecorators and specific RDF formatTripleWriterimplementations. -
-
Uses of TripleWriter in org.apache.any23.writer
Classes in org.apache.any23.writer that implement TripleWriter 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.classTripleWriterHandlerThis class connects aTripleHandlerto aTripleWriterby writing received data.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.
-