Click or drag to resize

JsonLdContextHasProtectedTerms Method

Determine if this context contains any protected term definitions.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool HasProtectedTerms()

Return Value

Type: Boolean
True if any term definition in this context is protected, false otherwise.
See Also