Click or drag to resize

TripleInvolves Method (Uri)

Checks whether the Triple involves a given Uri.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool Involves(
	Uri uri
)

Parameters

uri
Type: SystemUri
The Uri to test upon.

Return Value

Type: Boolean
True if the Triple has a UriNode with the given Uri.
See Also