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 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. -
Uses of QuadLike in org.apache.commons.rdf.jsonldjava
Subinterfaces of QuadLike in org.apache.commons.rdf.jsonldjava Modifier and Type Interface Description interfaceJsonLdQuadinterfaceJsonLdQuadLike<G extends RDFTerm>Classes in org.apache.commons.rdf.jsonldjava that implement QuadLike 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 QuadLike in org.apache.commons.rdf.rdf4j
Subinterfaces of QuadLike in org.apache.commons.rdf.rdf4j Modifier and Type Interface Description interfaceRDF4JQuadMarker 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) classQuadImpl -
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) classQuadImplA simple implementation of Quad.
-