globalUnmapped property

bool globalUnmapped
final

Whether to collect unmapped triples from the entire graph instead of just this subject.

When true, requires a deep deserializer that supports blank node traversal. Should only be used on a single top-level class (e.g., document containers).

Defaults to false for subject-scoped collection.

Implementation

final bool globalUnmapped;