Uses of Interface
org.apache.commons.rdf.api.Triple
Packages that use Triple
Package
Description
Commons RDF, a common library of RDF 1.1 concepts.
Integration with jsonld-java
Commons RDF integration with RDF4J.
A simple in-memory implementation of the Commons RDF API.
-
Uses of Triple in org.apache.commons.rdf.api
Methods in org.apache.commons.rdf.api that return TripleModifier and TypeMethodDescriptiondefault Triple
Quad.asTriple()
Adapt this Quad to a Triple.RDF.createTriple
(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Create a triple.default Triple
RDFTermFactory.createTriple
(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Deprecated.Methods in org.apache.commons.rdf.api that return types with arguments of type TripleModifier and TypeMethodDescriptionGraph.getTriples()
Deprecated.Graph.getTriples
(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Deprecated.Graph.iterate()
Gets an Iterable for iterating over all triples in the graph.Graph.iterate
(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Gets an Iterable for iterating over the triples in the graph that match the pattern.Graph.stream()
Gets all triples contained by the graph.Graph.stream
(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Gets all triples contained by the graph matched with the pattern.Methods in org.apache.commons.rdf.api with parameters of type TripleModifier and TypeMethodDescriptionvoid
Adds a triple to the graph, possibly mapping any of the components of the Triple to those supported by this Graph.boolean
Checks if graph contains triple.void
Removes a concrete triple from the graph. -
Uses of Triple in org.apache.commons.rdf.jsonldjava
Subinterfaces of Triple in org.apache.commons.rdf.jsonldjavaClasses in org.apache.commons.rdf.jsonldjava that implement TripleMethods in org.apache.commons.rdf.jsonldjava that return types with arguments of type TripleMethods in org.apache.commons.rdf.jsonldjava with parameters of type TripleModifier and TypeMethodDescriptionvoid
com.github.jsonldjava.core.RDFDataset.Quad
JsonLdRDF.asJsonLdQuad
(Triple triple) Adapt a Commons RDFTriple
as a JsonLdRDFDataset.Quad
.boolean
void
void
-
Uses of Triple in org.apache.commons.rdf.rdf4j
Subinterfaces of Triple in org.apache.commons.rdf.rdf4jModifier and TypeInterfaceDescriptioninterface
Marker interface for RDF4J implementations of Triple.Methods in org.apache.commons.rdf.rdf4j that return types with arguments of type TripleModifier and TypeMethodDescriptionRDF4JGraph.iterate()
Gets an Iterable for iterating over all triples in the graph.RDF4JGraph.iterate
(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Gets an Iterable for iterating over the triples in the graph that match the pattern. -
Uses of Triple in org.apache.commons.rdf.rdf4j.impl
Classes in org.apache.commons.rdf.rdf4j.impl that implement TripleMethods in org.apache.commons.rdf.rdf4j.impl that return TripleMethods in org.apache.commons.rdf.rdf4j.impl that return types with arguments of type TripleModifier and TypeMethodDescriptionModelGraphImpl.iterate()
ModelGraphImpl.iterate
(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) RepositoryGraphImpl.iterate()
RepositoryGraphImpl.iterate
(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Methods in org.apache.commons.rdf.rdf4j.impl with parameters of type TripleModifier and TypeMethodDescriptionvoid
void
boolean
boolean
void
void
-
Uses of Triple in org.apache.commons.rdf.simple
Classes in org.apache.commons.rdf.simple that implement TripleModifier and TypeClassDescription(package private) final class
A simple implementation of Triple.Fields in org.apache.commons.rdf.simple with type parameters of type TripleMethods in org.apache.commons.rdf.simple that return TripleModifier and TypeMethodDescriptionQuadImpl.asTriple()
SimpleRDF.createTriple
(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) SimpleRDFTermFactory.createTriple
(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Deprecated.private Triple
GraphImpl.internallyMap
(Triple triple) Methods in org.apache.commons.rdf.simple that return types with arguments of type TripleModifier and TypeMethodDescriptionGraphImpl.getTriples
(Predicate<Triple> filter) DatasetGraphView.stream()
DatasetGraphView.stream
(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) GraphImpl.stream()
GraphImpl.stream
(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Methods in org.apache.commons.rdf.simple with parameters of type TripleModifier and TypeMethodDescriptionvoid
void
boolean
boolean
private Triple
GraphImpl.internallyMap
(Triple triple) void
void
Method parameters in org.apache.commons.rdf.simple with type arguments of type Triple