Package | Description |
---|---|
org.openrdf.rio.binary | |
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 | Class and Description |
---|---|
class |
BinaryRDFWriter |
Modifier and Type | Class and Description |
---|---|
class |
N3Writer
An implementation of the RDFWriter interface that writes RDF documents in N3
format.
|
Modifier and Type | Class and Description |
---|---|
class |
NQuadsWriter
RDFWriter implementation for the
N-Quads RDF format. |
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 | Class and Description |
---|---|
class |
RDFJSONWriter
RDFWriter implementation for the RDF/JSON format |
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 | Class and Description |
---|---|
class |
RDFXMLPrettyWriter
An extension of RDFXMLWriter that outputs a more concise form of RDF/XML.
|
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 | Class and Description |
---|---|
class |
TriXWriter
An implementation of the RDFWriter interface that writes RDF documents in TriX format.
|
Modifier and Type | Class and Description |
---|---|
class |
TurtleWriter
An implementation of the RDFWriter interface that writes RDF documents in
Turtle format.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.