dotNetRDF API Documentation

IInMemoryQueryableStore.GetTriplesWithSubject Method

Selects all Triples where the Subject is a Uri Node with the given Uri from a Subset of Graphs in the Triple Store

Overload List

Selects all Triples where the Subject is a Uri Node with the given Uri from a Subset of Graphs in the Triple Store

IEnumerable<Triple> GetTriplesWithSubject(List<Uri>,Uri)

Selects all Triples where the Subject is a given Node from a Subset of Graphs in the Triple Store

IEnumerable<Triple> GetTriplesWithSubject(List<Uri>,INode)

Selects all Triples where the Subject is a Uri Node with the given Uri from all the Query Triples

IEnumerable<Triple> GetTriplesWithSubject(Uri)

Selects all Triples where the Subject is a given Node from all the Query Triples

IEnumerable<Triple> GetTriplesWithSubject(INode)

See Also

IInMemoryQueryableStore Interface | VDS.RDF Namespace