Skip to content

Latest commit

 

History

History
113 lines (54 loc) · 2.43 KB

File metadata and controls

113 lines (54 loc) · 2.43 KB

Slot: ere_request_id

A string representing the unique ID of an ERE request, or the ID of the request a response is about.

This is not the same as request_id + source_id.

__

Note on notification responses: as per ERE contract, an EntityMentionResolutionResponse message

can originate from within the ERE, without any previous request counterpart, as a notification of

resolution update. In this case, ere_request_id has the prefix ereNotification:.

__

URI: ere:ere_request_id Alias: ere_request_id

Applicable Classes

Name Description Modifies Slot
EREResponse Root class to represent all the responses sent by the ERE no
EntityMentionResolutionRequest An entity resolution request sent to the ERE, containing the entity to be res... no
EREErrorResponse Response sent by the ERE when some error/exception occurs while processing a ... no
ERERequest Root class to represent all the requests sent to the ERE no
EntityMentionResolutionResponse An entity resolution response returned by the ERE no
EREMessage Root abstraction to represent attributes common to both requests and results no

Properties

  • Range: String

  • Required: True

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Details ```yaml name: ere_request_id description: 'A string representing the unique ID of an ERE request, or the ID of the request a response is about.

This is not the same as request_id + source_id.

Note on notification responses: as per ERE contract, an EntityMentionResolutionResponse message

can originate from within the ERE, without any previous request counterpart, as a notification of

resolution update. In this case, ere_request_id has the prefix ereNotification:.

' from_schema: https://data.europa.eu/ers/schema/ere rank: 1000 alias: ere_request_id owner: EREMessage domain_of:

  • EREMessage range: string required: true
</details>