Uses of Interface
org.apache.commons.rdf.api.Quad
Packages that use Quad
Package
Description
Commons RDF, a common library of RDF 1.1 concepts.
Experimental Commons RDF features.
Integration with jsonld-java
Commons RDF integration with RDF4J.
Experimental Commons RDF RDF4J implementations.
A simple in-memory implementation of the Commons RDF API.
Experimental Commons RDF Simple implementations.
-
Uses of Quad in org.apache.commons.rdf.api
Methods in org.apache.commons.rdf.api that return QuadModifier and TypeMethodDescriptionRDF.createQuad
(BlankNodeOrIRI graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Create a quad.Methods in org.apache.commons.rdf.api that return types with arguments of type QuadModifier and TypeMethodDescriptionDataset.iterate()
Get an Iterable for iterating over all quads in the dataset.Dataset.iterate
(Optional<BlankNodeOrIRI> graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Get an Iterable for iterating over the quads in the dataset that match the pattern.Dataset.stream()
Get all quads contained by the dataset.Dataset.stream
(Optional<BlankNodeOrIRI> graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Get all quads contained by the dataset matched with the pattern.Methods in org.apache.commons.rdf.api with parameters of type QuadModifier and TypeMethodDescriptionvoid
Add a quad to the dataset, possibly mapping any of the components of the Quad to those supported by this dataset.boolean
Check if dataset contains quad.void
Remove a concrete quad from the dataset. -
Uses of Quad in org.apache.commons.rdf.experimental
Method parameters in org.apache.commons.rdf.experimental with type arguments of type Quad -
Uses of Quad in org.apache.commons.rdf.jsonldjava
Subinterfaces of Quad in org.apache.commons.rdf.jsonldjavaClasses in org.apache.commons.rdf.jsonldjava that implement QuadMethods in org.apache.commons.rdf.jsonldjava that return QuadModifier and TypeMethodDescription(package private) Quad
JsonLdDatasetImpl.asTripleOrQuad
(com.github.jsonldjava.core.RDFDataset.Quad jsonldQuad) Methods in org.apache.commons.rdf.jsonldjava that return types with arguments of type QuadModifier and TypeMethodDescriptionJsonLdDatasetImpl.stream
(Optional<BlankNodeOrIRI> graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Methods in org.apache.commons.rdf.jsonldjava with parameters of type QuadModifier and TypeMethodDescriptioncom.github.jsonldjava.core.RDFDataset.Quad
JsonLdRDF.asJsonLdQuad
(Quad quad) Adapt a Commons RDFQuad
as a JsonLdRDFDataset.Quad
.void
-
Uses of Quad in org.apache.commons.rdf.rdf4j
Subinterfaces of Quad in org.apache.commons.rdf.rdf4jModifier and TypeInterfaceDescriptioninterface
Marker interface for RDF4J implementations of Quad.Methods in org.apache.commons.rdf.rdf4j that return QuadModifier and TypeMethodDescriptionRDF4J.createQuad
(BlankNodeOrIRI graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Methods in org.apache.commons.rdf.rdf4j that return types with arguments of type QuadModifier and TypeMethodDescriptionRDF4JDataset.iterate()
Get an Iterable for iterating over all quads in the dataset.RDF4JDataset.iterate
(Optional<BlankNodeOrIRI> graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Get an Iterable for iterating over the quads in the dataset that match the pattern. -
Uses of Quad in org.apache.commons.rdf.rdf4j.experimental
Fields in org.apache.commons.rdf.rdf4j.experimental with type parameters of type QuadConstructor parameters in org.apache.commons.rdf.rdf4j.experimental with type arguments of type Quad -
Uses of Quad in org.apache.commons.rdf.rdf4j.impl
Classes in org.apache.commons.rdf.rdf4j.impl that implement QuadMethods in org.apache.commons.rdf.rdf4j.impl that return types with arguments of type QuadModifier and TypeMethodDescriptionRepositoryDatasetImpl.iterate()
RepositoryDatasetImpl.iterate
(Optional<BlankNodeOrIRI> graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Methods in org.apache.commons.rdf.rdf4j.impl with parameters of type Quad -
Uses of Quad in org.apache.commons.rdf.simple
Classes in org.apache.commons.rdf.simple that implement QuadModifier and TypeClassDescription(package private) final class
A simple implementation of Quad.Fields in org.apache.commons.rdf.simple with type parameters of type QuadMethods in org.apache.commons.rdf.simple that return QuadModifier and TypeMethodDescriptionSimpleRDF.createQuad
(BlankNodeOrIRI graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Methods in org.apache.commons.rdf.simple that return types with arguments of type QuadModifier and TypeMethodDescriptionDatasetImpl.stream()
DatasetImpl.stream
(Optional<BlankNodeOrIRI> graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Methods in org.apache.commons.rdf.simple with parameters of type QuadModifier and TypeMethodDescriptionvoid
boolean
void
Method parameters in org.apache.commons.rdf.simple with type arguments of type Quad -
Uses of Quad in org.apache.commons.rdf.simple.experimental
Fields in org.apache.commons.rdf.simple.experimental with type parameters of type QuadMethods in org.apache.commons.rdf.simple.experimental that return types with arguments of type QuadModifier and TypeMethodDescriptionAbstractRDFParser.getTarget()
Get the target to consume parsed Quads.Method parameters in org.apache.commons.rdf.simple.experimental with type arguments of type Quad