Gets the Uri of the Graph this Triple was created for.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public Uri GraphUri { get; }
Public ReadOnly Property GraphUri As Uri
Get
Property Value
Type:
UriRemarks This is not necessarily the actual Graph Uri of the Graph this Triple is asserted in since this property is set from the Subject of the Triple when it is created and it is possible to create a Triple without asserting it into an actual Graph or to then assert it into a different Graph.
See Also