Click or drag to resize

JsonLdContextBase Property

Get or set the base IRI specified by this context.

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

Property Value

Type: Uri
Remarks
The value may be a relative or an absolute IRI or null.
See Also