Click or drag to resize

BaseGraph.BaseUri 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; }

Property Value

Type: Uri

Implements

IGraph.BaseUri
Remarks
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