Entity
A named or unnamed entity mentioned in the article, either directly or indirectly.
Fields
Property | Required | Type | Description |
---|---|---|---|
id | True | string | ID of the entity used to refer to it from other objects |
gkbId | False | string | Unique identifier of this entity in Geneea knowledge-base |
stdForm | True | string | Standard form of the entity, abstracting from alternative names |
type | True | string | Entity type (e.g., organization, location, person, product, event, general). |
mentions | False | List[Mention] | Occurrences of the entity in the text, when appropriate |
feats | False | Map[string, string] | Custom features, including:
|
gkbProperties | False | List[GkbProperty] | Geneea knowledge-base properties |