Package | Description |
---|---|
org.eclipse.rdf4j.repository.sail.helpers |
Helper and utility classes for the
SailRepository |
org.eclipse.rdf4j.rio.binary |
Parser/writer for the rdf4j binary RDF 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.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.trix |
Parser/writer for the TriX format.
|
org.eclipse.rdf4j.rio.turtle |
Parser/writer for the 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 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 |
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-2020 Eclipse Foundation. All Rights Reserved.