Click or drag to resize

JsonLdProcessorBaseIri Property

Get or set the base IRI for processing.

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

Property Value

Type: Uri
Remarks
This value should be set to the IRI of the document being processed if available.
See Also