Skip to content

Latest commit

 

History

History
92 lines (41 loc) · 1.49 KB

File metadata and controls

92 lines (41 loc) · 1.49 KB

Slot: entity_mention_id

The identifier of the entity mention that has been resolved.

__

_This isn't strictly needed, since the ere_request_id already links the response to _

the request's entity mention. Yet, it's reported for convenience.

__

URI: ere:entity_mention_id Alias: entity_mention_id

Applicable Classes

Name Description Modifies Slot
EntityMentionResolutionResponse An entity resolution response returned by the ERE no

Properties

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Details ```yaml name: entity_mention_id description: "The identifier of the entity mention that has been resolved.\n\nThis\ \ isn't strictly needed, since the `ere_request_id` already links the response to\ \ \nthe request's entity mention. Yet, it's reported for convenience.\n" from_schema: https://data.europa.eu/ers/schema/ere rank: 1000 alias: entity_mention_id owner: EntityMentionResolutionResponse domain_of: - EntityMentionResolutionResponse range: EntityMentionIdentifier required: true
</details>