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