baseUri property

String? baseUri
final

Overrides the document URL as the effective base for resolving relative IRIs.

Corresponds to the base option in the W3C JSON-LD API. When set, this takes precedence over the documentUrl passed to JsonLdDecoder.convert.

Implementation

final String? baseUri;