- 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`.
62 lines
2.9 KiB
YAML
62 lines
2.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/ConditionState
|
|
name: ConditionState
|
|
title: Condition State
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_description
|
|
- ../slots/has_or_had_type
|
|
default_prefix: hc
|
|
classes:
|
|
ConditionState:
|
|
class_uri: crm:E3_Condition_State
|
|
description: "The physical or preservation state of an object at a specific point in time.\nMaps to CIDOC-CRM E3 Condition\
|
|
\ State, which describes \"the physical condition\nof an object at a specific time, typically relevant for conservation.\"\
|
|
\n**USE CASES**:\n1. **Conservation Records**: Before/after treatment states\n - `initial_of_the_initial`: Pre-treatment\
|
|
\ condition\n - `final_of_the_final`: Post-treatment condition\n2. **Condition Assessments**: Periodic condition surveys\n\
|
|
3. **Loan Records**: Condition at departure/return\n**RELATION TO ConditionType**:\n- Uses `has_or_had_type` with `ConditionType`\
|
|
\ subclasses for classification\n- E.g., ExcellentCondition, GoodCondition, FairCondition, PoorCondition, CriticalCondition\n\
|
|
**TEMPORAL SEMANTICS**:\n- Each ConditionState instance represents a snapshot at a moment in time\n- Multiple states\
|
|
\ can be tracked for the same object over time\n**Migration (2026-01-22)**:\n- `condition_after` \u2192 `final_of_the_final`\
|
|
\ + `ConditionState`\n- `condition_before` \u2192 `initial_of_the_initial` + `ConditionState`\n- Per slot_fixes.yaml\
|
|
\ (Rule 53)\n"
|
|
exact_mappings:
|
|
- crm:E3_Condition_State
|
|
close_mappings:
|
|
- schema:OfferItemCondition
|
|
slots:
|
|
- has_or_had_type
|
|
- has_or_had_description
|
|
slot_usage:
|
|
has_or_had_type:
|
|
range: uriorcurie
|
|
examples:
|
|
- value: GoodCondition
|
|
- value: PoorCondition
|
|
has_or_had_description:
|
|
range: string
|
|
examples:
|
|
- value:
|
|
description_text: Minor foxing on page margins, binding intact
|
|
annotations:
|
|
custodian_types: '["M", "A", "L", "R"]'
|
|
custodian_types_rationale: Primarily used by museums, archives, libraries, research centers with physical collections.
|
|
specificity_score: 0.6
|
|
specificity_rationale: Moderately specific - used in conservation and preservation contexts.
|
|
examples:
|
|
- value:
|
|
has_or_had_type: GoodCondition
|
|
has_or_had_description:
|
|
description_text: Object stabilized after treatment. Surface cleaned, minor losses filled.
|
|
- value:
|
|
has_or_had_type: PoorCondition
|
|
has_or_had_description:
|
|
description_text: Significant foxing, loose binding, torn pages 45-48.
|
|
- value:
|
|
has_or_had_type: FairCondition
|
|
has_or_had_description:
|
|
description_text: Minor wear consistent with age, no active deterioration.
|