Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JTriple
-
Packages that use RDF4JTriple Package Description org.apache.commons.rdf.rdf4j Commons RDF integration with RDF4J.org.apache.commons.rdf.rdf4j.impl -
-
Uses of RDF4JTriple in org.apache.commons.rdf.rdf4j
Methods in org.apache.commons.rdf.rdf4j that return RDF4JTriple Modifier and Type Method Description RDF4JTriple
RDF4J. asTriple(org.eclipse.rdf4j.model.Statement statement)
Adapt a RDF4JStatement
as a Commons RDFTriple
.RDF4JTriple
RDF4J. createTriple(BlankNodeOrIRI subject, IRI predicate, RDFTerm object)
Methods in org.apache.commons.rdf.rdf4j that return types with arguments of type RDF4JTriple Modifier and Type Method Description java.util.stream.Stream<RDF4JTriple>
RDF4JGraph. stream()
Gets all triples contained by the graph.java.util.stream.Stream<RDF4JTriple>
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 RDF4JTriple Modifier and Type Class Description (package private) class
TripleImpl
Methods in org.apache.commons.rdf.rdf4j.impl that return RDF4JTriple Modifier and Type Method Description protected RDF4JTriple
RepositoryGraphImpl. asTripleLike(org.eclipse.rdf4j.model.Statement statement)
RDF4JTriple
InternalRDF4JFactory. createTripleImpl(org.eclipse.rdf4j.model.Statement statement, java.util.UUID salt)
Construct aRDF4JTriple
from a RDF4JStatement
.Methods in org.apache.commons.rdf.rdf4j.impl that return types with arguments of type RDF4JTriple Modifier and Type Method Description java.util.stream.Stream<RDF4JTriple>
ModelGraphImpl. stream()
java.util.stream.Stream<RDF4JTriple>
ModelGraphImpl. stream(BlankNodeOrIRI subject, IRI predicate, RDFTerm object)
java.util.stream.Stream<RDF4JTriple>
RepositoryGraphImpl. stream()
java.util.stream.Stream<RDF4JTriple>
RepositoryGraphImpl. stream(BlankNodeOrIRI subject, IRI predicate, RDFTerm object)
-