BaseGraphCollectionItem Property |
Gets a Graph from the Collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public abstract IGraph this[
Uri graphUri
] { get; }
Public MustOverride ReadOnly Default Property Item (
graphUri As Uri
) As IGraph
Get
Parameters
- graphUri
- Type: SystemUri
Graph Uri.
Return Value
Type:
IGraphRemarks
The null URI is used to reference the Default Graph.
See Also