Click or drag to resize

IInMemoryQueryableStore.GetTriplesWithSubject Method

Overload List
  NameDescription
Public methodGetTriplesWithSubject(Uri)
Selects all Triples where the Subject is a Uri Node with the given Uri from all the Query Triples.
Public methodGetTriplesWithSubject(INode)
Selects all Triples where the Subject is a given Node from all the Query Triples.
Public methodGetTriplesWithSubject(List<Uri>, Uri)
Selects all Triples where the Subject is a Uri Node with the given Uri from a Subset of Graphs in the Triple Store.
Public methodGetTriplesWithSubject(List<Uri>, INode)
Selects all Triples where the Subject is a given Node from a Subset of Graphs in the Triple Store.
Top
See Also