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
)
Public Function Involves (
uri As Uri
) As Boolean
Parameters
- uri
- Type: SystemUri
The Uri to test upon.
Return Value
Type:
BooleanTrue if the Triple has a UriNode with the given Uri.
See Also