The type of the request or result.
__
As per LinkML specification, designates_type is used here in order to allow for this
slot to tell the concrete subclass that an instance (such as a JSON object) belongs to.
__
_In other words, a particular request will have type set with values like _
EntityMentionResolutionRequest or EntityResolutionResult
__
URI: ere:type Alias: type
| Name | Description | Modifies Slot |
|---|---|---|
| EREMessage | Root abstraction to represent attributes common to both requests and results | no |
| EREErrorResponse | Response sent by the ERE when some error/exception occurs while processing a ... | no |
| 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 |
| ERERequest | Root class to represent all the requests sent to the ERE | no |
| EntityMentionResolutionResponse | An entity resolution response returned by the ERE | no |
-
Range: String
-
Required: True
- from schema: https://data.europa.eu/ers/schema/ere
| Mapping Type | Mapped Value |
|---|---|
| self | ere:type |
| native | ere:type |
Details
```yaml name: type description: "The type of the request or result.\n\nAs per LinkML specification, `designates_type`\ \ is used here in order to allow for this\nslot to tell the concrete subclass that\ \ an instance (such as a JSON object) belongs to.\n\nIn other words, a particular\ \ request will have `type` set with values like \n`EntityMentionResolutionRequest`\ \ or `EntityResolutionResult`\n" from_schema: https://data.europa.eu/ers/schema/ere rank: 1000 designates_type: true alias: type owner: EREMessage domain_of: - EREMessage range: string required: true</details>