Click or drag to resize

JsonLdContextGetAliases Method

Retrieve all mapped aliases for the given keyword.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<string> GetAliases(
	string keyword
)

Parameters

keyword
Type: SystemString

[Missing <param name="keyword"/> documentation for "M:VDS.RDF.JsonLd.JsonLdContext.GetAliases(System.String)"]

Return Value

Type: IEnumerableString
An enumeration of the key of each term definition whose IriMapping matches the specified keyword.
See Also