Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JQuad
Packages that use RDF4JQuad
-
Uses of RDF4JQuad in org.apache.commons.rdf.rdf4j
Methods in org.apache.commons.rdf.rdf4j that return RDF4JQuadModifier and TypeMethodDescriptionRDF4J.asQuad
(org.eclipse.rdf4j.model.Statement statement) Adapt a RDF4JStatement
as a Commons RDFQuad
.Methods in org.apache.commons.rdf.rdf4j that return types with arguments of type RDF4JQuadModifier and TypeMethodDescriptionRDF4JDataset.stream()
Get all quads contained by the dataset.RDF4JDataset.stream
(Optional<BlankNodeOrIRI> graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Get all quads contained by the dataset matched with the pattern. -
Uses of RDF4JQuad in org.apache.commons.rdf.rdf4j.impl
Classes in org.apache.commons.rdf.rdf4j.impl that implement RDF4JQuadMethods in org.apache.commons.rdf.rdf4j.impl that return RDF4JQuadModifier and TypeMethodDescriptionprotected RDF4JQuad
RepositoryDatasetImpl.asTripleLike
(org.eclipse.rdf4j.model.Statement s) InternalRDF4JFactory.createQuadImpl
(org.eclipse.rdf4j.model.Statement statement, UUID salt) Construct aRDF4JQuad
from a RDF4JStatement
.Methods in org.apache.commons.rdf.rdf4j.impl that return types with arguments of type RDF4JQuad