glam/schemas/20251121/linkml/modules/classes/FormerName.yaml
2026-01-31 00:15:53 +01:00

43 lines
1.7 KiB
YAML

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.\nOntology mapping rationale: - class_uri is skos:hiddenLabel because former names are historical labels\n that are no longer preferred but should still be searchable\n- 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
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"