ITripleStoreAddFromUri Method (Uri, Boolean) |
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,
bool mergeIfExists
)
Function AddFromUri (
graphUri As Uri,
mergeIfExists As Boolean
) As Boolean
Parameters
- graphUri
- Type: SystemUri
Uri of the Graph to be added. - mergeIfExists
- Type: SystemBoolean
Controls whether the Graph should be merged with an existing Graph of the same Uri if it already exists in the Triple Store.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.ITripleStore.AddFromUri(System.Uri,System.Boolean)"]
See Also