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