includeDefaultsInSerialization property
Whether to include properties with default values during serialization.
When true, properties with values equal to their default will still be
included in the RDF output.
When false (default), properties with values equal to their default will be
omitted from serialization, resulting in a more compact RDF representation.
Implementation
final bool includeDefaultsInSerialization;