Package | Description |
---|---|
org.openrdf.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
org.openrdf.rio.binary | |
org.openrdf.rio.helpers |
Provides helpers classes for Rio.
|
org.openrdf.rio.jsonld | |
org.openrdf.rio.n3 |
Writer for RDF in Notation 3/N3 format.
|
org.openrdf.rio.nquads |
Parser and writer for RDF in N-Quads format.
|
org.openrdf.rio.ntriples |
Parser and writer for RDF in N-Triples format.
|
org.openrdf.rio.rdfjson | |
org.openrdf.rio.rdfxml |
Parser and writer for XML-serialized RDF.
|
org.openrdf.rio.rdfxml.util | |
org.openrdf.rio.trig |
Parser and writer for RDF in TriG format.
|
org.openrdf.rio.trix |
Parser and writer for RDF in
TriX format.
|
org.openrdf.rio.turtle |
Parser and writer for RDF in Turtle format.
|
Modifier and Type | Method and Description |
---|---|
static RDFWriter |
Rio.createWriter(RDFFormat format,
OutputStream out)
Convenience methods for creating RDFWriter objects.
|
static RDFWriter |
Rio.createWriter(RDFFormat format,
Writer writer)
Convenience methods for creating RDFWriter objects.
|
RDFWriter |
RDFWriterFactory.getWriter(OutputStream out)
Returns an RDFWriter instance that will write to the supplied output
stream.
|
RDFWriter |
RDFWriterFactory.getWriter(Writer writer)
Returns an RDFWriter instance that will write to the supplied writer.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryRDFWriter |
Modifier and Type | Method and Description |
---|---|
RDFWriter |
BinaryRDFWriterFactory.getWriter(OutputStream out)
Returns a new instance of
BinaryRDFWriter . |
RDFWriter |
BinaryRDFWriterFactory.getWriter(Writer writer)
Returns a new instance of
BinaryRDFWriter . |
Modifier and Type | Class and Description |
---|---|
class |
RDFWriterBase
Base class for
RDFWriter s offering common functionality for RDF
writers. |
Modifier and Type | Class and Description |
---|---|
class |
JSONLDWriter
An RDFWriter that links to
JSONLDInternalRDFParser . |
Modifier and Type | Method and Description |
---|---|
RDFWriter |
JSONLDWriterFactory.getWriter(OutputStream out) |
RDFWriter |
JSONLDWriterFactory.getWriter(Writer writer) |
Modifier and Type | Class and Description |
---|---|
class |
N3Writer
An implementation of the RDFWriter interface that writes RDF documents in N3
format.
|
Modifier and Type | Method and Description |
---|---|
RDFWriter |
N3WriterFactory.getWriter(OutputStream out)
Returns a new instance of
N3Writer . |
RDFWriter |
N3WriterFactory.getWriter(Writer writer)
Returns a new instance of
N3Writer . |
Modifier and Type | Class and Description |
---|---|
class |
NQuadsWriter
RDFWriter implementation for the
N-Quads RDF format. |
Modifier and Type | Method and Description |
---|---|
RDFWriter |
NQuadsWriterFactory.getWriter(OutputStream out)
Returns a new instance of
NQuadsWriter . |
RDFWriter |
NQuadsWriterFactory.getWriter(Writer writer)
Returns a new instance of
NQuadsWriter . |
Modifier and Type | Class and Description |
---|---|
class |
NTriplesWriter
An implementation of the RDFWriter interface that writes RDF documents in
N-Triples format.
|
Modifier and Type | Method and Description |
---|---|
RDFWriter |
NTriplesWriterFactory.getWriter(OutputStream out)
Returns a new instance of
NTriplesWriter . |
RDFWriter |
NTriplesWriterFactory.getWriter(Writer writer)
Returns a new instance of
NTriplesWriter . |
Modifier and Type | Class and Description |
---|---|
class |
RDFJSONWriter
RDFWriter implementation for the RDF/JSON format |
Modifier and Type | Method and Description |
---|---|
RDFWriter |
RDFJSONWriterFactory.getWriter(OutputStream out) |
RDFWriter |
RDFJSONWriterFactory.getWriter(Writer writer) |
Modifier and Type | Class and Description |
---|---|
class |
RDFXMLWriter
An implementation of the RDFWriter interface that writes RDF documents in
XML-serialized RDF format.
|
Modifier and Type | Method and Description |
---|---|
RDFWriter |
RDFXMLWriterFactory.getWriter(OutputStream out)
Returns a new instance of
RDFXMLWriter . |
RDFWriter |
RDFXMLWriterFactory.getWriter(Writer writer)
Returns a new instance of
RDFXMLWriter . |
Modifier and Type | Class and Description |
---|---|
class |
RDFXMLPrettyWriter
An extension of RDFXMLWriter that outputs a more concise form of RDF/XML.
|
Modifier and Type | Method and Description |
---|---|
RDFWriter |
RDFXMLPrettyWriterFactory.getWriter(OutputStream out)
Returns a new instance of
RDFXMLPrettyWriter . |
RDFWriter |
RDFXMLPrettyWriterFactory.getWriter(Writer writer)
Returns a new instance of
RDFXMLPrettyWriter . |
Modifier and Type | Class and Description |
---|---|
class |
TriGWriter
An extension of
TurtleWriter that writes RDF documents in TriG format
by adding graph scopes to the Turtle document. |
Modifier and Type | Method and Description |
---|---|
RDFWriter |
TriGWriterFactory.getWriter(OutputStream out)
Returns a new instance of
TriGWriter . |
RDFWriter |
TriGWriterFactory.getWriter(Writer writer)
Returns a new instance of
TriGWriter . |
Modifier and Type | Class and Description |
---|---|
class |
TriXWriter
An implementation of the RDFWriter interface that writes RDF documents in TriX format.
|
Modifier and Type | Method and Description |
---|---|
RDFWriter |
TriXWriterFactory.getWriter(OutputStream out)
Returns a new instance of
TriXWriter . |
RDFWriter |
TriXWriterFactory.getWriter(Writer writer)
Returns a new instance of
TriXWriter . |
Modifier and Type | Class and Description |
---|---|
class |
TurtleWriter
An implementation of the RDFWriter interface that writes RDF documents in
Turtle format.
|
Modifier and Type | Method and Description |
---|---|
RDFWriter |
TurtleWriterFactory.getWriter(OutputStream out)
Returns a new instance of
TurtleWriter . |
RDFWriter |
TurtleWriterFactory.getWriter(Writer writer)
Returns a new instance of
TurtleWriter . |
Copyright © 2001–2016 Aduna. All rights reserved.