JsonLdProcessorOptionsBase Property  | 
 
            The base IRI to use when expanding or compacting the document.
            
 
    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
RemarksIf set, this overrides the input document's IRI.
See Also