Click or drag to resize

JsonLdContextGetTerm Method

Get an existing term definition.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public JsonLdTermDefinition GetTerm(
	string term,
	bool includeAliases = false
)

Parameters

term
Type: SystemString
The key for the term to be retrieved.
includeAliases (Optional)
Type: SystemBoolean
Include searching for term against the IriMapping values of the term definitions.

Return Value

Type: JsonLdTermDefinition
The 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