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 GraphRDFTermFactory.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 TypeInterfaceDescriptioninterfaceAGraphview of a JsonLdRDFDataset.interfaceA union graph representation of a JsonLdRDFDataset. -
Uses of Graph in org.apache.commons.rdf.rdf4j
Subinterfaces of Graph in org.apache.commons.rdf.rdf4jModifier and TypeInterfaceDescriptioninterfaceMarker interface for RDF4J implementations of Graph. -
Uses of Graph in org.apache.commons.rdf.simple
Classes in org.apache.commons.rdf.simple that implement GraphMethods in org.apache.commons.rdf.simple that return GraphModifier and TypeMethodDescriptionSimpleRDF.createGraph()SimpleRDFTermFactory.createGraph()Deprecated. -
Uses of Graph in org.apache.commons.rdf.simple.experimental
Methods 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