Class N3Writer

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

    public class N3Writer
    extends Object
    implements RDFWriter, org.eclipse.rdf4j.common.io.CharSink
    An implementation of the RDFWriter interface that writes RDF documents in N3 format. Note: the current implementation simply wraps a TurtleWriter and writes documents in Turtle format, which is a subset of N3.