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
| 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 |
-
Range: String
-
Required: True
- from schema: https://data.europa.eu/ers/schema/ere
| Mapping Type | Mapped Value |
|---|---|
| self | ere:ere_request_id |
| native | ere:ere_request_id |
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>