Skip navigation links
A B C D E F G H I L M N O P Q R S T U V X 

A

AbstractRDFParser<T extends AbstractRDFParser<T>> - Class in org.apache.commons.rdf.simple.experimental
Abstract RDFParser
AbstractRDFParser() - Constructor for class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
add(Quad) - Method in interface org.apache.commons.rdf.api.Dataset
Add a quad to the dataset, possibly mapping any of the components of the Quad to those supported by this dataset.
add(BlankNodeOrIRI, BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.Dataset
Add a quad to the dataset, possibly mapping any of the components to those supported by this dataset.
add(Triple) - Method in interface org.apache.commons.rdf.api.Graph
Add a triple to the graph, possibly mapping any of the components of the Triple to those supported by this Graph.
add(BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.Graph
Add a triple to the graph, possibly mapping any of the components to those supported by this Graph.
add(T) - Method in interface org.apache.commons.rdf.api.GraphLike
Add a statement.
add(Triple) - Method in class org.apache.commons.rdf.simple.DatasetGraphView
 
add(BlankNodeOrIRI, IRI, RDFTerm) - Method in class org.apache.commons.rdf.simple.DatasetGraphView
 
asT() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
asTriple() - Method in interface org.apache.commons.rdf.api.Quad
Adapt this Quad to a Triple.

B

base(IRI) - Method in interface org.apache.commons.rdf.experimental.RDFParser
Specify a base IRI to use for parsing any relative IRI references.
base(String) - Method in interface org.apache.commons.rdf.experimental.RDFParser
Specify a base IRI to use for parsing any relative IRI references.
base(IRI) - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
base(String) - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
BlankNode - Interface in org.apache.commons.rdf.api
A RDF-1.1 Blank Node, as defined by RDF-1.1 Concepts and Abstract Syntax, a W3C Recommendation published on 25 February 2014.
Note: Blank nodes are disjoint from IRIs and literals.
BlankNodeOrIRI - Interface in org.apache.commons.rdf.api
This interface represents the RDFTerms that may be used in the subject position of an RDF-1.1 Triple as well as the graph name position of a Quad.
byFileExtension(String) - Static method in enum org.apache.commons.rdf.api.RDFSyntax
Return the RDFSyntax with the specified file extension.
byMediaType(String) - Static method in enum org.apache.commons.rdf.api.RDFSyntax
Return the RDFSyntax with the specified media type.

C

checkBaseRequired() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Check if base is required.
checkContentType() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Subclasses can override this method to check compatibility with the contentType setting.
checkIsAbsolute(IRI) - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Check if an iri is absolute.
checkSource() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Check that one and only one source is present and valid.
checkTarget() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Subclasses can override this method to check the target is valid.
clear() - Method in interface org.apache.commons.rdf.api.Dataset
Clear the dataset, removing all quads.
clear() - Method in interface org.apache.commons.rdf.api.Graph
Clear the graph, removing all triples.
clear() - Method in interface org.apache.commons.rdf.api.GraphLike
Remove all statements.
clear() - Method in class org.apache.commons.rdf.simple.DatasetGraphView
 
clone() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
close() - Method in interface org.apache.commons.rdf.api.Dataset
Close the dataset, relinquishing any underlying resources.
close() - Method in interface org.apache.commons.rdf.api.Graph
Close the graph, relinquishing any underlying resources.
close() - Method in class org.apache.commons.rdf.simple.DatasetGraphView
 
contains(Quad) - Method in interface org.apache.commons.rdf.api.Dataset
Check if dataset contains quad.
contains(Optional<BlankNodeOrIRI>, BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.Dataset
Check if dataset contains a pattern of quads.
contains(Triple) - Method in interface org.apache.commons.rdf.api.Graph
Check if graph contains triple.
contains(BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.Graph
Check if graph contains a pattern of triples.
contains(T) - Method in interface org.apache.commons.rdf.api.GraphLike
Check if statement is contained.
contains(Triple) - Method in class org.apache.commons.rdf.simple.DatasetGraphView
 
contains(BlankNodeOrIRI, IRI, RDFTerm) - Method in class org.apache.commons.rdf.simple.DatasetGraphView
 
contentType(RDFSyntax) - Method in interface org.apache.commons.rdf.experimental.RDFParser
Specify the content type of the RDF syntax to parse.
contentType(String) - Method in interface org.apache.commons.rdf.experimental.RDFParser
Specify the content type of the RDF syntax to parse.
contentType(RDFSyntax) - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
contentType(String) - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
createBlankNode() - Method in interface org.apache.commons.rdf.api.RDF
Create a new blank node.
createBlankNode(String) - Method in interface org.apache.commons.rdf.api.RDF
Create a blank node based on the given name.
createBlankNode() - Method in interface org.apache.commons.rdf.api.RDFTermFactory
Deprecated.
 
createBlankNode(String) - Method in interface org.apache.commons.rdf.api.RDFTermFactory
Deprecated.
 
createBlankNode() - Method in class org.apache.commons.rdf.simple.SimpleRDF
 
createBlankNode(String) - Method in class org.apache.commons.rdf.simple.SimpleRDF
 
createBlankNode() - Method in class org.apache.commons.rdf.simple.SimpleRDFTermFactory
Deprecated.
 
createBlankNode(String) - Method in class org.apache.commons.rdf.simple.SimpleRDFTermFactory
Deprecated.
 
createDataset() - Method in interface org.apache.commons.rdf.api.RDF
Create a new dataset.
createDataset() - Method in class org.apache.commons.rdf.simple.SimpleRDF
 
createGraph() - Method in interface org.apache.commons.rdf.api.RDF
Create a new graph.
createGraph() - Method in interface org.apache.commons.rdf.api.RDFTermFactory
Deprecated.
 
createGraph() - Method in class org.apache.commons.rdf.simple.SimpleRDF
 
createGraph() - Method in class org.apache.commons.rdf.simple.SimpleRDFTermFactory
Deprecated.
 
createIRI(String) - Method in interface org.apache.commons.rdf.api.RDF
Create an IRI from a (possibly escaped) String.
createIRI(String) - Method in interface org.apache.commons.rdf.api.RDFTermFactory
Deprecated.
 
createIRI(String) - Method in class org.apache.commons.rdf.simple.SimpleRDF
 
createIRI(String) - Method in class org.apache.commons.rdf.simple.SimpleRDFTermFactory
Deprecated.
 
createLiteral(String) - Method in interface org.apache.commons.rdf.api.RDF
Create a simple literal.
createLiteral(String, IRI) - Method in interface org.apache.commons.rdf.api.RDF
Create a literal with the specified data type.
createLiteral(String, String) - Method in interface org.apache.commons.rdf.api.RDF
Create a language-tagged literal.
createLiteral(String) - Method in interface org.apache.commons.rdf.api.RDFTermFactory
Deprecated.
 
createLiteral(String, IRI) - Method in interface org.apache.commons.rdf.api.RDFTermFactory
Deprecated.
 
createLiteral(String, String) - Method in interface org.apache.commons.rdf.api.RDFTermFactory
Deprecated.
 
createLiteral(String) - Method in class org.apache.commons.rdf.simple.SimpleRDF
 
createLiteral(String, IRI) - Method in class org.apache.commons.rdf.simple.SimpleRDF
 
createLiteral(String, String) - Method in class org.apache.commons.rdf.simple.SimpleRDF
 
createLiteral(String) - Method in class org.apache.commons.rdf.simple.SimpleRDFTermFactory
Deprecated.
 
createLiteral(String, IRI) - Method in class org.apache.commons.rdf.simple.SimpleRDFTermFactory
Deprecated.
 
createLiteral(String, String) - Method in class org.apache.commons.rdf.simple.SimpleRDFTermFactory
Deprecated.
 
createQuad(BlankNodeOrIRI, BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.RDF
Create a quad.
createQuad(BlankNodeOrIRI, BlankNodeOrIRI, IRI, RDFTerm) - Method in class org.apache.commons.rdf.simple.SimpleRDF
 
createRDFTermFactory() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Create a new RDF for a parse session.
createTriple(BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.RDF
Create a triple.
createTriple(BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.RDFTermFactory
Deprecated.
 
createTriple(BlankNodeOrIRI, IRI, RDFTerm) - Method in class org.apache.commons.rdf.simple.SimpleRDF
 
createTriple(BlankNodeOrIRI, IRI, RDFTerm) - Method in class org.apache.commons.rdf.simple.SimpleRDFTermFactory
Deprecated.
 

D

Dataset - Interface in org.apache.commons.rdf.api
An RDF 1.1 dataset, a set of RDF quads, as defined by RDF-1.1 Concepts and Abstract Syntax, a W3C Recommendation published on 25 February 2014.
DatasetGraphView - Class in org.apache.commons.rdf.simple
A Graph view on a Dataset.
DatasetGraphView(Dataset) - Constructor for class org.apache.commons.rdf.simple.DatasetGraphView
 
DatasetGraphView(Dataset, BlankNodeOrIRI) - Constructor for class org.apache.commons.rdf.simple.DatasetGraphView
 

E

equals(Object) - Method in interface org.apache.commons.rdf.api.BlankNode
Check it this BlankNode is equal to another BlankNode.
equals(Object) - Method in interface org.apache.commons.rdf.api.IRI
Check it this IRI is equal to another IRI.
equals(Object) - Method in interface org.apache.commons.rdf.api.Literal
Check it this Literal is equal to another Literal.
equals(Object) - Method in interface org.apache.commons.rdf.api.Quad
Check it this Quad is equal to another Quad.
equals(Object) - Method in interface org.apache.commons.rdf.api.RDFTerm
Check it this RDFTerm is equal to another RDFTerm.
equals(Object) - Method in interface org.apache.commons.rdf.api.Triple
Check it this Triple is equal to another Triple.
equals(Object) - Method in class org.apache.commons.rdf.simple.Types
 

F

fileExtension - Variable in enum org.apache.commons.rdf.api.RDFSyntax
The IANA-registered file extension.

G

get(IRI) - Static method in class org.apache.commons.rdf.simple.Types
Get the IRI from this collection if it is present, or return Optional.empty() otherwise.
getBase() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Get the set base IRI, if present.
getContentType() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Get the set content-type String, if any.
getContentTypeSyntax() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Get the set content-type RDFSyntax, if any.
getDatatype() - Method in interface org.apache.commons.rdf.api.Literal
The IRI identifying the datatype that determines how the lexical form maps to a literal value.
getGraph() - Method in interface org.apache.commons.rdf.api.Dataset
Get the default graph of this dataset.
getGraph(BlankNodeOrIRI) - Method in interface org.apache.commons.rdf.api.Dataset
Get a named graph in this dataset.
getGraphName() - Method in interface org.apache.commons.rdf.api.Quad
The graph name (graph label) of this quad, if present.
getGraphName() - Method in interface org.apache.commons.rdf.api.QuadLike
The graph name (graph label) of this statement, if present.
getGraphNames() - Method in interface org.apache.commons.rdf.api.Dataset
Get the graph names in this Dataset.
getIRIString() - Method in interface org.apache.commons.rdf.api.IRI
Return the IRI encoded as a native Unicode String.
The returned string must not include URL-encoding to escape non-ASCII characters.
getIRIString() - Method in class org.apache.commons.rdf.simple.Types
 
getLanguageTag() - Method in interface org.apache.commons.rdf.api.Literal
If and only if the datatype IRI is http://www.w3.org/1999/02/22-rdf-syntax-ns#langString, the language tag for this Literal is a non-empty language tag as defined by BCP47.
If the datatype IRI is not http://www.w3.org/1999/02/22-rdf-syntax-ns#langString, this method must return Optional.empty().
getLexicalForm() - Method in interface org.apache.commons.rdf.api.Literal
The lexical form of this literal, represented by a Unicode string.
getObject() - Method in interface org.apache.commons.rdf.api.Quad
The object of this quad, which may be either a BlankNode, an IRI, or a Literal, which are represented in Commons RDF by the interface RDFTerm.
getObject() - Method in interface org.apache.commons.rdf.api.Triple
The object of this triple, which may be either a BlankNode, an IRI, or a Literal, which are represented in Commons RDF by the interface RDFTerm.
getObject() - Method in interface org.apache.commons.rdf.api.TripleLike
The object of this statement.
getPredicate() - Method in interface org.apache.commons.rdf.api.Quad
The predicate IRI of this quad.
getPredicate() - Method in interface org.apache.commons.rdf.api.Triple
The predicate IRI of this triple.
getPredicate() - Method in interface org.apache.commons.rdf.api.TripleLike
The predicate of this statement.
getRDFParserBuilder() - Method in exception org.apache.commons.rdf.simple.experimental.RDFParseException
 
getRdfTermFactory() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Get the set RDF, if any.
getSourceFile() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Get the set source Path.
getSourceInputStream() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Get the set source InputStream.
getSourceIri() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Get the set source Path.
getSubject() - Method in interface org.apache.commons.rdf.api.Quad
The subject of this quad, which may be either a BlankNode or an IRI, which are represented in Commons RDF by the interface BlankNodeOrIRI.
getSubject() - Method in interface org.apache.commons.rdf.api.Triple
The subject of this triple, which may be either a BlankNode or an IRI, which are represented in Commons RDF by the interface BlankNodeOrIRI.
getSubject() - Method in interface org.apache.commons.rdf.api.TripleLike
The subject of this statement.
getTarget() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Get the target to consume parsed Quads.
getTargetDataset() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Get the target dataset as set by AbstractRDFParser.target(Dataset).
getTargetGraph() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Get the target graph as set by AbstractRDFParser.target(Graph).
getTriples() - Method in interface org.apache.commons.rdf.api.Graph
Deprecated.
getTriples(BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.Graph
Deprecated.
Graph - Interface in org.apache.commons.rdf.api
An RDF 1.1 Graph, a set of RDF triples, as defined by RDF-1.1 Concepts and Abstract Syntax, a W3C Recommendation published on 25 February 2014.
GraphLike<T extends TripleLike> - Interface in org.apache.commons.rdf.api
A "graph-like" interface that contains TripleLike statements.
guessRDFSyntax(Path) - Static method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Guess RDFSyntax from a local file's extension.

H

hashCode() - Method in interface org.apache.commons.rdf.api.BlankNode
Calculate a hash code for this BlankNode.
hashCode() - Method in interface org.apache.commons.rdf.api.IRI
Calculate a hash code for this IRI.
hashCode() - Method in interface org.apache.commons.rdf.api.Literal
Calculate a hash code for this Literal.
hashCode() - Method in interface org.apache.commons.rdf.api.Quad
Calculate a hash code for this Quad.
hashCode() - Method in interface org.apache.commons.rdf.api.RDFTerm
Calculate a hash code for this RDFTerm.
hashCode() - Method in interface org.apache.commons.rdf.api.Triple
Calculate a hash code for this Triple.
hashCode() - Method in class org.apache.commons.rdf.simple.Types
 

I

IRI - Interface in org.apache.commons.rdf.api
An RDF-1.1 IRI, as defined by RDF-1.1 Concepts and Abstract Syntax, a W3C Recommendation published on 25 February 2014.
iterate() - Method in interface org.apache.commons.rdf.api.Dataset
Get an Iterable for iterating over all quads in the dataset.
iterate(Optional<BlankNodeOrIRI>, BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.Dataset
Get an Iterable for iterating over the quads in the dataset that match the pattern.
iterate() - Method in interface org.apache.commons.rdf.api.Graph
Get an Iterable for iterating over all triples in the graph.
iterate(BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.Graph
Get an Iterable for iterating over the triples in the graph that match the pattern.
iterate() - Method in interface org.apache.commons.rdf.api.GraphLike
Iterate over contained statements.

L

Literal - Interface in org.apache.commons.rdf.api
A RDF-1.1 Literal, as defined by RDF-1.1 Concepts and Abstract Syntax, a W3C Recommendation published on 25 February 2014

M

mediaType - Variable in enum org.apache.commons.rdf.api.RDFSyntax
The IANA media type for the RDF syntax.

N

ntriplesString() - Method in interface org.apache.commons.rdf.api.RDFTerm
Return the term serialised as specified by the RDF-1.1 N-Triples Canonical form.
ntriplesString() - Method in class org.apache.commons.rdf.simple.Types
 

O

org.apache.commons.rdf.api - package org.apache.commons.rdf.api
Commons RDF, a common library of RDF 1.1 concepts.
org.apache.commons.rdf.experimental - package org.apache.commons.rdf.experimental
Experimental Commons RDF features.
org.apache.commons.rdf.simple - package org.apache.commons.rdf.simple
A simple in-memory implementation of the Commons RDF API.
org.apache.commons.rdf.simple.experimental - package org.apache.commons.rdf.simple.experimental
Experimental Commons RDF Simple implementations.

P

parse() - Method in interface org.apache.commons.rdf.experimental.RDFParser
Parse the specified source.
parse() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
parseSynchronusly() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
prepareForParsing() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Prepare a clone of this RDFParser which have been checked and completed.

Q

Quad - Interface in org.apache.commons.rdf.api
A Quad is a statement in a RDF-1.1 Dataset, as defined by RDF-1.1 Concepts and Abstract Syntax, a W3C Working Group Note published on 25 February 2014.
QuadLike<G extends RDFTerm> - Interface in org.apache.commons.rdf.api
A generalised "quad-like" interface, extended by Quad.

R

RDF - Interface in org.apache.commons.rdf.api
A RDF implementation.
RDF_HTML - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML
RDF_LANGSTRING - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
RDF_PLAINLITERAL - Static variable in class org.apache.commons.rdf.simple.Types
Deprecated.
Not used in RDF-1.1
RDF_XMLLITERAL - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
RDFParseException - Exception in org.apache.commons.rdf.simple.experimental
 
RDFParseException(RDFParser) - Constructor for exception org.apache.commons.rdf.simple.experimental.RDFParseException
 
RDFParseException(RDFParser, String, Throwable) - Constructor for exception org.apache.commons.rdf.simple.experimental.RDFParseException
 
RDFParseException(RDFParser, String) - Constructor for exception org.apache.commons.rdf.simple.experimental.RDFParseException
 
RDFParseException(RDFParser, Throwable) - Constructor for exception org.apache.commons.rdf.simple.experimental.RDFParseException
 
RDFParser - Interface in org.apache.commons.rdf.experimental
Parse an RDF source into a target (e.g.
RDFParser.ParseResult - Interface in org.apache.commons.rdf.experimental
The result of RDFParser.parse() indicating parsing completed.
RDFSyntax - Enum in org.apache.commons.rdf.api
Enumeration of the RDF 1.1 serialization syntaxes.
RDFTerm - Interface in org.apache.commons.rdf.api
An RDF-1.1 Term, as defined by RDF-1.1 Concepts and Abstract Syntax, a W3C Recommendation published on 25 February 2014.
RDFTermFactory - Interface in org.apache.commons.rdf.api
Deprecated.
rdfTermFactory(RDF) - Method in interface org.apache.commons.rdf.experimental.RDFParser
Specify which RDF to use for generating RDFTerms.
rdfTermFactory(RDF) - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
remove(Quad) - Method in interface org.apache.commons.rdf.api.Dataset
Remove a concrete quad from the dataset.
remove(Optional<BlankNodeOrIRI>, BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.Dataset
Remove a concrete pattern of quads from the default graph of the dataset.
remove(Triple) - Method in interface org.apache.commons.rdf.api.Graph
Remove a concrete triple from the graph.
remove(BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.Graph
Remove a concrete pattern of triples from the graph.
remove(T) - Method in interface org.apache.commons.rdf.api.GraphLike
Add a statement.
remove(Triple) - Method in class org.apache.commons.rdf.simple.DatasetGraphView
 
remove(BlankNodeOrIRI, IRI, RDFTerm) - Method in class org.apache.commons.rdf.simple.DatasetGraphView
 
resetSource() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Reset all source* fields to Optional.empty()
resetTarget() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
Reset all optional target* fields to Optional.empty().

S

SimpleRDF - Class in org.apache.commons.rdf.simple
Simple RDF implementation.
SimpleRDF() - Constructor for class org.apache.commons.rdf.simple.SimpleRDF
 
SimpleRDFTermFactory - Class in org.apache.commons.rdf.simple
Deprecated.
SimpleRDFTermFactory() - Constructor for class org.apache.commons.rdf.simple.SimpleRDFTermFactory
Deprecated.
 
size() - Method in interface org.apache.commons.rdf.api.Dataset
Number of quads contained by the dataset.
size() - Method in interface org.apache.commons.rdf.api.Graph
Number of triples contained by the graph.
size() - Method in interface org.apache.commons.rdf.api.GraphLike
Number of statements.
size() - Method in class org.apache.commons.rdf.simple.DatasetGraphView
 
source(InputStream) - Method in interface org.apache.commons.rdf.experimental.RDFParser
Specify a source InputStream to parse.
source(Path) - Method in interface org.apache.commons.rdf.experimental.RDFParser
Specify a source file Path to parse.
source(IRI) - Method in interface org.apache.commons.rdf.experimental.RDFParser
Specify an absolute source IRI to retrieve and parse.
source(String) - Method in interface org.apache.commons.rdf.experimental.RDFParser
Specify an absolute source IRI to retrieve and parse.
source(InputStream) - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
source(Path) - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
source(IRI) - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
source(String) - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
stream() - Method in interface org.apache.commons.rdf.api.Dataset
Get all quads contained by the dataset.
stream(Optional<BlankNodeOrIRI>, BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.Dataset
Get all quads contained by the dataset matched with the pattern.
stream() - Method in interface org.apache.commons.rdf.api.Graph
Get all triples contained by the graph.
stream(BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.Graph
Get all triples contained by the graph matched with the pattern.
stream() - Method in interface org.apache.commons.rdf.api.GraphLike
Return a Stream of contained statements.
stream() - Method in class org.apache.commons.rdf.simple.DatasetGraphView
 
stream(BlankNodeOrIRI, IRI, RDFTerm) - Method in class org.apache.commons.rdf.simple.DatasetGraphView
 
supportsDataset - Variable in enum org.apache.commons.rdf.api.RDFSyntax
Indicate if this RDF syntax supports RDF Datasets.

T

target(Graph) - Method in interface org.apache.commons.rdf.experimental.RDFParser
Specify a Graph to add parsed triples to.
target(Dataset) - Method in interface org.apache.commons.rdf.experimental.RDFParser
Specify a Dataset to add parsed quads to.
target(Consumer<Quad>) - Method in interface org.apache.commons.rdf.experimental.RDFParser
Specify a consumer for parsed quads.
target(Consumer<Quad>) - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
target(Dataset) - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
target(Graph) - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
threadGroup - Static variable in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
toString() - Method in enum org.apache.commons.rdf.api.RDFSyntax
A human-readable name for the RDF syntax.
toString() - Method in class org.apache.commons.rdf.simple.Types
 
Triple - Interface in org.apache.commons.rdf.api
An RDF-1.1 Triple, as defined by RDF-1.1 Concepts and Abstract Syntax, a W3C Recommendation published on 25 February 2014.
TripleLike - Interface in org.apache.commons.rdf.api
A generalised "triple-like" interface, extended by Triple and Quad.
Types - Class in org.apache.commons.rdf.simple
Types from the RDF and XML Schema vocabularies.

U

uniqueReference() - Method in interface org.apache.commons.rdf.api.BlankNode
Return a reference for uniquely identifying the blank node.

V

valueOf(String) - Static method in enum org.apache.commons.rdf.api.RDFSyntax
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.commons.rdf.api.RDFSyntax
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.apache.commons.rdf.simple.Types
Get an immutable set of the IRIs used by the RDF-1.1 specification to define types, from the RDF and XML Schema vocabularies.

X

XSD_ANYURI - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#anyURI
XSD_BASE64BINARY - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#base64Binary
XSD_BOOLEAN - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#boolean
XSD_BYTE - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#byte
XSD_DATE - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#date
XSD_DATETIME - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#dateTime
XSD_DAYTIMEDURATION - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#dayTimeDuration
XSD_DECIMAL - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#decimal
XSD_DOUBLE - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#double
XSD_DURATION - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#duration
XSD_FLOAT - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#float
XSD_GDAY - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#gDay
XSD_GMONTH - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#gMonth
XSD_GMONTHDAY - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#gMonthDay
XSD_GYEAR - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#gYear
XSD_GYEARMONTH - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#gYearMonth
XSD_HEXBINARY - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#hexBinary
XSD_INT - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#int
XSD_INTEGER - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#integer
XSD_LANGUAGE - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#language
XSD_LONG - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#long
XSD_NAME - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#Name
XSD_NCNAME - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#NCName
XSD_NEGATIVEINTEGER - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#negativeInteger
XSD_NMTOKEN - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#NMTOKEN
XSD_NONNEGATIVEINTEGER - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#nonNegativeInteger
XSD_NONPOSITIVEINTEGER - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#nonPositiveInteger
XSD_NORMALIZEDSTRING - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#normalizedString
XSD_POSITIVEINTEGER - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#positiveInteger
XSD_SHORT - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#short
XSD_STRING - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#string
XSD_TIME - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#time
XSD_TOKEN - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#token
XSD_UNSIGNEDBYTE - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#unsignedByte
XSD_UNSIGNEDINT - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#unsignedInt
XSD_UNSIGNEDLONG - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#unsignedLong
XSD_UNSIGNEDSHORT - Static variable in class org.apache.commons.rdf.simple.Types
http://www.w3.org/2001/XMLSchema#unsignedShort
A B C D E F G H I L M N O P Q R S T U V X 
Skip navigation links

Copyright © 2015–2016 The Apache Software Foundation. All rights reserved.