Click or drag to resize

WebDemandTripleStore Constructor (String)

Creates an Web Demand Triple Store.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public WebDemandTripleStore(
	string defaultGraphFile
)

Parameters

defaultGraphFile
Type: SystemString
A Filename for the Default Graph which should be loaded from a local File as the initial Graph.
See Also