Uses of Interface
org.apache.commons.rdf.api.TripleLike
Packages that use TripleLike
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 TripleLike in org.apache.commons.rdf.api
Classes in org.apache.commons.rdf.api with type parameters of type TripleLikeModifier and TypeInterfaceDescriptioninterfaceGraphLike<T extends TripleLike>A "graph-like" interface that containsTripleLikestatements.Subinterfaces of TripleLike in org.apache.commons.rdf.apiModifier and TypeInterfaceDescriptioninterfaceA 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.interfaceA generalised "quad-like" interface, extended byQuad.interfaceAn 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 TripleLikeModifier and TypeClassDescription(package private) classAbstractJsonLdGraphLike<T extends TripleLike>interfaceJsonLdGraphLike<T extends TripleLike>Common abstractGraphLike.Subinterfaces of TripleLike in org.apache.commons.rdf.jsonldjavaModifier and TypeInterfaceDescriptioninterfaceinterfaceJsonLdQuadLike<G extends RDFTerm>interfaceinterfaceClasses in org.apache.commons.rdf.jsonldjava that implement TripleLikeModifier and TypeClassDescription(package private) final class(package private) classJsonLdQuadLikeImpl<S extends RDFTerm, P extends RDFTerm, O extends RDFTerm, G extends RDFTerm>(package private) final class -
Uses of TripleLike in org.apache.commons.rdf.rdf4j
Classes in org.apache.commons.rdf.rdf4j with type parameters of type TripleLikeModifier and TypeInterfaceDescriptioninterfaceRDF4JGraphLike<T extends TripleLike>Marker interface for RDF4J implementations of GraphLike.Subinterfaces of TripleLike in org.apache.commons.rdf.rdf4jModifier and TypeInterfaceDescriptioninterfaceMarker interface for RDF4J implementations of Quad.interfaceMarker interface for RDF4J implementations of Triple.interfaceMarker interface for RDF4J implementations ofTripleLikestatements.Methods in org.apache.commons.rdf.rdf4j with parameters of type TripleLikeModifier and TypeMethodDescriptionorg.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 TripleLikeModifier and TypeClassDescription(package private) classAbstractRepositoryGraphLike<T extends TripleLike>Classes in org.apache.commons.rdf.rdf4j.impl that implement TripleLikeModifier and TypeClassDescription(package private) final class(package private) final class -
Uses of TripleLike in org.apache.commons.rdf.simple
Classes in org.apache.commons.rdf.simple that implement TripleLikeModifier and TypeClassDescription(package private) final classA simple implementation of Quad.(package private) final classA simple implementation of Triple.