Click or drag to resize

WebDemandTripleStore Constructor (Uri)

Creates an Web Demand Triple Store.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public WebDemandTripleStore(
	Uri defaultGraphUri
)

Parameters

defaultGraphUri
Type: SystemUri
A Uri for the Default Graph which should be loaded from the Web as the initial Graph.
See Also