The default graph to use to convert NTriples to NQuads for the update

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public string DefaultGraphUri { get; set; }
Visual Basic
Public Property DefaultGraphUri As String
	Get
	Set
Visual C++
public:
property String^ DefaultGraphUri {
	String^ get ();
	void set (String^ value);
}
F#
member DefaultGraphUri : string with get, set

Property Value

Type: String

See Also