Class NTriplesWriter

  • All Implemented Interfaces:
    org.eclipse.rdf4j.common.io.CharSink, org.eclipse.rdf4j.common.io.Sink, RDFHandler, RDFWriter

    public class NTriplesWriter
    extends AbstractRDFWriter
    implements org.eclipse.rdf4j.common.io.CharSink
    An implementation of the RDFWriter interface that writes RDF documents in N-Triples format. The N-Triples format is defined in this section of the RDF Test Cases document.