- 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
43 lines
895 B
YAML
43 lines
895 B
YAML
id: https://nde.nl/ontology/hc/slot/creating_function
|
|
name: creating_function_slot
|
|
title: Creating Function Slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
creating_function:
|
|
description: 'Business function or activity that these records document.
|
|
|
|
|
|
**RiC-O**: rico:documents links RecordResource to Activity.
|
|
|
|
|
|
Records are created BECAUSE they document business activities.
|
|
|
|
This slot captures WHAT activity/function the records document.
|
|
|
|
|
|
**Examples**:
|
|
|
|
- "Collection acquisition"
|
|
|
|
- "Exhibition planning"
|
|
|
|
- "Conservation treatment"
|
|
|
|
- "Visitor services"
|
|
|
|
- "Human resource management"
|
|
|
|
- "Financial administration"
|
|
|
|
- "Research services"
|
|
|
|
- "Facilities management"
|
|
|
|
'
|
|
range: string
|
|
slot_uri: hc:creatingFunction
|