dotNetRDF API Documentation

ThreadSafeGraph.GetTriplesWithObject Method

Gets all the Triples with the given Uri as the Object

Overload List

Gets all the Triples with the given Uri as the Object

public override IEnumerable<Triple> GetTriplesWithObject(Uri)

Gets all the Triples with the given Node as the Object

public override IEnumerable<Triple> GetTriplesWithObject(INode)

See Also

ThreadSafeGraph Class | VDS.RDF Namespace