- Migrate 236+ class files from custodian_types to has_or_had_custodian_type - Archive deprecated slots: custodian_type, custodian_types, custodian_type_broader/narrower/related - Update main schema and manifest imports - Fix Custodian.yaml class to use new slot - Fix annotation format (list→scalar) in has_or_had_custodian_type.yaml Rules applied: - Rule 39: RiC-O naming convention (hasOrHad pattern) - Rule 43: Slot nouns must be singular (multivalued:true for cardinality) - Rule 38: Slot centralization with semantic URI
58 lines
1.2 KiB
YAML
58 lines
1.2 KiB
YAML
id: https://nde.nl/ontology/hc/slot/glamorcubesfixphdnt_code
|
|
name: glamorcubesfixphdnt_code_slot
|
|
title: Glamorcubesfixphdnt Code Slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
glamorcubesfixphdnt_code:
|
|
description: 'Single-letter code for GHCID generation, derived from CustodianType
|
|
subclass.
|
|
|
|
This is a computed/derived property - the code is determined by the class type:
|
|
|
|
- ArchiveOrganizationType → A
|
|
|
|
- BioCustodianType → B
|
|
|
|
- CommercialOrganizationType → C
|
|
|
|
- DigitalPlatformType → D
|
|
|
|
- EducationProviderType → E
|
|
|
|
- FeatureCustodianType → F
|
|
|
|
- GalleryType → G
|
|
|
|
- HolySacredSiteType → H
|
|
|
|
- IntangibleHeritageGroupType → I
|
|
|
|
- LibraryType → L
|
|
|
|
- MuseumType → M
|
|
|
|
- NonProfitType → N
|
|
|
|
- OfficialInstitutionType → O
|
|
|
|
- PersonalCollectionType → P
|
|
|
|
- ResearchOrganizationType → R
|
|
|
|
- HeritageSocietyType → S
|
|
|
|
- TasteScentHeritageType → T
|
|
|
|
- UnspecifiedType → U
|
|
|
|
- MixedCustodianType → X
|
|
|
|
'
|
|
range: string
|
|
pattern: ^[ABCDEFGHILMNOPRSTUX]$
|
|
slot_uri: hc:glamorcubesfixphdntCode
|