WebDemandTripleStore Constructor (Uri) | 
 
            Creates an Web Demand Triple Store.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic WebDemandTripleStore(
	Uri defaultGraphUri
)
Public Sub New ( 
	defaultGraphUri As Uri
)
Parameters
- defaultGraphUri
 - Type: SystemUri
A Uri for the Default Graph which should be loaded from the Web as the initial Graph. 
See Also