graph property
final
The RDF graph containing the actual triple data
This is the collection of RDF triples that make up the content of this named graph. The graph may be empty but is never null.
The graph is immutable once set during construction, following the immutability principle of the RDF library.
Implementation
final RdfGraph graph;