43 lines
1.8 KiB
YAML
43 lines
1.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/Condition
|
|
name: Condition
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- ./ConditionType
|
|
- ./Description
|
|
- linkml:types
|
|
- ../slots/has_or_had_type
|
|
- ../slots/has_or_had_description
|
|
classes:
|
|
Condition:
|
|
class_uri: schema:OfferItemCondition
|
|
description: "The physical or preservation condition of a heritage object or collection.\n\nCondition assessments document the state of preservation, conservation\nneeds, and handling requirements for heritage materials. Used to track\nobject condition over time and plan conservation interventions.\n\nMaps to schema:OfferItemCondition for interoperability with general\nitem condition vocabularies.\n\n**Migration (2026-01-18)**:\n- `condition_description` (inline attribute) \u2192 `has_or_had_description` slot with `Description` range\n- Per slot_fixes.yaml (Rule 53, 56)\n"
|
|
slots:
|
|
- has_or_had_type
|
|
- has_or_had_description
|
|
slot_usage:
|
|
has_or_had_type:
|
|
range: ConditionType
|
|
has_or_had_description:
|
|
range: Description
|
|
description: 'Textual description of the condition state.
|
|
|
|
MIGRATED from inline condition_description attribute per slot_fixes.yaml (Rule 53, 2026-01-18).
|
|
|
|
'
|
|
examples:
|
|
- value:
|
|
description_text: Good physical condition with minor wear
|
|
description_type: condition
|
|
description: Condition description using Description class
|
|
attributes:
|
|
condition_date:
|
|
description: Date when the condition was assessed
|
|
range: date
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|