Uses of Interface
org.apache.commons.rdf.api.GraphLike
-
Packages that use GraphLike 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 GraphLike in org.apache.commons.rdf.api
Subinterfaces of GraphLike in org.apache.commons.rdf.api Modifier and Type Interface Description interfaceDatasetAn 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.interfaceGraphAn 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.jsonldjava Modifier and Type Interface Description interfaceJsonLdDatasetinterfaceJsonLdGraphAGraphview of a JsonLdRDFDataset.interfaceJsonLdGraphLike<T extends TripleLike>Common abstractGraphLike.interfaceJsonLdUnionGraphA union graph representation of a JsonLdRDFDataset.Classes in org.apache.commons.rdf.jsonldjava that implement GraphLike Modifier and Type Class Description (package private) classAbstractJsonLdGraphLike<T extends TripleLike>(package private) classJsonLdDatasetImpl(package private) classJsonLdGraphImpl(package private) classJsonLdUnionGraphImpl -
Uses of GraphLike in org.apache.commons.rdf.rdf4j
Subinterfaces of GraphLike in org.apache.commons.rdf.rdf4j Modifier and Type Interface Description interfaceRDF4JDatasetMarker interface for RDF4J implementations of Dataset.interfaceRDF4JGraphMarker 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 GraphLike Modifier and Type Class Description (package private) classAbstractRepositoryGraphLike<T extends TripleLike>(package private) classModelGraphImpl(package private) classRepositoryDatasetImpl(package private) classRepositoryGraphImpl -
Uses of GraphLike in org.apache.commons.rdf.simple
Classes in org.apache.commons.rdf.simple that implement GraphLike Modifier and Type Class Description classDatasetGraphView(package private) classDatasetImplA simple, memory-based implementation of Dataset.(package private) classGraphImplA simple, memory-based implementation of Graph.
-