IInMemoryQueryableStore.GetTriplesWithObject Method |
Name | Description | |
---|---|---|
![]() | GetTriplesWithObject(Uri) |
Selects all Triples where the Object is a Uri Node with the given Uri from all the Query Triples.
|
![]() | GetTriplesWithObject(INode) |
Selects all Triples where the Object is a given Node from all the Query Triples.
|
![]() | GetTriplesWithObject(List<Uri>, Uri) |
Selects all Triples where the Object is a Uri Node with the given Uri from a Subset of Graphs in the Triple Store.
|
![]() | GetTriplesWithObject(List<Uri>, INode) |
Selects all Triples where the Object is a given Node from a Subset of Graphs in the Triple Store.
|