LDParser.extractTerms() method
ExtractTerms returns the terms definitions from the JSON-LD context
Signature:
static extractTerms(context: string | JSON): Promise<Map<string, unknown>>;
Parameters
Parameter | Type | Description |
---|---|---|
context | string | JSON | JSONLD context |
Returns:
Promise<Map<string, unknown>>
Promise<Map<string, string>>