Package | Description |
---|---|
org.openrdf.http.client | |
org.openrdf.repository.sparql.query | |
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.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,
org.apache.commons.httpclient.HttpMethod method) |
BackgroundGraphResult(RDFParser parser,
InputStream in,
Charset charset,
String baseURI,
org.apache.commons.httpclient.HttpMethod method) |
Constructor and Description |
---|
BackgroundGraphResult(QueueCursor<Statement> queue,
RDFParser parser,
InputStream in,
Charset charset,
String baseURI,
org.apache.commons.httpclient.HttpMethod method)
Deprecated.
|
BackgroundGraphResult(RDFParser parser,
InputStream in,
Charset charset,
String baseURI,
org.apache.commons.httpclient.HttpMethod method)
Deprecated.
|
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.
|
RDFParser |
RDFParserFactory.getParser()
Returns a RDFParser instance.
|
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 | Method and Description |
---|---|
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 |
---|---|
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 |
---|---|
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 |
---|---|
RDFParser |
RDFJSONParserFactory.getParser() |
Modifier and Type | Class and Description |
---|---|
class |
RDFXMLParser
A parser for XML-serialized RDF.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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 |
---|---|
RDFParser |
TurtleParserFactory.getParser()
Returns a new instance of
TurtleParser . |
Copyright © 2001-2013 Aduna. All Rights Reserved.