public interface NamedGraph extends Graph
Sometimes there is an associated name with a graph, where it lives on the web, or the name in a dataset.
This interface is for graph that have one associated name. What "associated" means is left open.
GraphView,
NamedGraphWrapperemptyGraph| Modifier and Type | Method and Description |
|---|---|
Node |
getGraphName()
Return the graph name for this graph.
|
add, clear, close, contains, contains, delete, dependsOn, find, find, find, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, remove, sizeNode getGraphName()
A named graph of "null" is discouraged - use Quad.defaultGraphIRI
for a default graph in the context of use.
Licenced under the Apache License, Version 2.0