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.hdt |
Parser/writer for the HDT v1.0 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.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 |
RDFParserRegistry.getKey(RDFParserFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryRDFParserFactory
An
RDFParserFactory for Binary RDF parsers. |
Modifier and Type | Class and Description |
---|---|
class |
HDTParserFactory
An
RDFParserFactory for HDT parsers. |
Modifier and Type | Class and Description |
---|---|
class |
JSONLDParserFactory
An
RDFParserFactory that creates instances of JSONLDParser . |
Modifier and Type | Class and Description |
---|---|
class |
N3ParserFactory
An
RDFParserFactory for N3 parsers. |
Modifier and Type | Class and Description |
---|---|
class |
NDJSONLDParserFactory
An
RDFParserFactory that creates instances of NDJSONLDParser . |
Modifier and Type | Class and Description |
---|---|
class |
NQuadsParserFactory
An
RDFParserFactory for N-Quads parsers. |
Modifier and Type | Class and Description |
---|---|
class |
NTriplesParserFactory
An
RDFParserFactory for N-Triples parsers. |
Modifier and Type | Class and Description |
---|---|
class |
RDFJSONParserFactory
An
RDFParserFactory for RDF/JSON parsers. |
Modifier and Type | Class and Description |
---|---|
class |
RDFXMLParserFactory
An
RDFParserFactory for RDF/XML parsers. |
Modifier and Type | Class and Description |
---|---|
class |
TriGParserFactory
An
RDFParserFactory for TriG parsers. |
Modifier and Type | Class and Description |
---|---|
class |
TriGStarParserFactory
An
RDFParserFactory for TriG-star parsers. |
Modifier and Type | Class and Description |
---|---|
class |
TriXParserFactory
An
RDFParserFactory for TriX parsers. |
Modifier and Type | Class and Description |
---|---|
class |
TurtleParserFactory
An
RDFParserFactory for Turtle parsers. |
Modifier and Type | Class and Description |
---|---|
class |
TurtleStarParserFactory
An
RDFParserFactory for Turtle-star parsers. |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.