DatasetGraphCollectionItem Property  | 
 
            Gets the Graph with the given URI.
            
 
    Namespace: 
   VDS.RDF.Query.Datasets
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic override IGraph this[
	Uri graphUri
] { get; }Public Overrides ReadOnly Default Property Item ( 
	graphUri As Uri
) As IGraph
	Get
Parameters
- graphUri
 - Type: SystemUri
Graph URI. 
Return Value
Type: 
IGraph
See Also