ITripleStore Interface |
Namespace: VDS.RDF
The ITripleStore type exposes the following members.
Name | Description | |
---|---|---|
Graphs |
Gets the Graph Collection of Graphs in this Triple Store.
| |
IsEmpty |
Gets whether a TripleStore is Empty.
| |
Item |
Gets a Graph from the Triple Store;.
| |
Triples |
Gets all the Triples in the Triple Store which are currently loaded in memory (see remarks).
|
Name | Description | |
---|---|---|
Add(IGraph) |
Adds a Graph into the Triple Store.
| |
Add(IGraph, Boolean) |
Adds a Graph into the Triple Store.
| |
AddFromUri(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.
| |
AddFromUri(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.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
HasGraph |
Checks whether the Graph with the given Uri is in this Triple Store.
| |
Remove |
Removes a Graph from the Triple Store.
|
Name | Description | |
---|---|---|
GraphAdded |
Event which is raised when a Graph is added
| |
GraphChanged |
Event which is raised when a Graphs contents changes
| |
GraphCleared |
Event which is raised when a Graph is cleared
| |
GraphMerged |
Event which is raised when a Graph has a merge operation performed on it
| |
GraphRemoved |
Event which is raised when a Graph is removed
|
Name | Description | |
---|---|---|
LoadFromEmbeddedResource(String) | Overloaded.
Loads an RDF dataset from an Embedded Resource into a Triple Store.
(Defined by TripleStoreExtensions.) | |
LoadFromEmbeddedResource(String, IStoreReader) | Overloaded.
Loads an RDF dataset from an Embedded Resource into a Triple Store.
(Defined by TripleStoreExtensions.) | |
LoadFromFile(String) | Overloaded.
Loads an RDF dataset from a file into a Triple Store.
(Defined by TripleStoreExtensions.) | |
LoadFromFile(String, IStoreReader) | Overloaded.
Loads an RDF dataset from a file into a Triple Store.
(Defined by TripleStoreExtensions.) | |
LoadFromString(String) | Overloaded.
Loads an RDF dataset from a String into a Triple Store.
(Defined by TripleStoreExtensions.) | |
LoadFromString(String, IStoreReader) | Overloaded.
Loads an RDF dataset from a String into a Triple Store.
(Defined by TripleStoreExtensions.) | |
LoadFromUri(Uri) | Overloaded.
Loads an RDF dataset from a URI into a Triple Store.
(Defined by TripleStoreExtensions.) | |
LoadFromUri(Uri, IStoreReader) | Overloaded.
Loads an RDF dataset from a URI into a Triple Store.
(Defined by TripleStoreExtensions.) | |
SaveToFile(String) | Overloaded.
Saves a Triple Store to a file.
(Defined by TripleStoreExtensions.) | |
SaveToFile(String, IStoreWriter) | Overloaded.
Saves a Triple Store to a file.
(Defined by TripleStoreExtensions.) |