- 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
68 lines
1.6 KiB
YAML
68 lines
1.6 KiB
YAML
id: https://nde.nl/ontology/hc/class/MultilingualText
|
|
name: multilingual_text_class
|
|
title: MultilingualText Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
default_range: string
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
- ../slots/de
|
|
- ../slots/en
|
|
- ../slots/fr
|
|
- ../slots/nl
|
|
- ../slots/specificity_annotation
|
|
- ../slots/template_specificity
|
|
|
|
classes:
|
|
MultilingualText:
|
|
class_uri: skos:Concept
|
|
description: |
|
|
Container for multilingual text values (titles, descriptions).
|
|
|
|
Supports any ISO 639-1 language code as a slot name.
|
|
Common slots: nl (Dutch), en (English), de (German), fr (French).
|
|
slots:
|
|
- de
|
|
- en
|
|
- fr
|
|
- nl
|
|
- specificity_annotation
|
|
- template_specificity
|
|
slot_usage:
|
|
nl:
|
|
description: Dutch text
|
|
en:
|
|
description: English text
|
|
de:
|
|
description: German text
|
|
fr:
|
|
description: French text
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
comments:
|
|
- At least one language slot should be populated
|
|
- nl is primary for Dutch archives
|
|
|
|
slots:
|
|
nl:
|
|
description: Dutch language text
|
|
range: string
|
|
en:
|
|
description: English language text
|
|
range: string
|
|
de:
|
|
description: German language text
|
|
range: string
|
|
fr:
|
|
description: French language text
|
|
range: string
|