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; }
Public Property Base As Uri
Get
Set
Property Value
Type:
UriRemarks The value may be a relative or an absolute IRI or null.
See Also