Uses of Interface
org.eclipse.rdf4j.rio.RDFWriter
Packages that use 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-LD 1.1 format.
Parser/writer for the JSON-LD 1.0 format.
Writer for the Notation-3 (N3) format.
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
Methods in org.eclipse.rdf4j.console.command with parameters of type RDFWriterModifier 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
Classes in org.eclipse.rdf4j.console.util that implement RDFWriter -
Uses of RDFWriter in org.eclipse.rdf4j.rio
Methods in org.eclipse.rdf4j.rio that return RDFWriterModifier 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
Classes in org.eclipse.rdf4j.rio.binary that implement RDFWriterMethods in org.eclipse.rdf4j.rio.binary that return RDFWriterModifier 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
Classes in org.eclipse.rdf4j.rio.helpers that implement RDFWriterModifier and TypeClassDescriptionclass
Base class forRDFWriter
s offering common functionality for RDF writers.Methods in org.eclipse.rdf4j.rio.helpers that return RDFWriterModifier and TypeMethodDescription<T> RDFWriter
AbstractRDFWriter.set
(RioSetting<T> setting, T value) AbstractRDFWriter.setWriterConfig
(WriterConfig config) -
Uses of RDFWriter in org.eclipse.rdf4j.rio.jsonld
Classes in org.eclipse.rdf4j.rio.jsonld that implement RDFWriterMethods in org.eclipse.rdf4j.rio.jsonld that return RDFWriter -
Uses of RDFWriter in org.eclipse.rdf4j.rio.jsonld.legacy
Classes in org.eclipse.rdf4j.rio.jsonld.legacy that implement RDFWriterModifier and TypeClassDescriptionclass
An RDFWriter that links toJSONLDInternalRDFParser
.Methods in org.eclipse.rdf4j.rio.jsonld.legacy that return RDFWriter -
Uses of RDFWriter in org.eclipse.rdf4j.rio.n3
Classes in org.eclipse.rdf4j.rio.n3 that implement RDFWriterModifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in N3 format.Methods in org.eclipse.rdf4j.rio.n3 that return RDFWriterModifier 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
Classes in org.eclipse.rdf4j.rio.ndjsonld that implement RDFWriterMethods in org.eclipse.rdf4j.rio.ndjsonld that return RDFWriterModifier and TypeMethodDescriptionNDJSONLDWriterFactory.getWriter
(OutputStream out) NDJSONLDWriterFactory.getWriter
(OutputStream out, String baseURI) -
Uses of RDFWriter in org.eclipse.rdf4j.rio.ndjsonld.legacy
Classes in org.eclipse.rdf4j.rio.ndjsonld.legacy that implement RDFWriterMethods in org.eclipse.rdf4j.rio.ndjsonld.legacy that return RDFWriterModifier and TypeMethodDescriptionNDJSONLDWriterFactory.getWriter
(OutputStream out) NDJSONLDWriterFactory.getWriter
(OutputStream out, String baseURI) -
Uses of RDFWriter in org.eclipse.rdf4j.rio.nquads
Classes in org.eclipse.rdf4j.rio.nquads that implement RDFWriterMethods in org.eclipse.rdf4j.rio.nquads that return RDFWriterModifier 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
Classes in org.eclipse.rdf4j.rio.ntriples that implement RDFWriterModifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in N-Triples format.Methods in org.eclipse.rdf4j.rio.ntriples that return RDFWriterModifier 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
Classes in org.eclipse.rdf4j.rio.rdfjson that implement RDFWriterMethods in org.eclipse.rdf4j.rio.rdfjson that return RDFWriter -
Uses of RDFWriter in org.eclipse.rdf4j.rio.rdfxml
Classes in org.eclipse.rdf4j.rio.rdfxml that implement RDFWriterModifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in XML-serialized RDF format.Methods in org.eclipse.rdf4j.rio.rdfxml that return RDFWriterModifier 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
Classes in org.eclipse.rdf4j.rio.rdfxml.util that implement RDFWriterModifier and TypeClassDescriptionclass
An extension of RDFXMLWriter that outputs a more concise form of RDF/XML.Methods in org.eclipse.rdf4j.rio.rdfxml.util that return RDFWriterModifier 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
Classes in org.eclipse.rdf4j.rio.trig that implement RDFWriterModifier and TypeClassDescriptionclass
An extension ofTurtleWriter
that writes RDF documents in TriG format by adding graph scopes to the Turtle document.Methods in org.eclipse.rdf4j.rio.trig that return RDFWriterModifier 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
Classes in org.eclipse.rdf4j.rio.trigstar that implement RDFWriterModifier and TypeClassDescriptionclass
An extension ofTriGWriter
that writes RDF-star documents in the TriG-star format by including the RDF-star triples.Methods in org.eclipse.rdf4j.rio.trigstar that return RDFWriterModifier 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
Classes in org.eclipse.rdf4j.rio.trix that implement RDFWriterModifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in TriX format.Methods in org.eclipse.rdf4j.rio.trix that return RDFWriterModifier 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
Classes in org.eclipse.rdf4j.rio.turtle that implement RDFWriterModifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in Turtle format.Methods in org.eclipse.rdf4j.rio.turtle that return RDFWriterModifier and TypeMethodDescriptionTurtleWriterFactory.getWriter
(OutputStream out) Returns a new instance ofTurtleWriter
.TurtleWriterFactory.getWriter
(OutputStream out, String baseURI) Returns a new instance ofTurtleWriter
. -
Uses of RDFWriter in org.eclipse.rdf4j.rio.turtlestar
Classes in org.eclipse.rdf4j.rio.turtlestar that implement RDFWriterModifier and TypeClassDescriptionclass
An extension ofTurtleWriter
that writes RDF-star documents in the Turtle-star format by including the RDF-star triples.Methods in org.eclipse.rdf4j.rio.turtlestar that return RDFWriterModifier and TypeMethodDescriptionTurtleStarWriterFactory.getWriter
(OutputStream out) Returns a new instance ofTurtleStarWriter
.TurtleStarWriterFactory.getWriter
(OutputStream out, String baseURI) Returns a new instance ofTurtleStarWriter
.