Click or drag to resize

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
)

Parameters

term
Type: SystemString
The term to check for.

Return Value

Type: Boolean
True if this context contains a definition for term, false otherwise.
See Also