JsonLdContextRemoveTerm Method |
Remote an existing term definition.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public JsonLdTermDefinition RemoveTerm(
string term
)
Public Function RemoveTerm (
term As String
) As JsonLdTermDefinition
Parameters
- term
- Type: SystemString
The key for the term to be removed.
Return Value
Type:
JsonLdTermDefinitionThe removed term definition, or null if the term was not defined in this context.
See Also