defaultGraph property
final
The default graph of this dataset
The default graph is the unnamed graph in the dataset and is always present. It may be empty but never null. According to RDF 1.1 specification, every dataset has exactly one default graph.
Implementation
final RdfGraph defaultGraph;