name property

RdfGraphName name
final

The IRI name that uniquely identifies this graph within a dataset

This IRI serves as the unique identifier for the graph within an RDF dataset. According to RDF 1.1 specification, graph names must be IRIs or Blank Nodes, ensuring global uniqueness and enabling distributed RDF data management.

The name is immutable once set during construction.

Implementation

final RdfGraphName name;