icarEventCoreResource
Description
The icarEventCoreResource schema inherits from icarResource.
Properties
Name | Description | Required | Type |
---|---|---|---|
Id | Unique identifier in the source system for this event. | No | string |
EventDateTime | RFC3339 UTC date and time (see https://ijmacd.github.io/rfc3339-iso8601/). | No | date-time |
TraitLabel | If the event represents a formal trait, identifies the recording system and trait. | No | icarIdentifierType |
Responsible | Use if an observation is manually recorded, or an event is carried out or authorised by a person. SHOULD be a person object. | No | string |
ContemporaryGroup | For manually recorded events, record any contemporary group code that would affect statistical analysis. | No | string |
Remark | A comment or remark field for additional user-specified information about the event. | No | string |
Self | Uniform resource identifier (URI) of the resource (rel=self). | No | string |
Meta | Meta-data for the resource. Mandatory if you wish to support synchronisation. | No | icarMetaDataType |
Location | Unique location scheme and identifier combination. | No | icarIdentifierType |
Examples
Example 1
{
"id": "id",
"eventDateTime": "2024-10-30T01:50:44.6815402+00:00",
"traitLabel": {
"id": "id",
"scheme": "scheme"
},
"responsible": "responsible",
"contemporaryGroup": "contemporaryGroup",
"remark": "remark",
"resourceType": "resourceType",
"@self": "@self",
"meta": {
"source": "source",
"sourceId": "sourceId",
"isDeleted": false,
"modified": "2024-10-30T01:50:44.6815257+00:00",
"created": "2024-10-30T01:50:44.6815286+00:00",
"creator": "creator",
"validFrom": "2024-10-30T01:50:44.6815309+00:00",
"validTo": "2024-10-30T01:50:44.6815321+00:00"
},
"location": {
"id": "id",
"scheme": "scheme"
}
}