76 lines
2 KiB
YAML
76 lines
2 KiB
YAML
id: https://nde.nl/ontology/hc/class/CategoryStatus
|
|
name: CategoryStatus
|
|
title: Category Status
|
|
description: 'Represents the status of a storage condition category assessment.
|
|
|
|
|
|
This class wraps the StorageConditionStatusEnum with additional metadata
|
|
|
|
capabilities such as notes, timestamps, and assessor information.
|
|
|
|
|
|
Created per slot_fixes.yaml revision for category_status migration (Rule 53/56).
|
|
|
|
'
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/StorageConditionStatusEnum
|
|
- ../slots/20260202_matang/has_description
|
|
- ../slots/20260202_matang/has_name
|
|
- ../slots/20260202_matang/has_value
|
|
default_prefix: hc
|
|
classes:
|
|
CategoryStatus:
|
|
class_uri: crm:E55_Type
|
|
description: 'The status classification for a storage condition category assessment.
|
|
|
|
|
|
Status values follow the StorageConditionStatusEnum:
|
|
|
|
- EXCELLENT: Optimal conditions, no concerns
|
|
|
|
- GOOD: Acceptable conditions, minor issues
|
|
|
|
- FAIR: Some concerns requiring attention
|
|
|
|
- POOR: Significant issues requiring remediation
|
|
|
|
- CRITICAL: Immediate action required
|
|
|
|
- NOT_ASSESSED: Category not evaluated
|
|
|
|
- NOT_APPLICABLE: Category does not apply to this storage
|
|
|
|
'
|
|
slots:
|
|
- has_name
|
|
- has_description
|
|
- has_value
|
|
slot_usage:
|
|
has_value:
|
|
range: StorageConditionStatusEnum
|
|
required: true
|
|
has_name:
|
|
has_description:
|
|
exact_mappings:
|
|
- crm:E55_Type
|
|
close_mappings:
|
|
- skos:Concept
|
|
examples:
|
|
- value:
|
|
has_value: GOOD
|
|
has_name: Good
|
|
has_description: Acceptable temperature control with minor fluctuations
|
|
- value:
|
|
has_value: CRITICAL
|
|
has_name: Critical
|
|
has_description: Immediate pest treatment required
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|