Uses of Interface
org.eclipse.rdf4j.rio.RDFWriter
Package
Description
Rio: The RDF4J parser/writer API.
Parser/writer for the RDF4J binary RDF format.
Provides helpers classes for Rio.
Parser/writer for the JSON-L format.
Writer for the Notation-3 (N3) format.
Copyright (c) 2021 Eclipse RDF4J contributors.
Parser/writer for the N-Quads format.
Parser/writer for the N-Triples format.
Parser/writer for the RDF/JSON format.
Parser/writer for the RDF/XML format.
Pretty-printing for the RDF/XML format.
Parser/writer for the TriG format.
Parser/writer for the TriX format.
Parser/writer for the Turtle format.
-
Uses of RDFWriter in org.eclipse.rdf4j.console.command
Modifier and TypeMethodDescriptionprotected void
TupleAndGraphQueryEvaluator.evaluateGraphQuery
(QueryLanguage queryLn, String queryString, RDFWriter writer, Collection<Namespace> namespaces) Evaluate SPARQL graph query -
Uses of RDFWriter in org.eclipse.rdf4j.console.util
-
Uses of RDFWriter in org.eclipse.rdf4j.rio
Modifier and TypeMethodDescriptionstatic RDFWriter
Rio.createWriter
(RDFFormat format, OutputStream out) Convenience methods for creating RDFWriter objects.This method uses the registry returned byRDFWriterRegistry.getInstance()
to get a factory for the specified format and uses this factory to create the appropriate writer.static RDFWriter
Rio.createWriter
(RDFFormat format, OutputStream out, String baseURI) Convenience methods for creating RDFWriter objects.This method uses the registry returned byRDFWriterRegistry.getInstance()
to get a factory for the specified format and uses this factory to create the appropriate writer.static RDFWriter
Rio.createWriter
(RDFFormat format, Writer writer) Convenience methods for creating RDFWriter objects.This method uses the registry returned byRDFWriterRegistry.getInstance()
to get a factory for the specified format and uses this factory to create the appropriate writer.static RDFWriter
Rio.createWriter
(RDFFormat format, Writer writer, String baseURI) Convenience methods for creating RDFWriter objects.This method uses the registry returned byRDFWriterRegistry.getInstance()
to get a factory for the specified format and uses this factory to create the appropriate writer.RDFWriterFactory.getWriter
(OutputStream out) Returns an RDFWriter instance that will write to the supplied output stream.RDFWriterFactory.getWriter
(OutputStream out, String baseURI) Returns an RDFWriter instance that will write to the supplied output stream.Returns an RDFWriter instance that will write to the supplied writer.Returns an RDFWriter instance that will write to the supplied writer.<T> RDFWriter
RDFWriter.set
(RioSetting<T> setting, T value) Set a setting on the writer, and return this writer object to allow chaining.RDFWriter.setWriterConfig
(WriterConfig config) Sets all supplied writer configuration options. -
Uses of RDFWriter in org.eclipse.rdf4j.rio.binary
Modifier and TypeMethodDescriptionBinaryRDFWriterFactory.getWriter
(OutputStream out) Returns a new instance ofBinaryRDFWriter
.BinaryRDFWriterFactory.getWriter
(OutputStream out, String baseURI) throws UnsupportedOperationExceptionthrows UnsupportedOperationException -
Uses of RDFWriter in org.eclipse.rdf4j.rio.helpers
Modifier and TypeClassDescriptionclass
Base class forRDFWriter
s offering common functionality for RDF writers.Modifier and TypeMethodDescription<T> RDFWriter
AbstractRDFWriter.set
(RioSetting<T> setting, T value) AbstractRDFWriter.setWriterConfig
(WriterConfig config) -
Uses of RDFWriter in org.eclipse.rdf4j.rio.jsonld
Modifier and TypeClassDescriptionclass
An RDFWriter that links toJSONLDInternalRDFParser
. -
Uses of RDFWriter in org.eclipse.rdf4j.rio.n3
Modifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in N3 format.Modifier and TypeMethodDescriptionN3WriterFactory.getWriter
(OutputStream out) Returns a new instance ofN3Writer
.N3WriterFactory.getWriter
(OutputStream out, String baseURI) Returns a new instance ofN3Writer
.<T> RDFWriter
N3Writer.set
(RioSetting<T> setting, T value) N3Writer.setWriterConfig
(WriterConfig config) -
Uses of RDFWriter in org.eclipse.rdf4j.rio.ndjsonld
Modifier and TypeMethodDescriptionNDJSONLDWriterFactory.getWriter
(OutputStream out) NDJSONLDWriterFactory.getWriter
(OutputStream out, String baseURI) -
Uses of RDFWriter in org.eclipse.rdf4j.rio.nquads
Modifier and TypeMethodDescriptionNQuadsWriterFactory.getWriter
(OutputStream out) Returns a new instance ofNQuadsWriter
.NQuadsWriterFactory.getWriter
(OutputStream out, String baseURI) Returns a new instance ofNQuadsWriter
. -
Uses of RDFWriter in org.eclipse.rdf4j.rio.ntriples
Modifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in N-Triples format.Modifier and TypeMethodDescriptionNTriplesWriterFactory.getWriter
(OutputStream out) Returns a new instance ofNTriplesWriter
.NTriplesWriterFactory.getWriter
(OutputStream out, String baseURI) Returns a new instance ofNTriplesWriter
. -
Uses of RDFWriter in org.eclipse.rdf4j.rio.rdfjson
-
Uses of RDFWriter in org.eclipse.rdf4j.rio.rdfxml
Modifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in XML-serialized RDF format.Modifier and TypeMethodDescriptionRDFXMLWriterFactory.getWriter
(OutputStream out) Returns a new instance ofRDFXMLWriter
.RDFXMLWriterFactory.getWriter
(OutputStream out, String baseURI) Returns a new instance ofRDFXMLWriter
.Returns a new instance ofRDFXMLWriter
.Returns a new instance ofRDFXMLWriter
. -
Uses of RDFWriter in org.eclipse.rdf4j.rio.rdfxml.util
Modifier and TypeClassDescriptionclass
An extension of RDFXMLWriter that outputs a more concise form of RDF/XML.Modifier and TypeMethodDescriptionRDFXMLPrettyWriterFactory.getWriter
(OutputStream out) Returns a new instance ofRDFXMLPrettyWriter
.RDFXMLPrettyWriterFactory.getWriter
(OutputStream out, String baseURI) Returns a new instance ofRDFXMLPrettyWriter
.Returns a new instance ofRDFXMLPrettyWriter
.Returns a new instance ofRDFXMLPrettyWriter
. -
Uses of RDFWriter in org.eclipse.rdf4j.rio.trig
Modifier and TypeClassDescriptionclass
An extension ofTurtleWriter
that writes RDF documents in TriG format by adding graph scopes to the Turtle document.Modifier and TypeMethodDescriptionTriGWriterFactory.getWriter
(OutputStream out) Returns a new instance ofTriGWriter
.TriGWriterFactory.getWriter
(OutputStream out, String baseURI) Returns a new instance ofTriGWriter
.Returns a new instance ofTriGWriter
.Returns a new instance ofTriGWriter
. -
Uses of RDFWriter in org.eclipse.rdf4j.rio.trigstar
Modifier and TypeClassDescriptionclass
An extension ofTriGWriter
that writes RDF-star documents in the TriG-star format by including the RDF-star triples.Modifier and TypeMethodDescriptionTriGStarWriterFactory.getWriter
(OutputStream out) Returns a new instance ofTriGStarWriter
.TriGStarWriterFactory.getWriter
(OutputStream out, String baseURI) Returns a new instance ofTriGStarWriter
.Returns a new instance ofTriGStarWriter
.Returns a new instance ofTriGStarWriter
. -
Uses of RDFWriter in org.eclipse.rdf4j.rio.trix
Modifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in TriX format.Modifier and TypeMethodDescriptionTriXWriterFactory.getWriter
(OutputStream out) Returns a new instance ofTriXWriter
.TriXWriterFactory.getWriter
(OutputStream out, String baseURI) Returns a new instance ofTriXWriter
.Returns a new instance ofTriXWriter
.Returns a new instance ofTriXWriter
. -
Uses of RDFWriter in org.eclipse.rdf4j.rio.turtle
Modifier and TypeClassDescriptionclass
Deprecated.since 3.3.1.class
An implementation of the RDFWriter interface that writes RDF documents in Turtle format.Modifier and TypeMethodDescriptionTurtleWriterFactory.getWriter
(OutputStream out) Returns a new instance ofTurtleWriter
.TurtleWriterFactory.getWriter
(OutputStream out, String baseURI) Returns a new instance ofTurtleWriter
.<T> RDFWriter
ArrangedWriter.set
(RioSetting<T> setting, T value) Deprecated.ArrangedWriter.setWriterConfig
(WriterConfig config) Deprecated.ModifierConstructorDescriptionArrangedWriter
(RDFWriter delegate) Deprecated.ArrangedWriter
(RDFWriter delegate, int size) Deprecated.ArrangedWriter
(RDFWriter delegate, int size, boolean repeatBlankNodes) Deprecated. -
Uses of RDFWriter in org.eclipse.rdf4j.rio.turtlestar
Modifier and TypeClassDescriptionclass
An extension ofTurtleWriter
that writes RDF-star documents in the Turtle-star format by including the RDF-star triples.Modifier and TypeMethodDescriptionTurtleStarWriterFactory.getWriter
(OutputStream out) Returns a new instance ofTurtleStarWriter
.TurtleStarWriterFactory.getWriter
(OutputStream out, String baseURI) Returns a new instance ofTurtleStarWriter
.