Click or drag to resize

BaseTripleStoreAddFromUri Method (Uri)

Adds a Graph into the Triple Store which is retrieved from the given Uri.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual bool AddFromUri(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
Uri of the Graph to load.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.BaseTripleStore.AddFromUri(System.Uri)"]

Implements

ITripleStoreAddFromUri(Uri)
See Also