BaseQuadDataset Constructor (Uri) |
Creates a new Quad Dataset.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public BaseQuadDataset(
Uri defaultGraphUri
)
Public Sub New (
defaultGraphUri As Uri
)
Parameters
- defaultGraphUri
- Type: SystemUri
URI of the Default Graph.
See Also