Uses of Interface
org.apache.commons.rdf.api.QuadLike
-
Packages that use QuadLike 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 QuadLike in org.apache.commons.rdf.api
Subinterfaces of QuadLike 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. -
Uses of QuadLike in org.apache.commons.rdf.jsonldjava
Subinterfaces of QuadLike in org.apache.commons.rdf.jsonldjava Modifier and Type Interface Description interface
JsonLdQuad
interface
JsonLdQuadLike<G extends RDFTerm>
Classes in org.apache.commons.rdf.jsonldjava that implement QuadLike 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 QuadLike in org.apache.commons.rdf.rdf4j
Subinterfaces of QuadLike in org.apache.commons.rdf.rdf4j Modifier and Type Interface Description interface
RDF4JQuad
Marker interface for RDF4J implementations of Quad. -
Uses of QuadLike in org.apache.commons.rdf.rdf4j.impl
Classes in org.apache.commons.rdf.rdf4j.impl that implement QuadLike Modifier and Type Class Description (package private) class
QuadImpl
-
Uses of QuadLike in org.apache.commons.rdf.simple
Classes in org.apache.commons.rdf.simple that implement QuadLike Modifier and Type Class Description (package private) class
QuadImpl
A simple implementation of Quad.
-