GraphFactoryGetGraph Method |
Gets a Graph Reference for the given Graph URI.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IGraph GetGraph(
Uri graphUri
)
Public Function GetGraph (
graphUri As Uri
) As IGraph
Parameters
- graphUri
- Type: SystemUri
Graph URI.
Return Value
Type:
IGraph[Missing <returns> documentation for "M:VDS.RDF.GraphFactory.GetGraph(System.Uri)"]
Remarks
Synonym for the index access method i.e. factory[graphUri].
See Also