Click or drag to resize

JsonLdContext.GetAliases 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: System.String

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

Return Value

Type: IEnumerable<String>
An enumeration of the key of each term definition whose IriMapping matches the specified keyword.
See Also