- 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
20 lines
495 B
YAML
20 lines
495 B
YAML
id: https://nde.nl/ontology/hc/slot/statement_language
|
|
name: statement_language_slot
|
|
title: statement_language slot
|
|
version: 1.0.0
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
statement_language:
|
|
range: string
|
|
description: 'ISO 639-1 language code for the statement text.
|
|
|
|
Examples: "nl" (Dutch), "en" (English), "de" (German)
|
|
|
|
'
|
|
pattern: ^[a-z]{2}$
|
|
slot_uri: hc:statementLanguage
|