JsonLdContextGetAliases Method  | 
 
            Retrieve all mapped aliases for the given keyword.
            
 
    Namespace: 
   VDS.RDF.JsonLd
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IEnumerable<string> GetAliases(
	string keyword
)
Public Function GetAliases ( 
	keyword As String
) As IEnumerable(Of String)
Parameters
- keyword
 - Type: SystemString
[Missing <param name="keyword"/> documentation for "M:VDS.RDF.JsonLd.JsonLdContext.GetAliases(System.String)"]
 
Return Value
Type: 
IEnumerableStringAn enumeration of the key of each term definition whose IriMapping matches the specified keyword.
See Also