Click or drag to resize

WrapperGraphGetTriplesWithPredicate Method (Uri)

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

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

Parameters

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

Return Value

Type: IEnumerableTriple
Zero/More Triples.

Implements

IGraphGetTriplesWithPredicate(Uri)
See Also