Click or drag to resize

Graph.GetTriplesWithPredicate Method (Uri)

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

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

Parameters

u
Type: System.Uri
The Uri to find Triples with it as the Predicate.

Return Value

Type: IEnumerable<Triple>
Zero/More Triples.

Implements

IGraph.GetTriplesWithPredicate(Uri)
See Also