dotNetRDF API Documentation

ThreadSafeGraph.GetTriplesWithObject(INode) Method

Gets all the Triples with the given Node as the Object

public override IEnumerable<Triple> GetTriplesWithObject(
   INode n
);

Parameters

n
The Node to find Triples with it as the Object

Return Value

Implements

IGraph.GetTriplesWithObject

See Also

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