dotNetRDF API Documentation

ThreadSafeGraph.GetTriplesWithObject(Uri) Method

Gets all the Triples with the given Uri as the Object

public override IEnumerable<Triple> GetTriplesWithObject(
   Uri u
);

Parameters

u
The Uri to find Triples with it as the Object

Return Value

Zero/More Triples

Implements

IGraph.GetTriplesWithObject

See Also

ThreadSafeGraph Class | VDS.RDF Namespace | ThreadSafeGraph.GetTriplesWithObject Overload List