glam/schemas/20251121/linkml/modules/classes/ConditionState.yaml
kempersc ca4a54181e Refactor schema files to improve clarity and maintainability
- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting.
- Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes.
- Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting.
- Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting.
- Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability.
- Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability.
- Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name.
- Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity.
- Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity.
- Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity.
- Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
2026-01-31 00:46:23 +01:00

65 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
- ./ConditionType
- ./ConditionTypes
- ./Description
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.