TripleHasPredicate Method |
Indicates whether the Triple has the given Node as the Predicate.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool HasPredicate(
INode n
)
Public Function HasPredicate (
n As INode
) As Boolean
Parameters
- n
- Type: VDS.RDFINode
Node to test upon.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Triple.HasPredicate(VDS.RDF.INode)"]
See Also