Click or drag to resize

ITripleStoreAddFromUri Method (Uri)

Adds a Graph into the Triple Store by dereferencing the Graph Uri to get the RDF and then load the resulting Graph into the Triple Store.

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

Parameters

graphUri
Type: SystemUri
Uri of the Graph to be added.

Return Value

Type: Boolean

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

See Also