Uses of Interface
org.apache.commons.rdf.api.TripleLike
-
Packages that use TripleLike Package Description org.apache.commons.rdf.api Commons RDF, a common library of RDF 1.1 concepts.org.apache.commons.rdf.jsonldjava Integration with jsonld-javaorg.apache.commons.rdf.rdf4j Commons RDF integration with RDF4J.org.apache.commons.rdf.rdf4j.impl org.apache.commons.rdf.simple A simple in-memory implementation of the Commons RDF API. -
-
Uses of TripleLike in org.apache.commons.rdf.api
Classes in org.apache.commons.rdf.api with type parameters of type TripleLike Modifier and Type Interface Description interface
GraphLike<T extends TripleLike>
A "graph-like" interface that containsTripleLike
statements.Subinterfaces of TripleLike in org.apache.commons.rdf.api Modifier and Type Interface Description interface
Quad
A Quad is a statement in a RDF-1.1 Dataset, as defined by RDF-1.1 Concepts and Abstract Syntax, a W3C Working Group Note published on 25 February 2014.interface
QuadLike<G extends RDFTerm>
A generalised "quad-like" interface, extended byQuad
.interface
Triple
An RDF-1.1 Triple, as defined by RDF-1.1 Concepts and Abstract Syntax, a W3C Recommendation published on 25 February 2014. -
Uses of TripleLike in org.apache.commons.rdf.jsonldjava
Classes in org.apache.commons.rdf.jsonldjava with type parameters of type TripleLike Modifier and Type Class Description (package private) class
AbstractJsonLdGraphLike<T extends TripleLike>
interface
JsonLdGraphLike<T extends TripleLike>
Common abstractGraphLike
.Subinterfaces of TripleLike in org.apache.commons.rdf.jsonldjava Modifier and Type Interface Description interface
JsonLdQuad
interface
JsonLdQuadLike<G extends RDFTerm>
interface
JsonLdTriple
interface
JsonLdTripleLike
Classes in org.apache.commons.rdf.jsonldjava that implement TripleLike Modifier and Type Class Description (package private) class
JsonLdQuadImpl
(package private) class
JsonLdQuadLikeImpl<S extends RDFTerm,P extends RDFTerm,O extends RDFTerm,G extends RDFTerm>
(package private) class
JsonLdTripleImpl
-
Uses of TripleLike in org.apache.commons.rdf.rdf4j
Classes in org.apache.commons.rdf.rdf4j with type parameters of type TripleLike Modifier and Type Interface Description interface
RDF4JGraphLike<T extends TripleLike>
Marker interface for RDF4J implementations of GraphLike.Subinterfaces of TripleLike in org.apache.commons.rdf.rdf4j Modifier and Type Interface Description interface
RDF4JQuad
Marker interface for RDF4J implementations of Quad.interface
RDF4JTriple
Marker interface for RDF4J implementations of Triple.interface
RDF4JTripleLike
Marker interface for RDF4J implementations ofTripleLike
statements.Methods in org.apache.commons.rdf.rdf4j with parameters of type TripleLike Modifier and Type Method Description org.eclipse.rdf4j.model.Statement
RDF4J. asStatement(TripleLike tripleLike)
-
Uses of TripleLike in org.apache.commons.rdf.rdf4j.impl
Classes in org.apache.commons.rdf.rdf4j.impl with type parameters of type TripleLike Modifier and Type Class Description (package private) class
AbstractRepositoryGraphLike<T extends TripleLike>
Classes in org.apache.commons.rdf.rdf4j.impl that implement TripleLike Modifier and Type Class Description (package private) class
QuadImpl
(package private) class
TripleImpl
-
Uses of TripleLike in org.apache.commons.rdf.simple
Classes in org.apache.commons.rdf.simple that implement TripleLike Modifier and Type Class Description (package private) class
QuadImpl
A simple implementation of Quad.(package private) class
TripleImpl
A simple implementation of Triple.
-