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

A

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
Adds 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
Adds 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.
asImmutableConfig() - Method in interface org.apache.commons.rdf.api.io.ParserConfig
 
asImmutableConfig() - Method in interface org.apache.commons.rdf.api.io.WriterConfig
 
asMutableConfig() - Method in interface org.apache.commons.rdf.api.io.ParserConfig
 
asMutableConfig() - Method in interface org.apache.commons.rdf.api.io.WriterConfig
 
asTriple() - Method in interface org.apache.commons.rdf.api.Quad
Adapt this Quad to a Triple.
Async<T,S> - Interface in org.apache.commons.rdf.api.fluentparser
 
async() - Method in interface org.apache.commons.rdf.api.fluentparser.Sync
 
Async - Interface in org.apache.commons.rdf.api.fluentwriter
 
async() - Method in interface org.apache.commons.rdf.api.fluentwriter.Sync
 
async(ExecutorService) - Method in interface org.apache.commons.rdf.api.fluentwriter.Sync
 
async() - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 

B

base() - Method in interface org.apache.commons.rdf.api.io.ParserConfig
 
base(IRI) - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
base(String) - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
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.
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.
build() - Method in interface org.apache.commons.rdf.api.fluentparser.Buildable
Build the (potentially partial) parser config.
build() - Method in interface org.apache.commons.rdf.api.fluentwriter.Async
 
build() - Method in interface org.apache.commons.rdf.api.fluentwriter.Buildable
Return an immutable builder at the current state.
build() - Method in interface org.apache.commons.rdf.api.fluentwriter.NeedSource
 
build() - Method in interface org.apache.commons.rdf.api.fluentwriter.NeedTarget
 
build() - Method in interface org.apache.commons.rdf.api.fluentwriter.Sync
 
build() - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
Buildable - Interface in org.apache.commons.rdf.api.fluentparser
 
Buildable - Interface in org.apache.commons.rdf.api.fluentwriter
 
byFileExtension(String) - Static method in interface org.apache.commons.rdf.api.RDFSyntax
Return the RDFSyntax with the specified file extension.
byMediaType(String) - Static method in interface org.apache.commons.rdf.api.RDFSyntax
Return the RDFSyntax with the specified media type.
byName(String) - Static method in interface org.apache.commons.rdf.api.RDFSyntax
Return the RDFSyntax with the specified RDFSyntax.name().

C

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
Clears the graph, removing all triples.
clear() - Method in interface org.apache.commons.rdf.api.GraphLike
Remove all statements.
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
Closes the graph, relinquishing any underlying resources.
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
Checks if graph contains triple.
contains(BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.Graph
Checks if graph contains a pattern of triples.
contains(T) - Method in interface org.apache.commons.rdf.api.GraphLike
Check if statement is contained.
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.
count() - Method in interface org.apache.commons.rdf.api.io.Parsed
 
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.
 
createDataset() - Method in interface org.apache.commons.rdf.api.RDF
Create a new dataset.
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.
 
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.
 
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.
 
createQuad(BlankNodeOrIRI, BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.RDF
Create a quad.
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.
 

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.
dest() - Method in interface org.apache.commons.rdf.api.io.ParserTarget
 

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.RDFSyntax
Compare this RDFSyntax with another object.
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.

F

fileExtension() - Method in interface org.apache.commons.rdf.api.RDFSyntax
The IANA-registered file extension.
fileExtensions() - Method in interface org.apache.commons.rdf.api.RDFSyntax
Set of file extensions for this RDF syntax, including any non-official extensions.
from() - Method in interface org.apache.commons.rdf.api.io.Parsed
 
fromInputStream(InputStream) - Static method in interface org.apache.commons.rdf.api.io.ParserSource
 
fromIRI(IRI) - Static method in interface org.apache.commons.rdf.api.io.ParserSource
 
fromPath(Path) - Static method in interface org.apache.commons.rdf.api.io.ParserSource
 

G

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.
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.
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.
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.

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.RDFSyntax
The hash code of an RDFSyntax is equivalent to the hash code of the RDFSyntax.mediaType() in lower case according to String.toLowerCase(Locale) with the locale Locale.ROOT.
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.

I

immutable() - Method in interface org.apache.commons.rdf.api.fluentparser.Async
 
immutable() - Method in interface org.apache.commons.rdf.api.fluentparser.Buildable
Return an immutable builder at the current state.
immutable() - Method in interface org.apache.commons.rdf.api.fluentparser.NeedSourceBased
 
immutable() - Method in interface org.apache.commons.rdf.api.fluentparser.NeedSourceOrBase
 
immutable() - Method in interface org.apache.commons.rdf.api.fluentparser.NeedTargetOrRDF
 
immutable() - Method in interface org.apache.commons.rdf.api.fluentparser.OptionalTarget
 
immutable() - Method in interface org.apache.commons.rdf.api.fluentparser.Sync
 
immutable() - Static method in interface org.apache.commons.rdf.api.io.ParserConfig
 
immutable() - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
immutable() - Static method in interface org.apache.commons.rdf.api.io.WriterConfig
 
inputStream() - Method in interface org.apache.commons.rdf.api.io.ParserSource
 
into() - Method in interface org.apache.commons.rdf.api.io.Parsed
 
iri() - Method in interface org.apache.commons.rdf.api.io.ParserSource
 
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.
iri() - Method in interface org.apache.commons.rdf.api.RDFSyntax
Return the IRI that identifies the RDF syntax.
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
Gets an Iterable for iterating over all triples in the graph.
iterate(BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.Graph
Gets 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.

J

JSONLD - Static variable in interface org.apache.commons.rdf.api.RDFSyntax
JSON-LD 1.0

L

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

M

mediaType() - Method in interface org.apache.commons.rdf.api.RDFSyntax
The IANA media type for the RDF syntax.
mediaTypes() - Method in interface org.apache.commons.rdf.api.RDFSyntax
Set of IANA media types that covers this RDF syntax, including any non-official media types.
mutable() - Static method in interface org.apache.commons.rdf.api.io.ParserConfig
 
mutable() - Static method in interface org.apache.commons.rdf.api.io.WriterConfig
 

N

name() - Method in interface org.apache.commons.rdf.api.RDFSyntax
A short name of the RDF Syntax e.g.
NeedSource - Interface in org.apache.commons.rdf.api.fluentwriter
 
NeedSourceBased<T> - Interface in org.apache.commons.rdf.api.fluentparser
 
NeedSourceOrBase<T> - Interface in org.apache.commons.rdf.api.fluentparser
 
NeedTarget - Interface in org.apache.commons.rdf.api.fluentwriter
 
NeedTargetOrRDF - Interface in org.apache.commons.rdf.api.fluentparser
 
NQUADS - Static variable in interface org.apache.commons.rdf.api.RDFSyntax
RDF 1.1 N-Quads
NTRIPLES - Static variable in interface org.apache.commons.rdf.api.RDFSyntax
RDF 1.1 N-Triples
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.

O

option(Option<V>, V) - Method in interface org.apache.commons.rdf.api.fluentparser.Async
 
option(Option<V>, V) - Method in interface org.apache.commons.rdf.api.fluentparser.Buildable
Return a builder with the given option set.
option(Option<V>, V) - Method in interface org.apache.commons.rdf.api.fluentparser.NeedSourceBased
 
option(Option<V>, V) - Method in interface org.apache.commons.rdf.api.fluentparser.NeedSourceOrBase
 
option(Option<V>, V) - Method in interface org.apache.commons.rdf.api.fluentparser.NeedTargetOrRDF
 
option(Option<V>, V) - Method in interface org.apache.commons.rdf.api.fluentparser.OptionalTarget
 
option(Option<V>, V) - Method in interface org.apache.commons.rdf.api.fluentparser.Sync
 
option(Option<V>, V) - Method in interface org.apache.commons.rdf.api.fluentwriter.Async
 
option(Option<V>, V) - Method in interface org.apache.commons.rdf.api.fluentwriter.Buildable
Return a builder with the given option set.
option(Option<V>, V) - Method in interface org.apache.commons.rdf.api.fluentwriter.NeedSource
 
option(Option<V>, V) - Method in interface org.apache.commons.rdf.api.fluentwriter.NeedTarget
 
option(Option<V>, V) - Method in interface org.apache.commons.rdf.api.fluentwriter.Sync
 
Option<V> - Interface in org.apache.commons.rdf.api.io
 
option(Option, Object) - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
Option.RequiredOption<V> - Interface in org.apache.commons.rdf.api.io
 
OptionalTarget<T> - Interface in org.apache.commons.rdf.api.fluentparser
 
OptionalTargetOrSyntax<T> - Interface in org.apache.commons.rdf.api.fluentparser
 
options() - Method in interface org.apache.commons.rdf.api.io.ParserConfig
 
options() - Method in interface org.apache.commons.rdf.api.io.WriterConfig
 
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.api.fluentparser - package org.apache.commons.rdf.api.fluentparser
 
org.apache.commons.rdf.api.fluentwriter - package org.apache.commons.rdf.api.fluentwriter
 
org.apache.commons.rdf.api.io - package org.apache.commons.rdf.api.io
 
org.apache.commons.rdf.experimental - package org.apache.commons.rdf.experimental
Experimental Commons RDF features.
outputStream() - Method in interface org.apache.commons.rdf.api.io.WriterTarget
 

P

parse() - Method in interface org.apache.commons.rdf.api.fluentparser.Sync
 
parse(ParserConfig) - Method in interface org.apache.commons.rdf.api.io.Parser
 
parse() - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
parse() - Method in interface org.apache.commons.rdf.experimental.RDFParser
Parse the specified source.
parseAsync() - Method in interface org.apache.commons.rdf.api.fluentparser.Async
 
parseAsync(ParserConfig) - Method in interface org.apache.commons.rdf.api.io.Parser
 
parseAsync() - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
Parsed<T,S> - Interface in org.apache.commons.rdf.api.io
 
Parser - Interface in org.apache.commons.rdf.api.io
 
parser(RDFSyntax) - Method in interface org.apache.commons.rdf.api.RDF
Return a parser for the given RDF syntax.
Parser.DefaultAsyncParser - Class in org.apache.commons.rdf.api.io
 
ParserBuilder<T> - Interface in org.apache.commons.rdf.api.io
 
parserBuilder() - Method in interface org.apache.commons.rdf.api.RDF
Get a ParserBuilder backed by this RDF instance.
ParserConfig - Interface in org.apache.commons.rdf.api.io
 
ParserConfig.ImmutableParserConfig - Interface in org.apache.commons.rdf.api.io
 
ParserConfigBuilder - Class in org.apache.commons.rdf.api.io
 
ParserConfigBuilder(ParserConfig) - Constructor for class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
ParserSource<S> - Interface in org.apache.commons.rdf.api.io
 
ParserTarget<T> - Interface in org.apache.commons.rdf.api.io
 

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() - Method in interface org.apache.commons.rdf.api.io.ParserConfig
 
rdf(RDF) - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
rdf() - Method in interface org.apache.commons.rdf.api.io.WriterConfig
 
RDF - Interface in org.apache.commons.rdf.api
A RDF implementation.
RDFA - Static variable in interface org.apache.commons.rdf.api.RDFSyntax
HTML+RDFa 1.1 and XHTML+RDFa 1.1
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 - Interface in org.apache.commons.rdf.api
An RDF syntax, e.g.
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.
RDFXML - Static variable in interface org.apache.commons.rdf.api.RDFSyntax
RDF 1.1 XML Syntax
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
Removes a concrete triple from the graph.
remove(BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.Graph
Removes a concrete pattern of triples from the graph.
remove(T) - Method in interface org.apache.commons.rdf.api.GraphLike
Add a statement.

S

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.
source(InputStream) - Method in interface org.apache.commons.rdf.api.fluentparser.NeedSourceBased
 
source(Dataset) - Method in interface org.apache.commons.rdf.api.fluentwriter.NeedSource
 
source(Graph) - Method in interface org.apache.commons.rdf.api.fluentwriter.NeedSource
 
source(Stream<? extends TripleLike>) - Method in interface org.apache.commons.rdf.api.fluentwriter.NeedSource
 
source(WriterSource) - Method in interface org.apache.commons.rdf.api.fluentwriter.NeedSource
 
source() - Method in interface org.apache.commons.rdf.api.io.ParserConfig
 
source(IRI) - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
source(Path) - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
source(ParserSource) - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
source(String) - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
source(InputStream) - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
source() - Method in interface org.apache.commons.rdf.api.io.WriterConfig
 
source() - Method in interface org.apache.commons.rdf.api.io.Written
 
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.
src() - Method in interface org.apache.commons.rdf.api.io.ParserSource
 
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
Gets all triples contained by the graph.
stream(BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.Graph
Gets 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 interface org.apache.commons.rdf.api.io.WriterSource
 
supportsDataset() - Method in interface org.apache.commons.rdf.api.RDFSyntax
Indicate if this RDF syntax supports RDF Datasets.
Sync<T,S> - Interface in org.apache.commons.rdf.api.fluentparser
 
Sync - Interface in org.apache.commons.rdf.api.fluentwriter
 
syntax(RDFSyntax) - Method in interface org.apache.commons.rdf.api.fluentparser.OptionalTargetOrSyntax
 
syntax() - Method in interface org.apache.commons.rdf.api.io.ParserConfig
 
syntax(RDFSyntax) - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
syntax() - Method in interface org.apache.commons.rdf.api.io.WriterConfig
 

T

target(Path) - Method in interface org.apache.commons.rdf.api.fluentwriter.NeedTarget
 
target(OutputStream) - Method in interface org.apache.commons.rdf.api.fluentwriter.NeedTarget
 
target(WriterTarget) - Method in interface org.apache.commons.rdf.api.fluentwriter.NeedTarget
 
target() - Method in interface org.apache.commons.rdf.api.io.ParserConfig
 
target(Dataset) - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
target(Graph) - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
target(ParserTarget<T>) - Method in class org.apache.commons.rdf.api.io.ParserConfigBuilder
 
target() - Method in interface org.apache.commons.rdf.api.io.WriterConfig
 
target() - Method in interface org.apache.commons.rdf.api.io.Written
 
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.
title() - Method in interface org.apache.commons.rdf.api.RDFSyntax
The title of the RDF Syntax.
toDataset(Dataset) - Static method in interface org.apache.commons.rdf.api.io.ParserTarget
 
toGraph(Graph) - Static method in interface org.apache.commons.rdf.api.io.ParserTarget
 
toGraph(Graph, IRI) - Static method in interface org.apache.commons.rdf.api.io.ParserTarget
 
toUnionGraph(Graph) - Static method in interface org.apache.commons.rdf.api.io.ParserTarget
 
TRIG - Static variable in interface org.apache.commons.rdf.api.RDFSyntax
RDF 1.1 TriG
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.
TURTLE - Static variable in interface org.apache.commons.rdf.api.RDFSyntax
RDF 1.1 Turtle

U

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

W

w3cSyntaxes() - Static method in interface org.apache.commons.rdf.api.RDFSyntax
Return the RDF 1.1 serialization syntaxes.
withBase(IRI) - Method in interface org.apache.commons.rdf.api.io.ParserConfig
 
withOption(Option<V>, V) - Method in interface org.apache.commons.rdf.api.io.ParserConfig
 
withOption(Option<V>, V) - Method in interface org.apache.commons.rdf.api.io.WriterConfig
 
withRDF(RDF) - Method in interface org.apache.commons.rdf.api.io.ParserConfig
 
withRDF(RDF) - Method in interface org.apache.commons.rdf.api.io.WriterConfig
 
withSource(ParserSource) - Method in interface org.apache.commons.rdf.api.io.ParserConfig
 
withSource(WriterSource) - Method in interface org.apache.commons.rdf.api.io.WriterConfig
 
withSyntax(RDFSyntax) - Method in interface org.apache.commons.rdf.api.io.ParserConfig
 
withSyntax(RDFSyntax) - Method in interface org.apache.commons.rdf.api.io.WriterConfig
 
withTarget(ParserTarget) - Method in interface org.apache.commons.rdf.api.io.ParserConfig
 
withTarget(WriterTarget) - Method in interface org.apache.commons.rdf.api.io.WriterConfig
 
write() - Method in interface org.apache.commons.rdf.api.fluentwriter.Sync
 
write(WriterConfig) - Method in interface org.apache.commons.rdf.api.io.Writer
 
writeAsync() - Method in interface org.apache.commons.rdf.api.fluentwriter.Async
 
Writer - Interface in org.apache.commons.rdf.api.io
 
writer(RDFSyntax) - Method in interface org.apache.commons.rdf.api.RDF
Return a writer for the given RDF syntax.
WriterConfig - Interface in org.apache.commons.rdf.api.io
 
WriterConfig.ImmutableWriterConfig - Interface in org.apache.commons.rdf.api.io
 
WriterFactory - Interface in org.apache.commons.rdf.api.io
 
WriterSource - Interface in org.apache.commons.rdf.api.io
 
WriterTarget - Interface in org.apache.commons.rdf.api.io
 
Written<S,T> - Interface in org.apache.commons.rdf.api.io
 
A B C D E F G H I J L M N O P Q R S T U W 
Skip navigation links

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