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; }
Public Property Base As Uri
Get
Set
Property Value
Type:
UriRemarks If set, this overrides the input document's IRI.
See Also