Uses of Interface
org.apache.jena.sparql.core.NamedGraph
-
Packages that use NamedGraph Package Description org.apache.jena.sparql.core org.apache.jena.sparql.core.mem In-memory, transactional dataset -
-
Uses of NamedGraph in org.apache.jena.sparql.core
Classes in org.apache.jena.sparql.core that implement NamedGraph Modifier and Type Class Description classGraphViewImplement a Graph as a view of the DatasetGraph.classNamedGraphWrapperAdd a name to a graph. -
Uses of NamedGraph in org.apache.jena.sparql.core.mem
Classes in org.apache.jena.sparql.core.mem that implement NamedGraph Modifier and Type Class Description classGraphInMemoryAGraphViewspecialization that relies on theDatasetGraphInMemoryfrom which this graph is drawn to manage prefixes.
-