Click or drag to resize

StardogV1Connector Constructor (String, String)

Creates a new connection to a Stardog Store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public StardogV1Connector(
	string baseUri,
	string kbID
)

Parameters

baseUri
Type: SystemString
Base Uri of the Server.
kbID
Type: SystemString
Knowledge Base (i.e. Database) ID.
See Also