IInMemoryQueryableStoreGetTriplesWithSubject Method | 
| Name | Description | |
|---|---|---|
| GetTriplesWithSubject(Uri) | 
            Selects all Triples where the Subject is a Uri Node with the given Uri from all the Query Triples.
              | |
| GetTriplesWithSubject(INode) | 
            Selects all Triples where the Subject is a given Node from all the Query Triples.
              | |
| GetTriplesWithSubject(ListUri, Uri) | 
            Selects all Triples where the Subject is a Uri Node with the given Uri from a Subset of Graphs in the Triple Store.
              | |
| GetTriplesWithSubject(ListUri, INode) | 
            Selects all Triples where the Subject is a given Node from a Subset of Graphs in the Triple Store.
              |