WrapperDatasetGetModifiableGraph Method |
Gets a modifiable graph from the dataset.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual IGraph GetModifiableGraph(
Uri graphUri
)
Public Overridable Function GetModifiableGraph (
graphUri As Uri
) As IGraph
Parameters
- graphUri
- Type: SystemUri
Graph URI.
Return Value
Type:
IGraph[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.WrapperDataset.GetModifiableGraph(System.Uri)"]
Implements
ISparqlDatasetGetModifiableGraph(Uri)See Also