Package | Description |
---|---|
org.openrdf.http.client | |
org.openrdf.query |
Interfaces and classes for handling queries and query results.
|
org.openrdf.query.dawg |
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
|
org.openrdf.query.resultio | |
org.openrdf.repository |
The Repository API: the main API for handling Sesame repositories.
|
org.openrdf.repository.base | |
org.openrdf.repository.contextaware | |
org.openrdf.repository.http |
A repository that serves as a proxy for a remote repository on a Sesame server.
|
org.openrdf.repository.sail |
Repository implementation for local storage backends.
|
org.openrdf.repository.sail.helpers | |
org.openrdf.repository.sparql | |
org.openrdf.repository.sparql.query | |
org.openrdf.repository.util | |
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.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.rdfxml.util | |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
BackgroundGraphResult.endRDF() |
protected void |
HTTPClient.getRDF(org.apache.commons.httpclient.HttpMethod method,
RDFHandler handler,
boolean requireContext)
Parse the response in this thread using the provided
RDFHandler . |
protected BackgroundGraphResult |
HTTPClient.getRDFBackground(org.apache.commons.httpclient.HttpMethodBase method,
boolean requireContext)
Parse the response in a background thread.
|
void |
SesameHTTPClient.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
void |
BackgroundGraphResult.handleComment(String comment) |
void |
BackgroundGraphResult.handleNamespace(String prefix,
String uri) |
void |
BackgroundGraphResult.handleStatement(Statement st) |
void |
HTTPClient.sendGraphQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
RDFHandler handler,
Binding... bindings) |
void |
HTTPClient.sendGraphQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
RDFHandler handler,
Binding... bindings) |
void |
BackgroundGraphResult.startRDF() |
Modifier and Type | Method and Description |
---|---|
void |
GraphQuery.evaluate(RDFHandler handler) |
static void |
QueryResults.report(GraphQueryResult gqr,
RDFHandler rdfHandler)
Reports a graph query result to an
RDFHandler . |
Modifier and Type | Method and Description |
---|---|
void |
DAWGTestResultSetParser.endRDF() |
void |
DAWGTestBooleanParser.endRDF() |
void |
DAWGTestResultSetParser.handleStatement(Statement st) |
void |
DAWGTestBooleanParser.handleStatement(Statement st) |
void |
DAWGTestResultSetParser.startRDF() |
void |
DAWGTestBooleanParser.startRDF() |
Modifier and Type | Method and Description |
---|---|
static void |
QueryResultIO.write(GraphQueryResult gqr,
RDFFormat format,
OutputStream out)
Writes a graph query result document in a specific RDF format to an output
stream.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnection.export(RDFHandler handler,
Resource... contexts)
Exports all explicit statements in the specified contexts to the supplied
RDFHandler.
|
void |
RepositoryConnection.exportStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts)
Exports all statements with a specific subject, predicate and/or object
from the repository, optionally from the specified contexts.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnectionBase.export(RDFHandler handler,
Resource... contexts) |
protected void |
RepositoryConnectionWrapper.exportStatements(RepositoryResult<Statement> stIter,
RDFHandler handler)
Exports all statements contained in the supplied statement iterator and
all relevant namespace information to the supplied RDFHandler.
|
void |
RepositoryConnectionWrapper.exportStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
ContextAwareConnection.export(RDFHandler handler,
Resource... contexts) |
void |
ContextAwareConnection.exportStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
void |
ContextAwareConnection.exportStatements(Resource subj,
URI pred,
Value obj,
RDFHandler handler,
Resource... contexts)
Exports all statements with a specific subject, predicate and/or object
from the repository, optionally from the specified contexts.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPGraphQuery.evaluate(RDFHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SailGraphQuery.evaluate(RDFHandler handler) |
void |
SailRepositoryConnection.exportStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
RDFSailInserter.endRDF() |
void |
RDFSailInserter.handleStatement(Statement st) |
protected void |
SPARQLUpdateDataBlockParser.parseGraph() |
protected Resource |
SPARQLUpdateDataBlockParser.parseImplicitBlank() |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLConnection.exportStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLGraphQuery.evaluate(RDFHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
RDFInserter.endRDF() |
void |
RDFRemover.handleStatement(Statement st) |
void |
RDFInserter.handleStatement(Statement st) |
void |
RDFLoader.load(File file,
String baseURI,
RDFFormat dataFormat,
RDFHandler rdfHandler)
Parses RDF data from the specified file to the given RDFHandler.
|
void |
RDFLoader.load(InputStream in,
String baseURI,
RDFFormat dataFormat,
RDFHandler rdfHandler)
Parses RDF data from an InputStream to the RDFHandler.
|
void |
RDFLoader.load(Reader reader,
String baseURI,
RDFFormat dataFormat,
RDFHandler rdfHandler)
Parses RDF data from a Reader to the RDFHandler.
|
void |
RDFLoader.load(URL url,
String baseURI,
RDFFormat dataFormat,
RDFHandler rdfHandler)
Parses the RDF data that can be found at the specified URL to the
RDFHandler.
|
Modifier and Type | Method and Description |
---|---|
void |
RDFHandler.endRDF()
Signals the end of the RDF data.
|
void |
RDFHandler.handleComment(String comment)
Handles a comment.
|
void |
RDFHandler.handleNamespace(String prefix,
String uri)
Handles a namespace declaration/definition.
|
void |
RDFHandler.handleStatement(Statement st)
Handles a statement.
|
static void |
Rio.main(String[] args) |
void |
RDFParser.parse(InputStream in,
String baseURI)
Parses the data from the supplied InputStream, using the supplied baseURI
to resolve any relative URI references.
|
void |
RDFParser.parse(Reader reader,
String baseURI)
Parses the data from the supplied Reader, using the supplied baseURI to
resolve any relative URI references.
|
void |
RDFHandler.startRDF()
Signals the start of the RDF data.
|
void |
RDFWriterTest.testIllegalPrefix() |
void |
RDFWriterTest.testPrefixRedefinition() |
static void |
Rio.write(Iterable<Statement> model,
OutputStream output,
RDFFormat dataFormat)
Writes the given statements to the given
OutputStream in the given
format. |
static void |
Rio.write(Iterable<Statement> model,
OutputStream output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given statements to the given
OutputStream in the given
format. |
static void |
Rio.write(Iterable<Statement> model,
RDFHandler writer)
Writes the given statements to the given
RDFHandler . |
static void |
Rio.write(Iterable<Statement> model,
Writer output,
RDFFormat dataFormat)
Writes the given statements to the given
Writer in the given
format. |
static void |
Rio.write(Iterable<Statement> model,
Writer output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given statements to the given
Writer in the given
format. |
Modifier and Type | Method and Description |
---|---|
void |
BinaryRDFWriter.endRDF() |
void |
BinaryRDFWriter.handleComment(String comment) |
void |
BinaryRDFWriter.handleNamespace(String prefix,
String uri) |
void |
BinaryRDFWriter.handleStatement(Statement st) |
void |
BinaryRDFParser.parse(InputStream in,
String baseURI) |
void |
BinaryRDFParser.parse(Reader reader,
String baseURI) |
void |
BinaryRDFWriter.startRDF() |
Modifier and Type | Method and Description |
---|---|
void |
RDFHandlerWrapper.endRDF() |
void |
RDFHandlerBase.endRDF() |
void |
BufferedGroupingRDFHandler.endRDF() |
void |
RDFHandlerWrapper.handleComment(String comment) |
void |
RDFHandlerBase.handleComment(String comment) |
void |
RDFWriterBase.handleNamespace(String prefix,
String uri) |
void |
RDFHandlerWrapper.handleNamespace(String prefix,
String uri) |
void |
RDFHandlerBase.handleNamespace(String prefix,
String uri) |
void |
ContextStatementCollector.handleNamespace(String prefix,
String uri) |
void |
RDFHandlerWrapper.handleStatement(Statement st) |
void |
RDFHandlerBase.handleStatement(Statement st) |
void |
BufferedGroupingRDFHandler.handleStatement(Statement st) |
void |
RDFHandlerWrapper.startRDF() |
void |
RDFHandlerBase.startRDF() |
Modifier and Type | Method and Description |
---|---|
void |
N3Writer.endRDF() |
void |
N3Writer.handleComment(String comment) |
void |
N3Writer.handleNamespace(String prefix,
String name) |
void |
N3Writer.handleStatement(Statement st) |
void |
N3Writer.startRDF() |
Modifier and Type | Method and Description |
---|---|
void |
NQuadsWriter.handleStatement(Statement st) |
void |
NQuadsParser.parse(InputStream inputStream,
String baseURI) |
void |
NQuadsParser.parse(Reader reader,
String baseURI) |
void |
NQuadsWriterTestCase.testBlankNodeContext() |
void |
NQuadsParserTestCase.testEndOfStreamReached()
Tests the correct support for EOS exception.
|
void |
NQuadsParserTestCase.testIncompleteParsingWithoutPeriod()
Tests the correct behavior with incomplete input.
|
void |
NQuadsParserTestCase.testLiteralEscapeManagement1()
Tests the correct support for literal escaping.
|
void |
NQuadsParserTestCase.testLiteralEscapeManagement2()
Tests the correct support for literal escaping.
|
void |
NQuadsWriterTestCase.testNoContext() |
void |
NQuadsParserTestCase.testNonWhitespaceAfterPeriodNoContext()
Tests the behaviour with non-whitespace characters after a period
character without a context.
|
void |
NQuadsParserTestCase.testNonWhitespaceAfterPeriodWithContext()
Tests the behaviour with non-whitespace characters after a period
character without a context.
|
void |
NQuadsParserTestCase.testParseBasic()
Tests basic N-Quads parsing.
|
void |
NQuadsParserTestCase.testParseBasicBNode()
Tests basic N-Quads parsing with blank node.
|
void |
NQuadsParserTestCase.testParseBasicLiteral()
Tests basic N-Quads parsing with literal.
|
void |
NQuadsParserTestCase.testParseBasicLiteralDatatype()
Tests N-Quads parsing with literal and datatype.
|
void |
NQuadsParserTestCase.testParseBasicLiteralDatatypePrefix()
Tests N-Quads parsing with literal and datatype using a prefix, which is
illegal in NQuads, but legal in N3/Turtle that may otherwise look like
NQuads
|
void |
NQuadsParserTestCase.testParseBasicLiteralLang()
Tests N-Quads parsing with literal and language.
|
void |
NQuadsParserTestCase.testParseEmptyLinesAndComments()
Tests parsing of empty lines and comments.
|
void |
NQuadsParserTestCase.testParseNoContext()
Tests the correct behaviour with no context.
|
void |
NQuadsParserTestCase.testParserWithAllCases()
Tests the parser with all cases defined by the NQuads grammar.
|
void |
NQuadsParserTestCase.testParserWithRealData()
Tests parser with real data.
|
void |
NQuadsWriterTestCase.testReadWrite() |
void |
NQuadsParserTestCase.testStatementWithInvalidDatatypeAndIgnoreValidation() |
void |
NQuadsParserTestCase.testStatementWithInvalidDatatypeAndVerifyValidation() |
void |
NQuadsParserTestCase.testStatementWithInvalidLiteralContentAndIgnoreValidation() |
void |
NQuadsParserTestCase.testStatementWithInvalidLiteralContentAndStrictValidation() |
void |
NQuadsParserTestCase.testStopAtFirstErrorStrictParsing() |
void |
NQuadsParserTestCase.testStopAtFirstErrorTolerantParsing() |
void |
NQuadsParserTestCase.testUnicodeLiteralDecoding() |
void |
NQuadsParserTestCase.testURIDecodingManagement()
Tests the correct decoding of UTF-8 encoded chars in URIs.
|
void |
NQuadsWriterTestCase.testWrite() |
void |
NQuadsParserTestCase.testWrongUnicodeEncodedCharFail() |
Modifier and Type | Method and Description |
---|---|
void |
NTriplesWriter.endRDF() |
void |
NTriplesWriter.handleComment(String comment) |
void |
NTriplesWriter.handleStatement(Statement st) |
void |
NTriplesParser.parse(InputStream in,
String baseURI)
Implementation of the parse(InputStream, String) method defined
in the RDFParser interface.
|
void |
NTriplesParser.parse(Reader reader,
String baseURI)
Implementation of the parse(Reader, String) method defined in the
RDFParser interface.
|
void |
NTriplesWriter.startRDF() |
Modifier and Type | Method and Description |
---|---|
void |
RDFJSONWriter.endRDF() |
void |
RDFJSONWriter.handleComment(String comment) |
void |
RDFJSONWriter.handleNamespace(String prefix,
String uri) |
void |
RDFJSONWriter.handleStatement(Statement statement) |
void |
RDFJSONParser.parse(InputStream inputStream,
String baseUri) |
void |
RDFJSONParser.parse(Reader reader,
String baseUri) |
void |
RDFJSONWriter.startRDF() |
Modifier and Type | Method and Description |
---|---|
void |
RDFXMLWriter.endRDF() |
protected void |
RDFXMLWriter.flushPendingStatements() |
void |
RDFXMLWriter.handleComment(String comment) |
void |
RDFXMLWriter.handleStatement(Statement st) |
void |
RDFXMLParser.parse(InputStream in,
String baseURI)
Parses the data from the supplied InputStream, using the supplied baseURI
to resolve any relative URI references.
|
void |
RDFXMLParser.parse(Reader reader,
String baseURI)
Parses the data from the supplied Reader, using the supplied baseURI to
resolve any relative URI references.
|
void |
RDFXMLWriterTestCase.testWrite() |
protected void |
RDFXMLWriter.writeAttribute(String namespace,
String attName,
String value) |
Modifier and Type | Method and Description |
---|---|
protected void |
RDFXMLPrettyWriter.flushPendingStatements() |
void |
RDFXMLPrettyWriter.handleStatement(Statement st) |
Modifier and Type | Method and Description |
---|---|
void |
TriGWriter.endRDF() |
void |
TriGWriter.handleStatement(Statement st) |
protected void |
TriGParser.parseGraph() |
protected void |
TriGParser.parseStatement() |
protected void |
TriGParser.reportStatement(Resource subj,
URI pred,
Value obj) |
void |
TriGWriter.startRDF() |
Modifier and Type | Method and Description |
---|---|
void |
TriXWriter.endRDF() |
void |
TriXWriter.handleComment(String comment) |
void |
TriXWriter.handleStatement(Statement st) |
void |
TriXParser.parse(InputStream in,
String baseURI) |
void |
TriXParser.parse(Reader reader,
String baseURI) |
void |
TriXWriter.startRDF() |
Modifier and Type | Method and Description |
---|---|
void |
TurtleWriter.endRDF() |
void |
TurtleWriter.handleComment(String comment) |
void |
TurtleWriter.handleNamespace(String prefix,
String name) |
void |
TurtleWriter.handleStatement(Statement st) |
void |
TurtleParser.parse(InputStream in,
String baseURI)
Implementation of the parse(InputStream, String) method defined
in the RDFParser interface.
|
void |
TurtleParser.parse(Reader reader,
String baseURI)
Implementation of the parse(Reader, String) method defined in the
RDFParser interface.
|
protected void |
TurtleParser.parseBase() |
protected Resource |
TurtleParser.parseCollection()
Parses a collection, e.g.
|
protected void |
TurtleParser.parseDirective(String directive) |
protected Resource |
TurtleParser.parseImplicitBlank()
Parses an implicit blank node.
|
protected void |
TurtleParser.parseObject() |
protected void |
TurtleParser.parseObjectList() |
protected void |
TurtleParser.parsePredicateObjectList() |
protected void |
TurtleParser.parsePrefixID() |
protected void |
TurtleParser.parseStatement() |
protected void |
TurtleParser.parseSubject() |
protected void |
TurtleParser.parseTriples() |
protected void |
TurtleParser.processComment()
Consumes characters from reader until the first EOL has been read.
|
protected void |
TurtleParser.reportStatement(Resource subj,
URI pred,
Value obj) |
protected int |
TurtleParser.skipWSC()
Consumes any white space characters (space, tab, line feed, newline) and
comments (#-style) from reader.
|
void |
TurtleWriter.startRDF() |
Copyright © 2001-2016 Aduna. All Rights Reserved.