Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JTriple
Packages that use RDF4JTriple
-
Uses of RDF4JTriple in org.apache.commons.rdf.rdf4j
Methods in org.apache.commons.rdf.rdf4j that return RDF4JTripleModifier and TypeMethodDescriptionRDF4J.asTriple
(org.eclipse.rdf4j.model.Statement statement) Adapt a RDF4JStatement
as a Commons RDFTriple
.RDF4J.createTriple
(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Methods in org.apache.commons.rdf.rdf4j that return types with arguments of type RDF4JTripleModifier and TypeMethodDescriptionRDF4JGraph.stream()
Gets all triples contained by the graph.RDF4JGraph.stream
(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Gets all triples contained by the graph matched with the pattern. -
Uses of RDF4JTriple in org.apache.commons.rdf.rdf4j.impl
Classes in org.apache.commons.rdf.rdf4j.impl that implement RDF4JTripleMethods in org.apache.commons.rdf.rdf4j.impl that return RDF4JTripleModifier and TypeMethodDescriptionprotected RDF4JTriple
RepositoryGraphImpl.asTripleLike
(org.eclipse.rdf4j.model.Statement statement) InternalRDF4JFactory.createTripleImpl
(org.eclipse.rdf4j.model.Statement statement, UUID salt) Construct aRDF4JTriple
from a RDF4JStatement
.Methods in org.apache.commons.rdf.rdf4j.impl that return types with arguments of type RDF4JTripleModifier and TypeMethodDescriptionModelGraphImpl.stream()
ModelGraphImpl.stream
(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) RepositoryGraphImpl.stream()
RepositoryGraphImpl.stream
(BlankNodeOrIRI subject, IRI predicate, RDFTerm object)