ITripleStoreItem Property |
Gets a Graph from the Triple Store;.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax IGraph this[
Uri graphUri
] { get; }
ReadOnly Default Property Item (
graphUri As Uri
) As IGraph
Get
Parameters
- graphUri
- Type: SystemUri
Graph URI.
Return Value
Type:
IGraphSee Also