TripleStoreGetTriples Method |
| Name | Description | |
|---|---|---|
| GetTriples(Uri) |
Selects all Triples which have a Uri Node with the given Uri from all the Query Triples.
| |
| GetTriples(INode) |
Selects all Triples which contain the given Node from all Graphs in the Triple Store.
| |
| GetTriples(ListUri, Uri) |
Selects all Triples which have a Uri Node with the given Uri from a Subset of Graphs in the Triple Store.
| |
| GetTriples(ListUri, INode) |
Selects all Triples which contain the given Node from a Subset of Graphs in the Triple Store.
|