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
Subinterfaces with type arguments of type Triple in org.apache.commons.rdf.apiModifier and TypeInterfaceDescriptioninterfaceAn RDF 1.1 Graph, a set of RDF triples, as defined by RDF-1.1 Concepts and Abstract Syntax, a W3C Recommendation published on 25 February 2014.Methods in org.apache.commons.rdf.api that return TripleModifier and TypeMethodDescriptiondefault TripleQuad.asTriple()Adapt this Quad to a Triple.RDF.createTriple(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Create a triple.default TripleRDFTermFactory.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 TypeMethodDescriptionvoidAdds a triple to the graph, possibly mapping any of the components of the Triple to those supported by this Graph.booleanChecks if graph contains triple.voidRemoves 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 TripleSubclasses with type arguments of type Triple in org.apache.commons.rdf.jsonldjavaModifier and TypeClassDescription(package private) class(package private) classSubinterfaces with type arguments of type Triple in org.apache.commons.rdf.jsonldjavaModifier and TypeInterfaceDescriptioninterfaceAGraphview of a JsonLdRDFDataset.interfaceA union graph representation of a JsonLdRDFDataset.Methods 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 TypeMethodDescriptionvoidcom.github.jsonldjava.core.RDFDataset.QuadJsonLdRDF.asJsonLdQuad(Triple triple) Adapt a Commons RDFTripleas a JsonLdRDFDataset.Quad.booleanvoidvoid -
Uses of Triple in org.apache.commons.rdf.rdf4j
Subinterfaces of Triple in org.apache.commons.rdf.rdf4jModifier and TypeInterfaceDescriptioninterfaceMarker interface for RDF4J implementations of Triple.Subinterfaces with type arguments of type Triple in org.apache.commons.rdf.rdf4jModifier and TypeInterfaceDescriptioninterfaceMarker interface for RDF4J implementations of Graph.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 TripleSubclasses with type arguments of type Triple in org.apache.commons.rdf.rdf4j.implMethods 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 TypeMethodDescriptionvoidvoidbooleanbooleanvoidvoid -
Uses of Triple in org.apache.commons.rdf.simple
Classes in org.apache.commons.rdf.simple that implement TripleModifier and TypeClassDescription(package private) final classA 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 TripleGraphImpl.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 TypeMethodDescriptionvoidvoidbooleanbooleanprivate TripleGraphImpl.internallyMap(Triple triple) voidvoidMethod parameters in org.apache.commons.rdf.simple with type arguments of type Triple