JsonLdContextHasTerm Method |
Check if this context contains a Term Definition for a specific term.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool HasTerm(
string term
)
Public Function HasTerm (
term As String
) As Boolean
Parameters
- term
- Type: SystemString
The term to check for.
Return Value
Type:
BooleanTrue if this context contains a definition for
term, false otherwise.
See Also