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
)
Public Overridable Function AddFromUri (
graphUri As Uri
) As Boolean
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