JsonLdContext Methods |
The JsonLdContext type exposes the following members.
Name | Description | |
---|---|---|
AddTerm |
Add a term definition to this context.
| |
Clone |
Create a deep clone of this context.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAliases |
Retrieve all mapped aliases for the given keyword.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetTerm |
Get an existing term definition.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasProtectedTerms |
Determine if this context contains any protected term definitions.
| |
HasTerm |
Check if this context contains a Term Definition for a specific term.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveBase |
Remove the base IRI from this context.
| |
RemoveTerm |
Remote an existing term definition.
| |
SelectTerm |
Implementation of the Term Selection algorithm using this instance as the active context.
| |
SetTerm |
Add or update an existing term definition.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetTerm |
Attempt to get an existing term definition.
|