Uses of Interface
org.apache.commons.rdf.api.Graph
Packages that use Graph
Package
Description
Commons RDF, a common library of RDF 1.1 concepts.
Experimental Commons RDF features.
Integration with jsonld-java
Commons RDF integration with RDF4J.
A simple in-memory implementation of the Commons RDF API.
Experimental Commons RDF Simple implementations.
-
Uses of Graph in org.apache.commons.rdf.api
Methods in org.apache.commons.rdf.api that return GraphModifier and TypeMethodDescriptionRDF.createGraph()
Create a new graph.default Graph
RDFTermFactory.createGraph()
Deprecated.Dataset.getGraph()
Get the default graph of this dataset.Methods in org.apache.commons.rdf.api that return types with arguments of type GraphModifier and TypeMethodDescriptionDataset.getGraph
(BlankNodeOrIRI graphName) Get a named graph in this dataset. -
Uses of Graph in org.apache.commons.rdf.experimental
Methods in org.apache.commons.rdf.experimental with parameters of type Graph -
Uses of Graph in org.apache.commons.rdf.jsonldjava
Subinterfaces of Graph in org.apache.commons.rdf.jsonldjavaModifier and TypeInterfaceDescriptioninterface
AGraph
view of a JsonLdRDFDataset
.interface
A union graph representation of a JsonLdRDFDataset
.Classes in org.apache.commons.rdf.jsonldjava that implement GraphModifier and TypeClassDescription(package private) class
(package private) class
Methods in org.apache.commons.rdf.jsonldjava that return GraphMethods in org.apache.commons.rdf.jsonldjava that return types with arguments of type Graph -
Uses of Graph in org.apache.commons.rdf.rdf4j
Subinterfaces of Graph in org.apache.commons.rdf.rdf4jModifier and TypeInterfaceDescriptioninterface
Marker interface for RDF4J implementations of Graph. -
Uses of Graph in org.apache.commons.rdf.rdf4j.impl
Classes in org.apache.commons.rdf.rdf4j.impl that implement GraphModifier and TypeClassDescription(package private) final class
(package private) class
Methods in org.apache.commons.rdf.rdf4j.impl that return GraphMethods in org.apache.commons.rdf.rdf4j.impl that return types with arguments of type Graph -
Uses of Graph in org.apache.commons.rdf.simple
Classes in org.apache.commons.rdf.simple that implement GraphModifier and TypeClassDescriptionclass
(package private) final class
A simple, memory-based implementation of Graph.Methods in org.apache.commons.rdf.simple that return GraphModifier and TypeMethodDescriptionSimpleRDF.createGraph()
SimpleRDFTermFactory.createGraph()
Deprecated.DatasetImpl.getGraph()
Methods in org.apache.commons.rdf.simple that return types with arguments of type Graph -
Uses of Graph in org.apache.commons.rdf.simple.experimental
Fields in org.apache.commons.rdf.simple.experimental with type parameters of type GraphMethods in org.apache.commons.rdf.simple.experimental that return types with arguments of type GraphModifier and TypeMethodDescriptionAbstractRDFParser.getTargetGraph()
Get the target graph as set byAbstractRDFParser.target(Graph)
.Methods in org.apache.commons.rdf.simple.experimental with parameters of type Graph