skipInvalidRdfTerms property
Controls how invalid RDF terms produced during JSON-LD to RDF conversion are handled.
When false (default), conversion is fail-fast and throws on invalid
IRIs or invalid language tags.
When true, invalid IRIs/language tags are skipped so processing can
continue for the remaining statements.
Implementation
final bool skipInvalidRdfTerms;