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 interfaceGraphLike<T extends TripleLike>A "graph-like" interface that containsTripleLikestatements.Subinterfaces of TripleLike in org.apache.commons.rdf.api Modifier and Type Interface Description interfaceQuadA 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.interfaceQuadLike<G extends RDFTerm>A generalised "quad-like" interface, extended byQuad.interfaceTripleAn 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) classAbstractJsonLdGraphLike<T extends TripleLike>interfaceJsonLdGraphLike<T extends TripleLike>Common abstractGraphLike.Subinterfaces of TripleLike in org.apache.commons.rdf.jsonldjava Modifier and Type Interface Description interfaceJsonLdQuadinterfaceJsonLdQuadLike<G extends RDFTerm>interfaceJsonLdTripleinterfaceJsonLdTripleLikeClasses in org.apache.commons.rdf.jsonldjava that implement TripleLike Modifier and Type Class Description (package private) classJsonLdQuadImpl(package private) classJsonLdQuadLikeImpl<S extends RDFTerm,P extends RDFTerm,O extends RDFTerm,G extends RDFTerm>(package private) classJsonLdTripleImpl -
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 interfaceRDF4JGraphLike<T extends TripleLike>Marker interface for RDF4J implementations of GraphLike.Subinterfaces of TripleLike in org.apache.commons.rdf.rdf4j Modifier and Type Interface Description interfaceRDF4JQuadMarker interface for RDF4J implementations of Quad.interfaceRDF4JTripleMarker interface for RDF4J implementations of Triple.interfaceRDF4JTripleLikeMarker interface for RDF4J implementations ofTripleLikestatements.Methods in org.apache.commons.rdf.rdf4j with parameters of type TripleLike Modifier and Type Method Description org.eclipse.rdf4j.model.StatementRDF4J. 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) classAbstractRepositoryGraphLike<T extends TripleLike>Classes in org.apache.commons.rdf.rdf4j.impl that implement TripleLike Modifier and Type Class Description (package private) classQuadImpl(package private) classTripleImpl -
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) classQuadImplA simple implementation of Quad.(package private) classTripleImplA simple implementation of Triple.
-