Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 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
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
Adapt a RDF4J Resource as a Commons RDF BlankNodeOrIRI
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.

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

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
An Iterable which should be AutoCloseable.close()d after use.
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
Construct a RDF4JBlankNode from a RDF4J BNode.
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
Construct a RDF4JIRI from a RDF4J IRI.
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
Construct a RDF4JLiteral from a RDF4J Literal.
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
Construct a RDF4JGraph from a RDF4J Model.
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
Construct a RDF4JDataset from a RDF4J Repository.
createRepositoryGraphImpl(Repository, boolean, boolean, Resource...) - Method in class org.apache.commons.rdf.rdf4j.impl.InternalRDF4JFactory
Construct a RDF4JGraph from a RDF4J Model.
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
Construct a RDF4JTriple from a RDF4J Statement.

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.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.
equals(Object) - Method in class org.apache.commons.rdf.simple.Types
 

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.

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.
getContextMask() - Method in interface org.apache.commons.rdf.rdf4j.RDF4JGraph
Return a copy of the context mask as a Set of RDF4JBlankNodeOrIRI graph names.
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
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.
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
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.
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
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.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.
hashCode() - Method in class org.apache.commons.rdf.simple.Types
 

I

InternalJenaFactory - Class in org.apache.commons.rdf.jena.impl
Construct Jena implementations of Commons RDF.
InternalJenaFactory() - Constructor for class org.apache.commons.rdf.jena.impl.InternalJenaFactory
 
InternalRDF4JFactory - Class in org.apache.commons.rdf.rdf4j.impl
Factory for RDF4JTerm instances.
InternalRDF4JFactory() - Constructor for class org.apache.commons.rdf.rdf4j.impl.InternalRDF4JFactory
 
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.
iterate() - Method in interface org.apache.commons.rdf.rdf4j.RDF4JDataset
Get an Iterable for iterating over all quads in the dataset.
iterate(Optional<BlankNodeOrIRI>, BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.rdf4j.RDF4JDataset
Get an Iterable for iterating over the quads in the dataset that match the pattern.
iterate() - Method in interface org.apache.commons.rdf.rdf4j.RDF4JGraph
Gets an Iterable for iterating over all triples in the graph.
iterate(BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.apache.commons.rdf.rdf4j.RDF4JGraph
Gets an Iterable for iterating over the triples in the graph that match the pattern.

J

JenaBlankNode - Interface in org.apache.commons.rdf.jena
A Jena-backed BlankNode.
JenaDataset - Interface in org.apache.commons.rdf.jena
A Jena-backed Dataset.
JenaGeneralizedQuadLike - Interface in org.apache.commons.rdf.jena
A generalized quad representation.
JenaGeneralizedTripleLike - Interface in org.apache.commons.rdf.jena
A generalized triple representation.
JenaGraph - Interface in org.apache.commons.rdf.jena
A Jena-backed Graph.
JenaIRI - Interface in org.apache.commons.rdf.jena
A Jena-backed IRI.
JenaLiteral - Interface in org.apache.commons.rdf.jena
A Jena-backed Literal The underlying Jena Node can be accessed from JenaRDFTerm.asJenaNode().
JenaQuad - Interface in org.apache.commons.rdf.jena
A Jena-backed Quad.
JenaQuadLike<G extends RDFTerm> - Interface in org.apache.commons.rdf.jena
A QuadLike wrapper of a Jena Quad.
JenaRDF - Class in org.apache.commons.rdf.jena
Apache Jena RDF implementation.
JenaRDF() - Constructor for class org.apache.commons.rdf.jena.JenaRDF
Create a JenaRDF.
JenaRDF(UUID) - Constructor for class org.apache.commons.rdf.jena.JenaRDF
Create a JenaRDF.
JenaRDFParser - Class in org.apache.commons.rdf.jena.experimental
 
JenaRDFParser() - Constructor for class org.apache.commons.rdf.jena.experimental.JenaRDFParser
 
JenaRDFTerm - Interface in org.apache.commons.rdf.jena
A Jena-backed RDFTerm.
JenaTriple - Interface in org.apache.commons.rdf.jena
A Jena-backed Triple.
JenaTripleLike - Interface in org.apache.commons.rdf.jena
A TripleLike wrapper of a Jena Triple.
JSONLD - Static variable in interface org.apache.commons.rdf.api.RDFSyntax
JSON-LD 1.0
JsonLdBlankNode - Interface in org.apache.commons.rdf.jsonldjava
 
JsonLdDataset - Interface in org.apache.commons.rdf.jsonldjava
 
JsonLdGraph - Interface in org.apache.commons.rdf.jsonldjava
A Graph view of a JsonLd RDFDataset.
JsonLdGraphLike<T extends TripleLike> - Interface in org.apache.commons.rdf.jsonldjava
Common abstract GraphLike.
JsonLdIRI - Interface in org.apache.commons.rdf.jsonldjava
 
JsonLdLiteral - Interface in org.apache.commons.rdf.jsonldjava
 
JsonLdParser - Class in org.apache.commons.rdf.jsonldjava.experimental
 
JsonLdParser() - Constructor for class org.apache.commons.rdf.jsonldjava.experimental.JsonLdParser
 
JsonLdQuad - Interface in org.apache.commons.rdf.jsonldjava
 
JsonLdQuadLike<G extends RDFTerm> - Interface in org.apache.commons.rdf.jsonldjava
 
JsonLdRDF - Class in org.apache.commons.rdf.jsonldjava
JSON-LD Java RDF implementation.
JsonLdRDF() - Constructor for class org.apache.commons.rdf.jsonldjava.JsonLdRDF
 
JsonLdTerm - Interface in org.apache.commons.rdf.jsonldjava
 
JsonLdTriple - Interface in org.apache.commons.rdf.jsonldjava
 
JsonLdTripleLike - Interface in org.apache.commons.rdf.jsonldjava
 
JsonLdUnionGraph - Interface in org.apache.commons.rdf.jsonldjava
A union graph representation of a JsonLd RDFDataset.

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

makeRDFHandler() - Method in class org.apache.commons.rdf.rdf4j.experimental.RDF4JParser
 
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.

N

name() - Method in interface org.apache.commons.rdf.api.RDFSyntax
A short name of the RDF Syntax e.g.
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.
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.jena - package org.apache.commons.rdf.jena
 
org.apache.commons.rdf.jena.experimental - package org.apache.commons.rdf.jena.experimental
Experimental Commons RDF Jena implementations.
org.apache.commons.rdf.jena.impl - package org.apache.commons.rdf.jena.impl
 
org.apache.commons.rdf.jsonldjava - package org.apache.commons.rdf.jsonldjava
Integration with jsonld-java
org.apache.commons.rdf.jsonldjava.experimental - package org.apache.commons.rdf.jsonldjava.experimental
Experimental Commons RDF JSONLD-Java implementations.
org.apache.commons.rdf.rdf4j - package org.apache.commons.rdf.rdf4j
Commons RDF integration with RDF4J.
org.apache.commons.rdf.rdf4j.experimental - package org.apache.commons.rdf.rdf4j.experimental
Experimental Commons RDF RDF4J implementations.
org.apache.commons.rdf.rdf4j.impl - package org.apache.commons.rdf.rdf4j.impl
 
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.jena.experimental.JenaRDFParser
 
parseSynchronusly() - Method in class org.apache.commons.rdf.jsonldjava.experimental.JsonLdParser
 
parseSynchronusly() - Method in class org.apache.commons.rdf.rdf4j.experimental.RDF4JParser
 
parseSynchronusly() - Method in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
prepareForParsing() - Method in class org.apache.commons.rdf.rdf4j.experimental.RDF4JParser
 
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.
RDF4J - Class in org.apache.commons.rdf.rdf4j
RDF4J implementation of RDF.
RDF4J() - Constructor for class org.apache.commons.rdf.rdf4j.RDF4J
Construct an RDF4J.
RDF4J(ValueFactory) - Constructor for class org.apache.commons.rdf.rdf4j.RDF4J
Construct an RDF4J.
RDF4J(UUID) - Constructor for class org.apache.commons.rdf.rdf4j.RDF4J
Construct an RDF4J.
RDF4J(ValueFactory, UUID) - Constructor for class org.apache.commons.rdf.rdf4j.RDF4J
Construct an 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
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
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
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.
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
Reset all optional target* fields to Optional.empty().

S

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
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
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 QuadLikes.
streamJenaToGeneralizedTriple(Consumer<TripleLike>) - Method in class org.apache.commons.rdf.jena.JenaRDF
Create a StreamRDF instance that inserts generalized TripleLikes.
streamJenaToQuad(RDF, Consumer<Quad>) - Static method in class org.apache.commons.rdf.jena.JenaRDF
Create a StreamRDF instance that inserts the converted Quads.
supportsDataset() - Method in interface 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
 
targetGeneralizedQuad(Consumer<QuadLike<RDFTerm>>) - Method in class org.apache.commons.rdf.jena.experimental.JenaRDFParser
 
targetGeneralizedTriple(Consumer<TripleLike>) - Method in class org.apache.commons.rdf.jena.experimental.JenaRDFParser
 
threadGroup - Static variable in class org.apache.commons.rdf.simple.experimental.AbstractRDFParser
 
title() - Method in interface org.apache.commons.rdf.api.RDFSyntax
The title of the RDF Syntax.
toString() - Method in class org.apache.commons.rdf.simple.Types
 
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
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.rdf4j.RDF4J.Option
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.commons.rdf.rdf4j.RDF4J.Option
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.

W

w3cSyntaxes() - Static method in interface org.apache.commons.rdf.api.RDFSyntax
Return the RDF 1.1 serialization syntaxes.

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 J L M N O P Q R S T U V W X 
Skip navigation links

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