| Package | Description |
|---|---|
| org.eclipse.rdf4j.repository.sail.helpers | |
| org.eclipse.rdf4j.rio.binary | |
| org.eclipse.rdf4j.rio.helpers |
Provides helpers classes for Rio.
|
| org.eclipse.rdf4j.rio.jsonld | |
| 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.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 |
SPARQLUpdateDataBlockParser
An extension of
TriGParser that processes data in the format specified in the SPARQL 1.1 grammar
for Quad data (assuming no variables, as is the case for INSERT DATA and DELETE DATA operations). |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryRDFParser |
| Modifier and Type | Class and Description |
|---|---|
class |
RDFParserBase
Deprecated.
since 4.0. Use
AbstractRDFParser instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
JSONLDParser
An
RDFParser that links to JSONLDInternalTripleCallback. |
| Modifier and Type | Class and Description |
|---|---|
class |
NQuadsParser
RDF parser implementation for the
N-Quads RDF format, extending the Rio N-Triples
parser. |
| Modifier and Type | Class and Description |
|---|---|
class |
NTriplesParser
RDF parser for N-Triples files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RDFJSONParser
RDFParser implementation for the RDF/JSON format |
| Modifier and Type | Class and Description |
|---|---|
class |
RDFXMLParser
A parser for XML-serialized RDF.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TriGParser
RDF parser for RDF-1.1 TriG files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TriXParser
A parser that can parse RDF files that are in the TriX format
.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TurtleParser
RDF parser for RDF-1.1 Turtle
files.
|
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.