JsonLdContext.GetTerm Method |
Get an existing term definition.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic JsonLdTermDefinition GetTerm(
string term,
bool includeAliases = false
)
Public Function GetTerm (
term As String,
Optional includeAliases As Boolean = false
) As JsonLdTermDefinition
Parameters
- term
- Type: System.String
The key for the term to be retrieved. - includeAliases (Optional)
- Type: System.Boolean
Include searching for term against the IriMapping values of the term definitions.
Return Value
Type:
JsonLdTermDefinitionThe term definition found for the specified key or a default empty term definition if there is no term definition defined for that key.
See Also