dotNetRDF API Documentation

IGraph.GetTriplesWithObject(Uri) Method

Selects all Triples where the Object is a Uri Node with the given Uri

IEnumerable<Triple> GetTriplesWithObject(
   Uri u
);

Parameters

u
Uri

Return Value

See Also

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