- Remove slot_uri, description, mappings from slot_usage sections - Move these properties to centralized slot files in modules/slots/ - Keep only class-specific overrides in slot_usage (required, inlined, examples) - Update 1,499 centralized slot files with enriched definitions - Clean 188 class files Violations fixed: - slot_uri in slot_usage: 1,676 → 0 - description in slot_usage: 2,287 → 0 (moved to centralized) Schema still validates: 816 classes, 2028 slots, 127 enums
38 lines
891 B
YAML
38 lines
891 B
YAML
id: https://nde.nl/ontology/hc/slot/processing_priority
|
|
name: processing_priority_slot
|
|
title: Processing Priority Slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
processing_priority:
|
|
description: 'Priority level for processing this accession.
|
|
|
|
|
|
**Values**:
|
|
|
|
- HIGH: Legal/regulatory requirement, researcher demand, condition issues
|
|
|
|
- MEDIUM: Standard processing queue
|
|
|
|
- LOW: No immediate need, can wait indefinitely
|
|
|
|
- URGENT: Immediate processing required (legal hold, condition emergency)
|
|
|
|
|
|
Priority may change based on:
|
|
|
|
- Researcher requests
|
|
|
|
- Anniversary/commemorative events
|
|
|
|
- Grant funding for specific processing
|
|
|
|
- Condition concerns (mold, pests, deterioration)
|
|
|
|
'
|
|
range: string
|
|
slot_uri: hc:processingPriority
|