Package | Description |
---|---|
org.eclipse.rdf4j.query.parser.sparql |
The rdf4j SPARQL 1.1 parser.
|
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.helpers |
Provides helpers classes for Rio.
|
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.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 | Class and Description |
---|---|
class |
SPARQLUpdateDataBlockParser
An extension of
TriGStarParser 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 |
HDTParser
RDF parser for HDT v1.0 files.
|
Modifier and Type | Class and Description |
---|---|
class |
RDFParserBase
Deprecated.
since 2.0. Use
AbstractRDFParser instead. |
class |
XMLReaderBasedParser
Base class for Rio parsers that are based on a SAX
XMLReader . |
Modifier and Type | Class and Description |
---|---|
class |
JSONLDParser
An
RDFParser that links to JSONLDInternalTripleCallback . |
Modifier and Type | Class and Description |
---|---|
class |
N3Parser |
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 |
TriGStarParser
RDF parser for TriG* (an extension of TriG that adds RDF* support).
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
TurtleStarParser
RDF parser for Turtle* (an extension of Turtle that adds RDF* support).
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.