Skip to content

Latest commit

 

History

History
96 lines (44 loc) · 1.65 KB

File metadata and controls

96 lines (44 loc) · 1.65 KB

Slot: entity_type

A string representing the entity type (based on CET). This is typically a URI.

__

_Note that this is at this level, and not at EntityMention, since, as said above, _

it's needed to identify the entity, even when its content is not present. For the same

reason, it's used both for EREResolutionRequest and EREResolutionResponse messages.,

__

URI: ere:entity_type Alias: entity_type

Applicable Classes

Name Description Modifies Slot
EntityMentionIdentifier A container that groups the attributes needed to identify an entity mention i... no

Properties

  • Range: String

  • Required: True

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self ere:entity_type
native ere:entity_type

LinkML Source

Details ```yaml name: entity_type description: "A string representing the entity type (based on CET). This is typically\ \ a URI.\n\nNote that this is at this level, and not at `EntityMention`, since,\ \ as said above, \nit's needed to identify the entity, even when its content is\ \ not present. For the same\nreason, it's used both for `EREResolutionRequest` and\ \ `EREResolutionResponse` messages.,\n" from_schema: https://data.europa.eu/ers/schema/ere rank: 1000 alias: entity_type owner: EntityMentionIdentifier domain_of: - EntityMentionIdentifier range: string required: true
</details>