graphName property

RdfGraphName? graphName
final

The graph containing this statement

The IRI name of the graph containing this quad. If null, this quad belongs to the default graph. This follows RDF 1.1 Dataset semantics where graph names are IRIs and the default graph has no name.

Implementation

final RdfGraphName? graphName;