Enum: EventType
The type of date being represented
URI: EventType
Permissible Values
Value | Meaning | Description |
---|---|---|
accepted | DataCite:accepted | The date that the publisher accepted the resource into their system |
available | DataCite:available | The date the resource is made publicly available |
copyrighted | DataCite:copyrighted | The specific, documented date at which the resource receives a copyrighted st... |
collected | DataCite:collected | The date or date range in which the resource content was collected |
created | DataCite:created | The date the resource itself was put together; this could refer to a timefram... |
issued | DataCite:issued | The date that the resource is published or distributed e |
submitted | DataCite:submitted | The date the creator submits the resource to the publisher |
updated | DataCite:updated | The date of the last update to the resource, when the resource is being added... |
valid | DataCite:valid | The date (or date range) during which the dataset or resource is accurate |
withdrawn | DataCite:withdrawn | The date the resource is removed |
other | DataCite:other |
Slots
Name | Description |
---|---|
event | The nature of the resource-related event that occurred on that date |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
LinkML Source
name: EventType
description: The type of date being represented
from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
rank: 1000
permissible_values:
accepted:
text: accepted
description: 'The date that the publisher accepted the resource into their system.
To indicate the start of an embargo period, use Submitted or Accepted, as appropriate.
'
meaning: DataCite:accepted
available:
text: available
description: 'The date the resource is made publicly available. To indicate the
end of an embargo period, use Available.
'
meaning: DataCite:available
copyrighted:
text: copyrighted
description: 'The specific, documented date at which the resource receives a copyrighted
status, if applicable.
'
meaning: DataCite:copyrighted
collected:
text: collected
description: 'The date or date range in which the resource content was collected.
To indicate precise or particular timeframes in which research was conducted.
'
meaning: DataCite:collected
created:
text: created
description: 'The date the resource itself was put together; this could refer
to a timeframe in ancient history, be a date range or a single date for a final
component, e.g., the finalized file with all of the data.
'
meaning: DataCite:created
issued:
text: issued
description: 'The date that the resource is published or distributed e.g. to a
data centre
'
meaning: DataCite:issued
submitted:
text: submitted
description: 'The date the creator submits the resource to the publisher. This
could be different from Accepted if the publisher then applies a selection process.
To indicate the start of an embargo period, use Submitted or Accepted, as appropriate.
'
meaning: DataCite:submitted
updated:
text: updated
description: 'The date of the last update to the resource, when the resource is
being added to.
'
meaning: DataCite:updated
valid:
text: valid
description: 'The date (or date range) during which the dataset or resource is
accurate.
'
meaning: DataCite:valid
withdrawn:
text: withdrawn
description: 'The date the resource is removed.
'
meaning: DataCite:withdrawn
other:
text: other
meaning: DataCite:other
reachable_from:
source_ontology: bioportal:DATACITE-VOCAB
source_nodes:
- DataCite:DateType
relationship_types:
- RDFS:subClassOf
include_self: false