Uses of Interface
org.eclipse.rdf4j.rio.RDFWriterFactory
Package
Description
Rio: The RDF4J parser/writer API.
Parser/writer for the RDF4J binary RDF format.
Parser/writer for the JSON-L 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 RDFWriterFactory in org.eclipse.rdf4j.rio
Modifier and TypeMethodDescriptionprotected RDFFormat
RDFWriterRegistry.getKey
(RDFWriterFactory factory) -
Uses of RDFWriterFactory in org.eclipse.rdf4j.rio.binary
-
Uses of RDFWriterFactory in org.eclipse.rdf4j.rio.jsonld
Modifier and TypeClassDescriptionclass
AnRDFWriterFactory
that creates instances ofJSONLDWriter
. -
Uses of RDFWriterFactory in org.eclipse.rdf4j.rio.n3
-
Uses of RDFWriterFactory in org.eclipse.rdf4j.rio.ndjsonld
-
Uses of RDFWriterFactory in org.eclipse.rdf4j.rio.nquads
-
Uses of RDFWriterFactory in org.eclipse.rdf4j.rio.ntriples
-
Uses of RDFWriterFactory in org.eclipse.rdf4j.rio.rdfjson
-
Uses of RDFWriterFactory in org.eclipse.rdf4j.rio.rdfxml
-
Uses of RDFWriterFactory in org.eclipse.rdf4j.rio.rdfxml.util
-
Uses of RDFWriterFactory in org.eclipse.rdf4j.rio.trig
-
Uses of RDFWriterFactory in org.eclipse.rdf4j.rio.trigstar
-
Uses of RDFWriterFactory in org.eclipse.rdf4j.rio.trix
-
Uses of RDFWriterFactory in org.eclipse.rdf4j.rio.turtle
-
Uses of RDFWriterFactory in org.eclipse.rdf4j.rio.turtlestar