- Deleted the `rights_statement_url` slot definition as it is no longer needed. - Added multiple new slots including `has_legal_basis`, `has_statement`, `impose`, `pose_condition`, and `reviewed_through` with detailed descriptions and ontology alignments. - Updated existing slots to improve clarity and consistency, including renaming `close_mappings` to `related_mappings` in several definitions. - Enhanced the `require` slot with additional aliases for better usability. - Improved documentation and comments across all slot definitions to clarify their purpose and usage.
124 lines
5.1 KiB
YAML
124 lines
5.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/CollectionEvent
|
|
name: CollectionEvent
|
|
title: Collection Event Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
dcterms: http://purl.org/dc/terms/
|
|
dwc: http://rs.tdwg.org/dwc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/20260202_matang/identified_by
|
|
- ../slots/20260202_matang/has_note
|
|
- ../slots/20260202_matang/in_place
|
|
- ../slots/20260202_matang/has_provenance
|
|
- ../slots/20260202_matang/acquired_by
|
|
- ../slots/20260202_matang/temporal_extent
|
|
- ../slots/20260202_matang/new/field_number
|
|
- ../slots/20260202_matang/new/sampling_protocol
|
|
- ../slots/20260202_matang/new/habitat_description
|
|
default_prefix: hc
|
|
classes:
|
|
CollectionEvent:
|
|
class_uri: dwc:Event
|
|
description: "A specimen collection event capturing where, when, and by whom a specimen was collected.\n**Purpose**: Consolidates collection metadata into a structured event following Darwin Core and CIDOC-CRM event modeling patterns.\n**Darwin Core Alignment**: - `has_place` \u2192 dwc:locality (structured location) - `temporal_extent` \u2192 dwc:eventDate (collection date/period) - `acquired_by` \u2192 dwc:recordedBy (was: collector, migrated 2026-01-22) - `field_number` \u2192 dwc:fieldNumber\n**CIDOC-CRM Alignment**: - Maps to crm:E7_Activity (collection activity) - `has_place` \u2192 crm:P7_took_place_at - `temporal_extent` \u2192 crm:P4_has_time-span\n**REPLACES**: - Individual slots: collection_location, collection_date, field_number - collector \u2192 acquired_by + Agent (migrated 2026-01-22) - Consolidates into structured event with provenance\n**Example**: ```yaml CollectionEvent:\n has_place:\n place_name: \"Mauritius\"\n country:\
|
|
\ \"MU\"\n latitude: -20.2\n longitude: 57.5\n temporal_extent:\n begin_of_the_begin: \"1662-01-01\"\n end_of_the_end: \"1662-12-31\"\n acquired_by: # was: collector - migrated 2026-01-22\n - agent_name: \"Unknown Dutch sailor\"\n agent_type: person\n agent_role: collector\n field_number: \"VOC-1662-001\"\n```"
|
|
exact_mappings:
|
|
- dwc:Event
|
|
close_mappings:
|
|
- crm:E7_Activity
|
|
- prov:Activity
|
|
related_mappings:
|
|
- schema:Action
|
|
mixins:
|
|
- HasProvenance
|
|
slots:
|
|
- has_place
|
|
- has_provenance
|
|
- has_note
|
|
- temporal_extent
|
|
- acquired_by
|
|
- identified_by
|
|
- field_number
|
|
- sampling_protocol
|
|
- habitat_description
|
|
slot_usage:
|
|
identified_by:
|
|
identifier: true
|
|
description: Unique identifier for this collection event. MIGRATED from event_id (Rule 53, 2026-01-26).
|
|
has_place:
|
|
range: CustodianPlace
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
place_name: Mauritius
|
|
country: MU
|
|
latitude: -20.2
|
|
longitude: 57.5
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
begin_of_the_begin: '2020-06-15'
|
|
end_of_the_end: '2020-06-15'
|
|
- value:
|
|
begin_of_the_begin: '1870-01-01'
|
|
end_of_the_end: '1879-12-31'
|
|
has_provenance:
|
|
range: ProvenanceBlock
|
|
inlined: true
|
|
acquired_by:
|
|
range: Agent
|
|
multivalued: true
|
|
inlined: true
|
|
inlined_as_list: true
|
|
examples:
|
|
- value:
|
|
- value:
|
|
comments:
|
|
- Created 2026-01-19 from collection_location migration (Rule 53)
|
|
- "2026-01-22: collector attribute \u2192 acquired_by slot + Agent class (Rule 53)"
|
|
- Aligns with Darwin Core dwc:Event
|
|
- Consolidates collection metadata into structured event
|
|
- Supports provenance tracking for historical specimens
|
|
see_also:
|
|
- https://dwc.tdwg.org/terms/#dwc:Event
|
|
- https://cidoc-crm.org/html/cidoc_crm_v7.1.3.html#E7
|
|
annotations:
|
|
custodian_types: '["B", "M", "R"]'
|
|
custodian_types_rationale: Primarily used for Botanical/Zoo (B), Museum (M), and Research (R) custodians with biological specimen collections.
|
|
custodian_types_primary: B
|
|
specificity_score: '0.70'
|
|
specificity_rationale: Fairly specific - primarily for natural history specimen collecting events.
|
|
template_specificity: '{"museum_search": 0.75, "collection_discovery": 0.8, "general_heritage": 0.55}'
|
|
examples:
|
|
- value:
|
|
identified_by: https://nde.nl/ontology/hc/event/dodo-collection-1662
|
|
has_place:
|
|
place_name: Mauritius
|
|
country: MU
|
|
latitude: -20.2
|
|
longitude: 57.5
|
|
temporal_extent:
|
|
begin_of_the_begin: '1600-01-01'
|
|
end_of_the_end: '1662-12-31'
|
|
acquired_by:
|
|
- agent_name: Unknown Dutch sailor
|
|
- value:
|
|
identified_by: https://nde.nl/ontology/hc/event/wallace-java-1234
|
|
has_place:
|
|
place_name: Mt. Gede
|
|
region: West Java
|
|
country: ID
|
|
latitude: -6.78
|
|
longitude: 106.98
|
|
temporal_extent:
|
|
begin_of_the_begin: '1854-06-01'
|
|
end_of_the_end: '1854-06-30'
|
|
acquired_by:
|
|
- agent_name: Alfred Russel Wallace
|