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.jsonldjavaSubinterfaces 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 with parameters of type TripleModifier and TypeMethodDescriptioncom.github.jsonldjava.core.RDFDataset.QuadJsonLdRDF.asJsonLdQuad(Triple triple) Adapt a Commons RDFTripleas a JsonLdRDFDataset.Quad. -
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.simple
Methods in org.apache.commons.rdf.simple that return TripleModifier and TypeMethodDescriptionSimpleRDF.createTriple(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) SimpleRDFTermFactory.createTriple(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Deprecated.Methods in org.apache.commons.rdf.simple that return types with arguments of type TripleModifier and TypeMethodDescriptionDatasetGraphView.stream()DatasetGraphView.stream(BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Methods in org.apache.commons.rdf.simple with parameters of type Triple