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