BaseGraphBaseUri Property |
Gets the current Base Uri for the Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual Uri BaseUri { get; set; }
Public Overridable Property BaseUri As Uri
Get
Set
Property Value
Type:
UriImplements
IGraphBaseUriRemarks
This value may be changed during Graph population depending on whether the Concrete syntax allows the Base Uri to be changed and how the Parser handles this.
See Also