Click or drag to resize

GraphGetTriplesWithObject Method (Uri)

Gets all the Triples with the given Uri as the Object.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override IEnumerable<Triple> GetTriplesWithObject(
	Uri u
)

Parameters

u
Type: SystemUri
The Uri to find Triples with it as the Object.

Return Value

Type: IEnumerableTriple
Zero/More Triples.

Implements

IGraphGetTriplesWithObject(Uri)
See Also