Skip to content

Latest commit

 

History

History
88 lines (40 loc) · 1.61 KB

File metadata and controls

88 lines (40 loc) · 1.61 KB

Slot: timestamp

The time when the message was created. Should be in ISO-8601 format.

__

URI: ere:timestamp Alias: timestamp

Applicable Classes

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

Properties

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Details ```yaml name: timestamp description: 'The time when the message was created. Should be in ISO-8601 format.

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

  • EREMessage range: datetime
</details>