Package | Description |
---|---|
org.openrdf.http.client | |
org.openrdf.repository.sail.helpers | |
org.openrdf.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
org.openrdf.rio.binary | |
org.openrdf.rio.helpers |
Provides helpers classes for Rio.
|
org.openrdf.rio.jsonld | |
org.openrdf.rio.n3 |
Writer for RDF in Notation 3/N3 format.
|
org.openrdf.rio.nquads |
Parser and writer for RDF in N-Quads format.
|
org.openrdf.rio.ntriples |
Parser and writer for RDF in N-Triples format.
|
org.openrdf.rio.rdfjson | |
org.openrdf.rio.rdfxml |
Parser and writer for XML-serialized RDF.
|
org.openrdf.rio.trig |
Parser and writer for RDF in TriG format.
|
org.openrdf.rio.trix |
Parser and writer for RDF in
TriX format.
|
org.openrdf.rio.turtle |
Parser and writer for RDF in Turtle format.
|
Constructor and Description |
---|
BackgroundGraphResult(QueueCursor<Statement> queue,
RDFParser parser,
InputStream in,
Charset charset,
String baseURI) |
BackgroundGraphResult(RDFParser parser,
InputStream in,
Charset charset,
String baseURI) |
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 | Method and Description |
---|---|
static RDFParser |
Rio.createParser(RDFFormat format)
Convenience methods for creating RDFParser objects.
|
static RDFParser |
Rio.createParser(RDFFormat format,
ValueFactory valueFactory)
Convenience methods for creating RDFParser objects that use the specified
ValueFactory to create RDF model objects.
|
protected abstract RDFParser |
AbstractParserHandlingTest.getParser() |
RDFParser |
RDFParserFactory.getParser()
Returns a RDFParser instance.
|
Constructor and Description |
---|
NegativeParserTest(URI testUri,
String caseURI,
String inputURL,
String baseURL,
RDFParser targetParser,
FailureMode failureMode) |
PositiveParserTest(URI testUri,
String testName,
String inputURL,
String outputURL,
String baseURL,
RDFParser targetParser,
RDFParser ntriplesParser) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryRDFParser |
Modifier and Type | Method and Description |
---|---|
RDFParser |
BinaryRDFParserFactory.getParser()
Returns a new instance of
BinaryRDFParser . |
Modifier and Type | Class and Description |
---|---|
class |
RDFParserBase
Base class for
RDFParser s offering common functionality for RDF
parsers. |
Modifier and Type | Class and Description |
---|---|
class |
JSONLDParser
An
RDFParser that links to JSONLDInternalTripleCallback . |
Modifier and Type | Method and Description |
---|---|
RDFParser |
JSONLDParserFactory.getParser() |
Modifier and Type | Method and Description |
---|---|
protected abstract RDFParser |
N3ParserTestCase.createRDFParser() |
RDFParser |
N3ParserFactory.getParser()
Returns a new instance of
TurtleParser . |
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 | Method and Description |
---|---|
protected abstract RDFParser |
AbstractNQuadsParserUnitTest.createRDFParser() |
protected abstract RDFParser |
AbstractNQuadsParserTest.createRDFParser() |
RDFParser |
NQuadsParserFactory.getParser()
Returns a new instance of NQuadsParser.
|
Modifier and Type | Class and Description |
---|---|
class |
NTriplesParser
RDF parser for N-Triples files.
|
Modifier and Type | Method and Description |
---|---|
protected abstract RDFParser |
AbstractNTriplesParserUnitTest.createRDFParser() |
protected abstract RDFParser |
AbstractNTriplesParserTest.createRDFParser() |
RDFParser |
NTriplesParserFactory.getParser()
Returns a new instance of NTriplesParser.
|
Modifier and Type | Class and Description |
---|---|
class |
RDFJSONParser
RDFParser implementation for the RDF/JSON format |
Modifier and Type | Method and Description |
---|---|
protected abstract RDFParser |
RDFJSONParserTestCase.createRDFParser() |
RDFParser |
RDFJSONParserFactory.getParser() |
Modifier and Type | Class and Description |
---|---|
class |
RDFXMLParser
A parser for XML-serialized RDF.
|
Modifier and Type | Method and Description |
---|---|
protected abstract RDFParser |
RDFXMLParserTestCase.createRDFParser() |
RDFParser |
RDFXMLParserFactory.getParser()
Returns a new instance of RDFXMLParser.
|
Modifier and Type | Class and Description |
---|---|
class |
TriGParser
RDF parser for TriG files.
|
Modifier and Type | Method and Description |
---|---|
protected abstract RDFParser |
TriGParserTestCase.createNQuadsParser() |
protected abstract RDFParser |
TriGParserTestCase.createTriGParser() |
RDFParser |
TriGParserFactory.getParser()
Returns a new instance of
TriGParser . |
Modifier and Type | Class and Description |
---|---|
class |
TriXParser
A parser that can parse RDF files that are in the TriX format.
|
Modifier and Type | Method and Description |
---|---|
RDFParser |
TriXParserFactory.getParser()
Returns a new instance of
TriXParser . |
Modifier and Type | Class and Description |
---|---|
class |
TurtleParser
RDF parser for Turtle
files.
|
Modifier and Type | Method and Description |
---|---|
protected abstract RDFParser |
TurtleParserTestCase.createNTriplesParser() |
protected abstract RDFParser |
TurtleParserTestCase.createTurtleParser() |
RDFParser |
TurtleParserFactory.getParser()
Returns a new instance of
TurtleParser . |
Copyright © 2001-2016 Aduna. All Rights Reserved.