Package | Description |
---|---|
org.eclipse.rdf4j.rio |
Rio: The RDF4J parser/writer API.
|
org.eclipse.rdf4j.rio.binary |
Parser/writer for the RDF4J binary RDF format.
|
org.eclipse.rdf4j.rio.jsonld |
Parser/writer for the JSON-L format.
|
org.eclipse.rdf4j.rio.n3 |
Writer for the Notation-3 (N3) format.
|
org.eclipse.rdf4j.rio.ndjsonld | |
org.eclipse.rdf4j.rio.nquads |
Parser/writer for the N-Quads format.
|
org.eclipse.rdf4j.rio.ntriples |
Parser/writer for the N-Triples format.
|
org.eclipse.rdf4j.rio.rdfjson |
Parser/writer for the RDF/JSON format.
|
org.eclipse.rdf4j.rio.rdfxml |
Parser/writer for the RDF/XML format.
|
org.eclipse.rdf4j.rio.rdfxml.util |
Pretty-printing for the RDF/XML format.
|
org.eclipse.rdf4j.rio.trig |
Parser/writer for the TriG format.
|
org.eclipse.rdf4j.rio.trigstar | |
org.eclipse.rdf4j.rio.trix |
Parser/writer for the TriX format.
|
org.eclipse.rdf4j.rio.turtle |
Parser/writer for the Turtle format.
|
org.eclipse.rdf4j.rio.turtlestar |
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 |
NDJSONLDWriterFactory |
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 |
TriGStarWriterFactory
An
RDFWriterFactory for TriG-star writers. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
TurtleStarWriterFactory
An
RDFWriterFactory for Turtle-star writers. |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.