Triple.Involves Method (Uri) |
Checks whether the Triple involves a given Uri.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic bool Involves(
Uri uri
)
Public Function Involves (
uri As Uri
) As Boolean
Parameters
- uri
- Type: System.Uri
The Uri to test upon.
Return Value
Type:
BooleanTrue if the Triple has a UriNode with the given Uri.
See Also