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()
Public Function HasProtectedTerms As Boolean
Return Value
Type:
BooleanTrue if any term definition in this context is protected, false otherwise.
See Also