WrapperDataset.Item Property |
Gets a Graph from the dataset.
Namespace:
VDS.RDF.Query.Datasets
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: System.Uri
Graph URI.
Return Value
Type:
IGraphImplements
ISparqlDataset.Item[Uri]
See Also