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; }
Public Property BaseIri As Uri
Get
Set
Property Value
Type:
UriRemarks This value should be set to the IRI of the document being processed if available.
See Also