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_description - ../slots/has_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_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_type - has_description slot_usage: has_type: # range: string # uriorcurie examples: - value: GoodCondition - value: PoorCondition has_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_type: GoodCondition has_description: description_text: Object stabilized after treatment. Surface cleaned, minor losses filled. - value: has_type: PoorCondition has_description: description_text: Significant foxing, loose binding, torn pages 45-48. - value: has_type: FairCondition has_description: description_text: Minor wear consistent with age, no active deterioration.