- 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
-
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.
- add(Triple) - Method in class org.apache.commons.rdf.simple.DatasetGraphView
-
- add(BlankNodeOrIRI, IRI, RDFTerm) - Method in class org.apache.commons.rdf.simple.DatasetGraphView
-
- asDataset(DatasetGraph) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Adapt an existing Jena
DatasetGraph
to CommonsRDF
Dataset
.
- asDataset(Dataset) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Adapt an existing Jena
Dataset
to
CommonsRDF
Dataset
.
- asDataset(RDFDataset) - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
Adapt a JsonLd
RDFDataset
as a Commons RDF
Dataset
.
- asDataset(Repository, RDF4J.Option...) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
Adapt an RDF4J
Repository
as a Commons RDF
Dataset
.
- asGeneralizedQuad(Quad) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Adapt a generalized Jena
Quad
to a
CommonsRDF
QuadLike
.
- asGeneralizedTriple(Triple) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Adapt a generalized Jena
Triple
to a
CommonsRDF
TripleLike
.
- asGraph(Graph) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Adapt an existing Jena
Graph
to CommonsRDF
Graph
.
- asGraph(Model) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Adapt an existing Jena
Model
to
CommonsRDF
Graph
.
- asGraph(RDFDataset) - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
Adapt a JsonLd
RDFDataset
as a Commons RDF
Graph
.
- asGraph(Model) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
Adapt an RDF4J
Model
as a Commons RDF
Graph
.
- asGraph(Repository, RDF4J.Option...) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
Adapt an RDF4J
Repository
as a Commons RDF
Graph
.
- asGraph(Repository, Set<? extends BlankNodeOrIRI>, RDF4J.Option...) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
Adapt an RDF4J
Repository
as a Commons RDF
Graph
.
- asGraphUnion(Repository, RDF4J.Option...) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
Adapt an RDF4J
Repository
as a Commons RDF
Graph
.
- asJenaDataset(Dataset) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Convert a CommonsRDF Dataset to a Jena Dataset.
- asJenaDatasetGraph() - Method in interface org.apache.commons.rdf.jena.JenaDataset
-
Return the underlying Jena DatasetGraph
.
- asJenaDatasetGraph(Dataset) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Convert a CommonsRDF Dataset to a Jena DatasetGraph.
- asJenaGraph() - Method in interface org.apache.commons.rdf.jena.JenaGraph
-
Return the underlying Jena Graph
.
- asJenaGraph(Graph) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Convert a CommonsRDF Graph to a Jena Graph.
- asJenaLang(RDFSyntax) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Return Jena
Lang
corresponding to a
RDFSyntax
.
- asJenaModel() - Method in interface org.apache.commons.rdf.jena.JenaGraph
-
Return the graph as a Jena Model
.
- asJenaNode(RDFTerm) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Convert a CommonsRDF RDFTerm to a Jena Node.
- asJenaNode() - Method in interface org.apache.commons.rdf.jena.JenaRDFTerm
-
- asJenaQuad() - Method in interface org.apache.commons.rdf.jena.JenaQuadLike
-
Return the adapted Jena quad
- asJenaQuad(Quad) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Convert a CommonsRDF
Quad
to a Jena
Quad
.
- asJenaTriple(Triple) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Convert a CommonsRDF
Triple
to a Jena
Triple
.
- asJenaTriple() - Method in interface org.apache.commons.rdf.jena.JenaTripleLike
-
Return the adapted Jena triple
- asJsonLdNode(RDFTerm) - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
- asJsonLdNode() - Method in interface org.apache.commons.rdf.jsonldjava.JsonLdTerm
-
Return the underlying JsonLd RDFDataset.Node
.
- asJsonLdQuad(Quad) - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
Adapt a Commons RDF
Quad
as a JsonLd
RDFDataset.Quad
.
- asJsonLdQuad(Triple) - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
Adapt a Commons RDF
Triple
as a JsonLd
RDFDataset.Quad
.
- asJsonLdQuad() - Method in interface org.apache.commons.rdf.jsonldjava.JsonLdTripleLike
-
Return the underlying JsonLD
RDFDataset.Quad
- asModel() - Method in interface org.apache.commons.rdf.rdf4j.RDF4JGraphLike
-
Return the corresponding RDF4J Model
, if present.
- asQuad(Quad) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Adapt an existing Jena
Quad
to
CommonsRDF
Quad
.
- asQuad(RDF, Quad) - Static method in class org.apache.commons.rdf.jena.JenaRDF
-
Convert from Jena
Quad
to a Commons
RDF
Quad
.
- asQuad(RDFDataset.Quad) - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
Adapt a JsonLd
RDFDataset.Quad
as a
Commons RDF
Quad
.
- asQuad(Statement) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
Adapt a RDF4J
Statement
as a Commons RDF
Quad
.
- asRDFSyntax(Lang) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Return
RDFSyntax
corresponding to a Jena
Lang
.
- asRDFTerm(Node) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Adapt an existing Jena Node to CommonsRDF
RDFTerm
.
- asRDFTerm(RDF, Node) - Static method in class org.apache.commons.rdf.jena.JenaRDF
-
Convert from Jena Node
to any Commons RDF implementation.
- asRDFTerm(RDFDataset.Node) - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
Adapt a JsonLd
RDFDataset.Node
as a Commons RDF
RDFTerm
.
- asRDFTerm(Value) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
Adapt a RDF4J
Value
as a Commons RDF
RDFTerm
.
- asRDFTerm(BNode) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
Adapt a RDF4J
BNode
as a Commons RDF
BlankNode
- asRDFTerm(Literal) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
Adapt a RDF4J
Literal
as a Commons RDF
Literal
- asRDFTerm(IRI) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
Adapt a RDF4J
IRI
as a Commons RDF
IRI
- asRDFTerm(Resource) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
- asRDFTerm(Value, UUID) - Static method in class org.apache.commons.rdf.rdf4j.RDF4J
-
Adapt a RDF4J
Value
as a Commons RDF
RDFTerm
.
- asRepository() - Method in interface org.apache.commons.rdf.rdf4j.RDF4JGraphLike
-
Return the corresponding RDF4J Repository
, if present.
- asStatement(TripleLike) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
Adapt a Commons RDF
Triple
or
Quad
as a RDF4J
Statement
.
- asStatement() - Method in interface org.apache.commons.rdf.rdf4j.RDF4JTripleLike
-
Return the corresponding RDF4J Statement
.
- 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.
- asTriple(Triple) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Adapt an existing Jena Triple to CommonsRDF
Triple
.
- asTriple(RDF, Triple) - Static method in class org.apache.commons.rdf.jena.JenaRDF
-
Convert from Jena
Triple
to a Commons RDF
Triple
.
- asTriple(RDFDataset.Quad) - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
Adapt a JsonLd
RDFDataset.Quad
as a
Commons RDF
Triple
.
- asTriple(Statement) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
Adapt a RDF4J
Statement
as a Commons RDF
Triple
.
- asUnionGraph(RDFDataset) - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
Adapt a JsonLd
RDFDataset
as a Commons RDF
Graph
.
- asValue(RDFTerm) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
Adapt a Commons RDF
RDFTerm
as a RDF4J
Value
.
- asValue() - Method in interface org.apache.commons.rdf.rdf4j.RDF4JBlankNode
-
- asValue() - Method in interface org.apache.commons.rdf.rdf4j.RDF4JBlankNodeOrIRI
-
- asValue() - Method in interface org.apache.commons.rdf.rdf4j.RDF4JIRI
-
- asValue() - Method in interface org.apache.commons.rdf.rdf4j.RDF4JTerm
-
Return the RDF4J Value
that this RDFTerm represents.
- 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.jsonldjava.experimental.JsonLdParser
-
- 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
-
Clears 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
-
- ClosableIterable<T> - Interface in org.apache.commons.rdf.rdf4j
-
- 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.
- 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
-
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.
- 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.jsonldjava.experimental.JsonLdParser
-
- contentType(String) - Method in class org.apache.commons.rdf.jsonldjava.experimental.JsonLdParser
-
- contentType(RDFSyntax) - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
-
- contentType(String) - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
-
- ConversionException - Exception in org.apache.commons.rdf.jena
-
Exception thrown when a problem arises across the Jena-CommonRDF boundary.
- ConversionException() - Constructor for exception org.apache.commons.rdf.jena.ConversionException
-
- ConversionException(String) - Constructor for exception org.apache.commons.rdf.jena.ConversionException
-
- ConversionException(Throwable) - Constructor for exception org.apache.commons.rdf.jena.ConversionException
-
- ConversionException(String, Throwable) - Constructor for exception org.apache.commons.rdf.jena.ConversionException
-
- 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(String, UUID) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createBlankNode(UUID) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createBlankNode() - Method in class org.apache.commons.rdf.jena.JenaRDF
-
- createBlankNode(String) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
- createBlankNode() - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
- createBlankNode(String) - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
- createBlankNode() - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
- createBlankNode(String) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
- 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.
- createBlankNodeImpl(BNode, UUID) - Method in class org.apache.commons.rdf.rdf4j.impl.InternalRDF4JFactory
-
- createDataset() - Method in interface org.apache.commons.rdf.api.RDF
-
Create a new dataset.
- createDataset(DatasetGraph, UUID) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createDataset(UUID) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createDataset() - Method in class org.apache.commons.rdf.jena.JenaRDF
-
- createDataset() - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
- createDataset() - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
Create a new dataset.
- createDataset() - Method in class org.apache.commons.rdf.simple.SimpleRDF
-
- createGeneralizedQuad(Quad, UUID) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createGeneralizedQuad(RDFTerm, RDFTerm, RDFTerm, RDFTerm) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createGeneralizedQuad(RDFTerm, RDFTerm, RDFTerm, RDFTerm) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Create a generalized Jena quad.
- createGeneralizedTriple(Triple, UUID) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createGeneralizedTriple(RDFTerm, RDFTerm, RDFTerm) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createGeneralizedTriple(RDFTerm, RDFTerm, RDFTerm) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Create a generalized Jena triple.
- 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(Model, UUID) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createGraph(Graph, UUID) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createGraph(UUID) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createGraph() - Method in class org.apache.commons.rdf.jena.JenaRDF
-
- createGraph() - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
- createGraph() - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
- 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.jena.impl.InternalJenaFactory
-
- createIRI(String) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
- createIRI(String) - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
- createIRI(String) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
- createIRI(String) - Method in class org.apache.commons.rdf.simple.SimpleRDF
-
- createIRI(String) - Method in class org.apache.commons.rdf.simple.SimpleRDFTermFactory
-
Deprecated.
- createIRIImpl(IRI) - Method in class org.apache.commons.rdf.rdf4j.impl.InternalRDF4JFactory
-
- 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.jena.impl.InternalJenaFactory
-
- createLiteral(String) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
- createLiteral(String, IRI) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
- createLiteral(String, String) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
- createLiteral(String) - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
- createLiteral(String, IRI) - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
- createLiteral(String, String) - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
- createLiteral(String) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
- createLiteral(String, IRI) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
- createLiteral(String, String) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
- 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.
- createLiteralDT(String, String) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createLiteralImpl(Literal) - Method in class org.apache.commons.rdf.rdf4j.impl.InternalRDF4JFactory
-
- createLiteralLang(String, String) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createModelGraphImpl(Model, RDF4J) - Method in class org.apache.commons.rdf.rdf4j.impl.InternalRDF4JFactory
-
- createQuad(BlankNodeOrIRI, BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.api.RDF
-
Create a quad.
- createQuad(BlankNodeOrIRI, IRI, RDFTerm, BlankNodeOrIRI) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createQuad(Quad, UUID) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createQuad(BlankNodeOrIRI, BlankNodeOrIRI, IRI, RDFTerm) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Create a quad.
- createQuad(BlankNodeOrIRI, BlankNodeOrIRI, IRI, RDFTerm) - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
- createQuad(BlankNodeOrIRI, BlankNodeOrIRI, IRI, RDFTerm) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
- createQuad(BlankNodeOrIRI, BlankNodeOrIRI, IRI, RDFTerm) - Method in class org.apache.commons.rdf.simple.SimpleRDF
-
- createQuadImpl(Statement, UUID) - Method in class org.apache.commons.rdf.rdf4j.impl.InternalRDF4JFactory
-
Construct a
RDF4JQuad
from a RDF4J
Statement
.
- createRDFTerm(Node, UUID) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createRDFTermFactory() - Method in class org.apache.commons.rdf.jena.experimental.JenaRDFParser
-
- createRDFTermFactory() - Method in class org.apache.commons.rdf.jsonldjava.experimental.JsonLdParser
-
- createRDFTermFactory() - Method in class org.apache.commons.rdf.rdf4j.experimental.RDF4JParser
-
- createRDFTermFactory() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
-
Create a new
RDF
for a parse session.
- createRepositoryDatasetImpl(Repository, boolean, boolean) - Method in class org.apache.commons.rdf.rdf4j.impl.InternalRDF4JFactory
-
- createRepositoryGraphImpl(Repository, boolean, boolean, Resource...) - Method in class org.apache.commons.rdf.rdf4j.impl.InternalRDF4JFactory
-
- 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.jena.impl.InternalJenaFactory
-
- createTriple(Triple, UUID) - Method in class org.apache.commons.rdf.jena.impl.InternalJenaFactory
-
- createTriple(BlankNodeOrIRI, IRI, RDFTerm) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
- createTriple(BlankNodeOrIRI, IRI, RDFTerm) - Method in class org.apache.commons.rdf.jsonldjava.JsonLdRDF
-
- createTriple(BlankNodeOrIRI, IRI, RDFTerm) - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
- 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.
- createTripleImpl(Statement, UUID) - Method in class org.apache.commons.rdf.rdf4j.impl.InternalRDF4JFactory
-
- 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
-
- getContextMask() - Method in interface org.apache.commons.rdf.rdf4j.RDF4JGraph
-
- 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.
- getGraphNames() - Method in interface org.apache.commons.rdf.rdf4j.RDF4JDataset
-
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
-
- getLexicalForm() - Method in interface org.apache.commons.rdf.api.Literal
-
- 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.
- getParserConfig() - Method in class org.apache.commons.rdf.rdf4j.experimental.RDF4JParser
-
Get the RDF4J ParserConfig
to use.
- 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.
- getRdfDataSet() - Method in interface org.apache.commons.rdf.jsonldjava.JsonLdGraphLike
-
Return the underlying JSONLD-Java RDFDataset
.
- getRDFParserBuilder() - Method in exception org.apache.commons.rdf.simple.experimental.RDFParseException
-
- getRdfTermFactory() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
-
- getSourceFile() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
-
- getSourceInputStream() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
-
- getSourceIri() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
-
- 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
-
- getTargetGraph() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
-
- 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.
- getUnionGraph() - Method in interface org.apache.commons.rdf.jena.JenaDataset
-
Return a union graph view of this dataset.
- getValueFactory() - Method in class org.apache.commons.rdf.rdf4j.RDF4J
-
- Graph - Interface in org.apache.commons.rdf.api
-
- 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.
- RDF - Interface in org.apache.commons.rdf.api
-
A RDF implementation.
- RDF4J - Class in org.apache.commons.rdf.rdf4j
-
RDF4J implementation of RDF.
- RDF4J() - Constructor for class org.apache.commons.rdf.rdf4j.RDF4J
-
- RDF4J(ValueFactory) - Constructor for class org.apache.commons.rdf.rdf4j.RDF4J
-
- RDF4J(UUID) - Constructor for class org.apache.commons.rdf.rdf4j.RDF4J
-
- RDF4J(ValueFactory, UUID) - Constructor for class org.apache.commons.rdf.rdf4j.RDF4J
-
- RDF4J.Option - Enum in org.apache.commons.rdf.rdf4j
-
- RDF4JBlankNode - Interface in org.apache.commons.rdf.rdf4j
-
Marker interface for RDF4J implementations of Commons RDF
BlankNode
.
- RDF4JBlankNodeOrIRI - Interface in org.apache.commons.rdf.rdf4j
-
Marker interface for RDF4J implementations of Commons RDF
BlankNodeOrIRI
(e.g.
- RDF4JDataset - Interface in org.apache.commons.rdf.rdf4j
-
Marker interface for RDF4J implementations of Dataset.
- RDF4JGraph - Interface in org.apache.commons.rdf.rdf4j
-
Marker interface for RDF4J implementations of Graph.
- RDF4JGraphLike<T extends TripleLike> - Interface in org.apache.commons.rdf.rdf4j
-
Marker interface for RDF4J implementations of GraphLike.
- RDF4JIRI - Interface in org.apache.commons.rdf.rdf4j
-
Marker interface for RDF4J implementations of Commons RDF
IRI
.
- RDF4JLiteral - Interface in org.apache.commons.rdf.rdf4j
-
Marker interface for RDF4J implementations of Commons RDF
Literal
.
- RDF4JParser - Class in org.apache.commons.rdf.rdf4j.experimental
-
RDF4J-based parser.
- RDF4JParser() - Constructor for class org.apache.commons.rdf.rdf4j.experimental.RDF4JParser
-
- RDF4JQuad - Interface in org.apache.commons.rdf.rdf4j
-
Marker interface for RDF4J implementations of Quad.
- RDF4JTerm - Interface in org.apache.commons.rdf.rdf4j
-
Marker interface for RDF4J implementations of RDFTerm.
- RDF4JTriple - Interface in org.apache.commons.rdf.rdf4j
-
Marker interface for RDF4J implementations of Triple.
- RDF4JTripleLike - Interface in org.apache.commons.rdf.rdf4j
-
Marker interface for RDF4J implementations of
TripleLike
statements.
- 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
-
- RDF_XMLLITERAL - Static variable in class org.apache.commons.rdf.simple.Types
-
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
- RDFA - Static variable in interface org.apache.commons.rdf.api.RDFSyntax
-
HTML+RDFa 1.1 and XHTML+RDFa 1.1
- 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
-
- RDFSyntax - Interface in org.apache.commons.rdf.api
-
An RDF syntax, e.g.
- RDFTerm - Interface in org.apache.commons.rdf.api
-
- RDFTermFactory - Interface in org.apache.commons.rdf.api
-
Deprecated.
- rdfTermFactory(RDF) - Method in interface org.apache.commons.rdf.experimental.RDFParser
-
- rdfTermFactory(RDF) - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
-
- 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.
- 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.jena.experimental.JenaRDFParser
-
- resetTarget() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
-
- salt() - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Return the
UUID
salt used by this factory.
- setParserConfig(ParserConfig) - Method in class org.apache.commons.rdf.rdf4j.experimental.RDF4JParser
-
Set an RDF4J ParserConfig
to use
- 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
-
- 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
-
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.rdf4j.RDF4JDataset
-
Get all quads contained by the dataset.
- stream(Optional<BlankNodeOrIRI>, BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.rdf4j.RDF4JDataset
-
Get all quads contained by the dataset matched with the pattern.
- stream() - Method in interface org.apache.commons.rdf.rdf4j.RDF4JGraph
-
Gets all triples contained by the graph.
- stream(BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.rdf4j.RDF4JGraph
-
Gets all triples contained by the graph matched with the pattern.
- stream() - Method in class org.apache.commons.rdf.simple.DatasetGraphView
-
- stream(BlankNodeOrIRI, IRI, RDFTerm) - Method in class org.apache.commons.rdf.simple.DatasetGraphView
-
- streamJenaToGeneralizedQuad(Consumer<QuadLike<RDFTerm>>) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Create a
StreamRDF
instance that inserts generalized
QuadLike
s.
- streamJenaToGeneralizedTriple(Consumer<TripleLike>) - Method in class org.apache.commons.rdf.jena.JenaRDF
-
Create a
StreamRDF
instance that inserts generalized
TripleLike
s.
- streamJenaToQuad(RDF, Consumer<Quad>) - Static method in class org.apache.commons.rdf.jena.JenaRDF
-
Create a
StreamRDF
instance that inserts the converted
Quad
s.
- supportsDataset() - Method in interface org.apache.commons.rdf.api.RDFSyntax
-
- 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