Package | Description |
---|---|
org.eclipse.rdf4j.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
org.eclipse.rdf4j.rio.binary | |
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 | Method and Description |
---|---|
protected RDFFormat |
RDFWriterRegistry.getKey(RDFWriterFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryRDFWriterFactory
An
RDFWriterFactory for Binary RDF writers. |
Modifier and Type | Class and Description |
---|---|
class |
JSONLDWriterFactory
An
RDFWriterFactory that creates instances of JSONLDWriter . |
Modifier and Type | Class and Description |
---|---|
class |
N3WriterFactory
An
RDFWriterFactory for N3 writers. |
Modifier and Type | Class and Description |
---|---|
class |
NQuadsWriterFactory
An
RDFWriterFactory for N-Quads writers. |
Modifier and Type | Class and Description |
---|---|
class |
NTriplesWriterFactory
An
RDFWriterFactory for N-Triples writers. |
Modifier and Type | Class and Description |
---|---|
class |
RDFJSONWriterFactory
An
RDFWriterFactory for RDF/JSON writers. |
Modifier and Type | Class and Description |
---|---|
class |
RDFXMLWriterFactory
An
RDFWriterFactory for RDF/XML writers. |
Modifier and Type | Class and Description |
---|---|
class |
RDFXMLPrettyWriterFactory
An
RDFWriterFactory for RDF/XML writers. |
Modifier and Type | Class and Description |
---|---|
class |
TriGWriterFactory
An
RDFWriterFactory for TriG parsers. |
Modifier and Type | Class and Description |
---|---|
class |
TriXWriterFactory
An
RDFWriterFactory for TriX writers. |
Modifier and Type | Class and Description |
---|---|
class |
TurtleWriterFactory
An
RDFWriterFactory for Turtle writers. |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.