- Apply Rule 39: RiC-O style hasOrHad*/isOrWas* for temporal slots - Apply Rule 43: Singular noun convention (keywords → keyword) - Update slot references to match renamed slot files - Maintain schema integrity across all class definitions
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
# FormerName - A former name of the institution with optional metadata
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/FormerName
|
|
name: FormerName
|
|
title: FormerName
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
FormerName:
|
|
description: A former name of the institution with optional metadata
|
|
attributes:
|
|
name:
|
|
range: string
|
|
required: true
|
|
description: The former name
|
|
abbreviated:
|
|
range: string
|
|
description: Abbreviated form of the former name
|
|
used_until:
|
|
range: string
|
|
description: Date until which this name was used (YYYY-MM or YYYY)
|
|
used_from:
|
|
range: string
|
|
description: Date from which this name was used (YYYY-MM or YYYY)
|
|
note:
|
|
range: string
|
|
description: Additional notes about this former name
|