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