Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JQuad
-
Packages that use RDF4JQuad Package Description org.apache.commons.rdf.rdf4j Commons RDF integration with RDF4J.org.apache.commons.rdf.rdf4j.impl -
-
Uses of RDF4JQuad in org.apache.commons.rdf.rdf4j
Methods in org.apache.commons.rdf.rdf4j that return RDF4JQuad Modifier and Type Method Description RDF4JQuad
RDF4J. 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 RDF4JQuad Modifier and Type Method Description java.util.stream.Stream<RDF4JQuad>
RDF4JDataset. stream()
Get all quads contained by the dataset.java.util.stream.Stream<RDF4JQuad>
RDF4JDataset. stream(java.util.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 RDF4JQuad Modifier and Type Class Description (package private) class
QuadImpl
Methods in org.apache.commons.rdf.rdf4j.impl that return RDF4JQuad Modifier and Type Method Description protected RDF4JQuad
RepositoryDatasetImpl. asTripleLike(org.eclipse.rdf4j.model.Statement s)
RDF4JQuad
InternalRDF4JFactory. createQuadImpl(org.eclipse.rdf4j.model.Statement statement, java.util.UUID salt)
Construct aRDF4JQuad
from a RDF4JStatement
.Methods in org.apache.commons.rdf.rdf4j.impl that return types with arguments of type RDF4JQuad Modifier and Type Method Description java.util.stream.Stream<RDF4JQuad>
RepositoryDatasetImpl. stream()
java.util.stream.Stream<RDF4JQuad>
RepositoryDatasetImpl. stream(java.util.Optional<BlankNodeOrIRI> graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object)
-