Package | Description |
---|---|
org.eclipse.rdf4j.console.util | |
org.eclipse.rdf4j.rio.binary | |
org.eclipse.rdf4j.rio.helpers |
Provides helpers classes for Rio.
|
org.eclipse.rdf4j.rio.jsonld | |
org.eclipse.rdf4j.rio.n3 |
Writer for RDF in Notation 3/N3 format.
|
org.eclipse.rdf4j.rio.nquads |
Parser and writer for RDF in N-Quads format.
|
org.eclipse.rdf4j.rio.ntriples |
Parser and writer for RDF in N-Triples format.
|
org.eclipse.rdf4j.rio.rdfjson | |
org.eclipse.rdf4j.rio.rdfxml |
Parser and writer for XML-serialized RDF.
|
org.eclipse.rdf4j.rio.rdfxml.util | |
org.eclipse.rdf4j.rio.trig |
Parser and writer for RDF in
TriG
format.
|
org.eclipse.rdf4j.rio.trix |
Parser and writer for RDF in
TriX format
.
|
org.eclipse.rdf4j.rio.turtle |
Parser and writer for RDF in
Turtle
format.
|
Modifier and Type | Class and Description |
---|---|
class |
ConsoleRDFWriter
Write query results to console
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryRDFWriter |
Modifier and Type | Class and Description |
---|---|
class |
RDFWriterBase
Deprecated.
since 2.0. Use
AbstractRDFWriter instead. |
Modifier and Type | Class and Description |
---|---|
class |
JSONLDWriter
An RDFWriter that links to
JSONLDInternalRDFParser . |
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 © 2015-2019 Eclipse Foundation. All Rights Reserved.