Skip to main content

Entity

A named or unnamed entity mentioned in the article, either directly or indirectly.

Fields

PropertyRequiredTypeDescription
idTruestring

Internal ID of the entity, used for cross-referencing from other objects.

gkbIdFalsestring

Unique identifier of the entity in the Geneea Knowledge Base.

stdFormTruestring

Standardized form of the entity name, abstracting from alternative spellings or variants.

typeTruestring

Entity type (e.g., organization, location, person, product, event, general).

mentionsFalse

List[Mention]

Occurrences of the entity in the text, when available.
featsFalseMap[string, string]

Custom features, such as:

  • derivedBy: Relation used to derive (some of) the mentions of the entity (e.g., a region for a city).

  • derivedOnly: True if the entity is not mentioned directly in the text.

  • relevance: Number between 0 and 100 indicating the relevance of the entity to the article. As all custom features, the number is encoded as a string.

  • ranking: Obsolete synonym for relevance.

gkbPropertiesFalse

List[GkbProperty]

Additional properties from the Geneea Knowledge Base.