Uses of Interface
org.apache.commons.rdf.api.QuadLike
Packages that use QuadLike
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 QuadLike in org.apache.commons.rdf.api
Subinterfaces of QuadLike in org.apache.commons.rdf.apiModifier and TypeInterfaceDescriptioninterface
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.jsonldjavaClasses in org.apache.commons.rdf.jsonldjava that implement QuadLikeModifier and TypeClassDescription(package private) final class
(package private) class
JsonLdQuadLikeImpl<S extends RDFTerm,
P extends RDFTerm, O extends RDFTerm, G extends RDFTerm> (package private) final class
-
Uses of QuadLike in org.apache.commons.rdf.rdf4j
Subinterfaces of QuadLike in org.apache.commons.rdf.rdf4jModifier and TypeInterfaceDescriptioninterface
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 -
Uses of QuadLike in org.apache.commons.rdf.simple
Classes in org.apache.commons.rdf.simple that implement QuadLikeModifier and TypeClassDescription(package private) final class
A simple implementation of Quad.