Exemple #1
0
 /// <summary>
 /// Adds a Graph to the store from a URI.
 /// </summary>
 /// <param name="graphUri">Graph URI.</param>
 /// <param name="mergeIfExists">Whether to merge with an existing graph with the same URI.</param>
 /// <returns></returns>
 public virtual bool AddFromUri(Uri graphUri, bool mergeIfExists)
 {
     return(_store.AddFromUri(graphUri, mergeIfExists));
 }