Click or drag to resize

JsonLdContextTryGetTerm Method

Attempt to get an existing term definition.

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

Parameters

term
Type: SystemString
The key for the term to be retrieved.
termDefinition
Type: VDS.RDF.JsonLdJsonLdTermDefinition
Receives the term definition found.
includeAliases (Optional)
Type: SystemBoolean
Include searching for term against the IriMapping values of the term definitions.

Return Value

Type: Boolean
True if an entry was found for term, false otherwise.
See Also