WebDemandTripleStore Constructor (String) |
Creates an Web Demand Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public WebDemandTripleStore(
string defaultGraphFile
)
Public Sub New (
defaultGraphFile As String
)
Parameters
- defaultGraphFile
- Type: SystemString
A Filename for the Default Graph which should be loaded from a local File as the initial Graph.
See Also