- Removed obsolete slots: `has_or_had_custodian_observation`, `provider`, and `specificity_annotation`. - Updated `has_or_had_score` slot to use `SpecificityScore` class and modified its description and examples. - Added new slots: `end_seconds`, `end_time`, `has_archive_path`, `has_or_had_custodian_name`, `protocol_name`, and `protocol_version`. - Introduced a script `check_annotation_types.py` to validate the presence and structure of `custodian_types` in YAML files. - Added a script `update_specificity.py` to automate updates related to `SpecificityAnnotation` to `SpecificityScore`.
72 lines
2.9 KiB
YAML
72 lines
2.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/IdentificationEvent
|
|
name: identification_event
|
|
title: Identification Event
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dwc: http://rs.tdwg.org/dwc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_description
|
|
- ../slots/has_or_had_score
|
|
- ../slots/temporal_extent
|
|
classes:
|
|
IdentificationEvent:
|
|
class_uri: hc:IdentificationEvent
|
|
description: "Event representing the taxonomic or specimen identification.\n\n\
|
|
**DEFINITION**:\nIdentificationEvent models when and by whom a biological specimen,\n\
|
|
object, or artifact was identified or classified.\n\n**ONTOLOGY ALIGNMENT**:\n\
|
|
- **Primary** (`class_uri`): `hc:IdentificationEvent` - Heritage Custodian class\n\
|
|
- **Close**: `dwc:Identification` - Darwin Core identification\n- **Close**:\
|
|
\ `prov:Activity` - PROV-O activity\n\n**USAGE**:\nReplaces simple `date_identified`\
|
|
\ dates with structured event data:\n- When the identification was made (temporal_extent)\n\
|
|
- Who made the identification (identified_by)\n- Methodology used\n- Confidence\
|
|
\ level\n- References consulted\n\n**Example**:\n```yaml\nis_or_was_identified_through:\n\
|
|
\ temporal_extent:\n begin_of_the_begin: \"2023-05-15\"\n identified_by:\n\
|
|
\ - agent_name: \"Dr. Jane Smith\"\n agent_role: \"taxonomist\"\n identification_method:\
|
|
\ \"Morphological analysis\"\n identification_confidence: \"high\"\n```\n"
|
|
close_mappings:
|
|
- dwc:Identification
|
|
- prov:Activity
|
|
slots:
|
|
- temporal_extent
|
|
- has_or_had_description
|
|
- has_or_had_score
|
|
slot_usage:
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
begin_of_the_begin: '2023-05-15'
|
|
- value:
|
|
- agent_name: Dr. J. Smith
|
|
- value: Morphological analysis
|
|
- value: DNA barcoding
|
|
- value: Comparison with type specimen
|
|
has_or_had_score:
|
|
range: ConfidenceScore
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_or_had_score: 0.9
|
|
has_or_had_description: High confidence
|
|
- value:
|
|
has_or_had_score: 0.5
|
|
has_or_had_description: Tentative
|
|
- value: Flora of North America, Vol. 3
|
|
annotations:
|
|
custodian_types: '["M", "R", "B"]'
|
|
custodian_types_rationale: Identification events primarily for natural history
|
|
museums, research centers, botanical gardens.
|
|
specificity_score: 0.75
|
|
specificity_rationale: Specific to biological/natural history collection contexts.
|