Uses of Interface
org.apache.commons.rdf.api.GraphLike
Packages that use GraphLike
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 GraphLike in org.apache.commons.rdf.api
Subinterfaces of GraphLike in org.apache.commons.rdf.apiModifier and TypeInterfaceDescriptioninterface
An RDF 1.1 Dataset, a set of RDF quads, as defined by RDF-1.1 Concepts and Abstract Syntax, a W3C Recommendation published on 25 February 2014.interface
An RDF 1.1 Graph, a set of RDF triples, as defined by RDF-1.1 Concepts and Abstract Syntax, a W3C Recommendation published on 25 February 2014. -
Uses of GraphLike in org.apache.commons.rdf.jsonldjava
Subinterfaces of GraphLike in org.apache.commons.rdf.jsonldjavaModifier and TypeInterfaceDescriptioninterface
interface
AGraph
view of a JsonLdRDFDataset
.interface
JsonLdGraphLike<T extends TripleLike>
Common abstractGraphLike
.interface
A union graph representation of a JsonLdRDFDataset
.Classes in org.apache.commons.rdf.jsonldjava that implement GraphLikeModifier and TypeClassDescription(package private) class
AbstractJsonLdGraphLike<T extends TripleLike>
(package private) class
(package private) class
(package private) class
-
Uses of GraphLike in org.apache.commons.rdf.rdf4j
Subinterfaces of GraphLike in org.apache.commons.rdf.rdf4jModifier and TypeInterfaceDescriptioninterface
Marker interface for RDF4J implementations of Dataset.interface
Marker interface for RDF4J implementations of Graph.interface
RDF4JGraphLike<T extends TripleLike>
Marker interface for RDF4J implementations of GraphLike. -
Uses of GraphLike in org.apache.commons.rdf.rdf4j.impl
Classes in org.apache.commons.rdf.rdf4j.impl that implement GraphLikeModifier and TypeClassDescription(package private) class
AbstractRepositoryGraphLike<T extends TripleLike>
(package private) final class
(package private) class
(package private) class
-
Uses of GraphLike in org.apache.commons.rdf.simple
Classes in org.apache.commons.rdf.simple that implement GraphLikeModifier and TypeClassDescriptionclass
(package private) final class
A simple, memory-based implementation of Dataset.(package private) final class
A simple, memory-based implementation of Graph.