Click or drag to resize

JsonLdProcessorOptionsBase Property

The base IRI to use when expanding or compacting the document.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Uri Base { get; set; }

Property Value

Type: Uri
Remarks
If set, this overrides the input document's IRI.
See Also