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_description - ../slots/has_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\nidentified_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_description - has_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_score: range: ConfidenceScore inlined: true examples: - value: has_score: 0.9 has_description: High confidence - value: has_score: 0.5 has_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.