dotNetRDF API Documentation

IGraph.GetTriplesWithObject(INode) Method

Selects all Triples where the Object is a given Node

IEnumerable<Triple> GetTriplesWithObject(
   INode n
);

Parameters

n
Node

Return Value

See Also

IGraph Interface | VDS.RDF Namespace | IGraph.GetTriplesWithObject Overload List