67 lines
2.2 KiB
YAML
67 lines
2.2 KiB
YAML
# OrganizationalChange - Organizational change record (closure, merger, etc.)
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/OrganizationalChange
|
|
name: OrganizationalChange
|
|
title: OrganizationalChange
|
|
|
|
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#
|
|
org: http://www.w3.org/ns/org#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
OrganizationalChange:
|
|
description: >-
|
|
Organizational change record documenting closures, mergers, renames,
|
|
and other lifecycle events. Includes change type, confirmation status,
|
|
source documentation, dates, and successor organization details.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is org:ChangeEvent from W3C Organization Ontology which
|
|
specifically models organizational change events
|
|
- close_mappings includes prov:Activity as changes are activities
|
|
that transform organizations over time
|
|
- related_mappings includes schema:Event (general event concept) and
|
|
prov:Entity (change record as traceable data)
|
|
class_uri: org:ChangeEvent
|
|
close_mappings:
|
|
- prov:Activity
|
|
related_mappings:
|
|
- schema:Event
|
|
- prov:Entity
|
|
attributes:
|
|
change_type:
|
|
range: string
|
|
description: Type of change (CLOSURE, MERGER, RENAME, etc.)
|
|
closure_confirmed:
|
|
range: boolean
|
|
description: Whether closure is confirmed
|
|
closure_source:
|
|
range: string
|
|
description: Source confirming closure
|
|
closure_date:
|
|
range: string
|
|
description: Date of closure
|
|
merger_target:
|
|
range: string
|
|
description: Target organization in merger
|
|
successor_name:
|
|
range: string
|
|
description: Name of successor organization (for mergers)
|
|
successor_location:
|
|
range: string
|
|
description: Location of successor organization (for mergers)
|
|
note:
|
|
range: string
|
|
description: Additional notes
|