JsonLdContext Class |
Namespace: VDS.RDF.JsonLd
The JsonLdContext type exposes the following members.
Name | Description | |
---|---|---|
JsonLdContext |
Create a new empty context.
| |
JsonLdContext(Uri) |
Create a new empty context with the Base and OriginalBase properties
both set to the specified base URI.
|
Name | Description | |
---|---|---|
Base |
Get or set the base IRI specified by this context.
| |
BaseDirection |
Get or set the direction used when a string does not have a direction associated with it directly.
| |
InverseContext |
Get the inverse context for this context.
| |
Language |
Get the default language code specified by this context.
| |
OriginalBase |
Get the base IRI that this context was originally created with.
| |
PreviousContext |
Get or set the previous context to be used when a non-propagated context is defined.
| |
Terms |
An enumeration of the terms defined by this context.
| |
Version |
Get or set the version of the JSON-LD syntax specified by this context.
| |
Vocab |
Get the default vocabulary IRI.
|
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.
|