JsonLdContext.Base Property |
Get or set the base IRI specified by this context.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic Uri Base { get; set; }
Public Property Base As Uri
Get
Set
Property Value
Type:
Uri
RemarksThe value may be a relative or an absolute IRI or null.
See Also