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 TypeInterfaceDescriptioninterfaceAn 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.interfaceAn 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 TypeInterfaceDescriptioninterfaceinterfaceAGraphview of a JsonLdRDFDataset.interfaceJsonLdGraphLike<T extends TripleLike>Common abstractGraphLike.interfaceA union graph representation of a JsonLdRDFDataset.Classes in org.apache.commons.rdf.jsonldjava that implement GraphLikeModifier and TypeClassDescription(package private) classAbstractJsonLdGraphLike<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 TypeInterfaceDescriptioninterfaceMarker interface for RDF4J implementations of Dataset.interfaceMarker interface for RDF4J implementations of Graph.interfaceRDF4JGraphLike<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) classAbstractRepositoryGraphLike<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 classA simple, memory-based implementation of Dataset.(package private) final classA simple, memory-based implementation of Graph.