56 lines
1.8 KiB
YAML
56 lines
1.8 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#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
org: http://www.w3.org/ns/org#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
FormerName:
|
|
description: >-
|
|
A former name of the institution with optional temporal bounds and metadata,
|
|
representing historical naming that is no longer in official use.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is skos:hiddenLabel because former names are historical labels
|
|
that are no longer preferred but should still be searchable
|
|
- close_mappings includes org:changedBy for organizational change context
|
|
- related_mappings includes schema:alternateName for variant name relationships
|
|
class_uri: skos:hiddenLabel
|
|
close_mappings:
|
|
- org:changedBy
|
|
related_mappings:
|
|
- schema:alternateName
|
|
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
|