glam/schemas/20251121/linkml/modules/classes/OrganizationalChangeEvent.yaml
kempersc 92c79067cd Refactor time-related classes and descriptions for clarity and consistency
- Updated titles and descriptions in TimeSlot, TimeSpan, TimeSpanType, and TimespanBlock for improved readability and understanding.
- Enhanced multilingual support with refined alt_descriptions and structured_aliases across various classes.
- Changed mapping types from broad_mappings to exact_mappings in WebClaimsBlock, WebCollection, WebPage, WebPlatform, WebSource, WorkExperience, and various YouTube-related classes for better alignment with schema definitions.
- Improved comments and modeling notes in VariantTypes to clarify usage and examples.
- General cleanup of unnecessary comments and formatting adjustments for consistency across YAML files.
2026-02-16 13:49:40 +01:00

213 lines
9.6 KiB
YAML

id: https://nde.nl/ontology/hc/class/OrganizationalChangeEvent
name: OrganizationalChangeEvent
title: Organizational Change Event
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
crm: http://www.cidoc-crm.org/cidoc-crm/
prov: http://www.w3.org/ns/prov#
rico: https://www.ica.org/standards/RiC/ontology#
org: http://www.w3.org/ns/org#
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
geosparql: http://www.opengis.net/ont/geosparql#
default_prefix: hc
imports:
- linkml:types
- ../metadata
- ../slots/has_description
- ../slots/has_documentation
- ../slots/originate_from
- ../slots/has_rationale
- ../slots/has_score
- ../slots/has_type
- ../slots/located_at
- ../slots/affected_territory
- ../slots/transferred_to
- ../slots/has_staff
- ../slots/temporal_extent
- ../enums/OrganizationalChangeEventTypeEnum
classes:
OrganizationalChangeEvent:
class_uri: crm:E5_Event
description: Event documenting a structural organizational change affecting units, roles, locations, or governance.
alt_descriptions:
nl: Gebeurtenis die een structurele organisatieverandering documenteert met impact op eenheden rollen locaties of bestuur.
de: Ereignis zur Dokumentation einer strukturellen Organisationsaenderung mit Auswirkungen auf Einheiten Rollen Standorte oder Governance.
fr: Evenement documentant un changement structurel de l organisation affectant unites roles lieux ou gouvernance.
es: Evento que documenta un cambio organizativo estructural que afecta unidades roles ubicaciones o gobernanza.
ar: حدث يوثّق تغييرا هيكليا تنظيميا يؤثر في الوحدات أو الأدوار أو المواقع أو الحوكمة.
id: Peristiwa yang mendokumentasikan perubahan organisasi struktural yang memengaruhi unit peran lokasi atau tata kelola.
zh: 记录影响单位、角色、地点或治理结构之组织性结构变更的事件。
structured_aliases:
- {literal_form: organisatieveranderingsgebeurtenis, in_language: nl}
- {literal_form: Organisationsaenderungsereignis, in_language: de}
- {literal_form: evenement de changement organisationnel, in_language: fr}
- {literal_form: evento de cambio organizativo, in_language: es}
- {literal_form: حدث تغيير تنظيمي, in_language: ar}
- {literal_form: peristiwa perubahan organisasi, in_language: id}
- {literal_form: 组织变更事件, in_language: zh}
broad_mappings:
- crm:E5_Event
close_mappings:
- prov:Activity
- rico:Event
- org:changeEvent
- schema:Event
related_mappings:
- crm:E10_Transfer_of_Custody
- crm:E12_Production
- crm:E64_End_of_Existence
- crm:E9_Move
- geosparql:Feature
slots:
- has_rationale
- has_documentation
- temporal_extent
- located_at
- has_description
- has_type
- originate_from
- has_affected_territory
- has_staff
- has_score
- transferred_to
slot_usage:
has_type:
required: true
range: OrganizationalChangeEventTypeEnum
examples:
- value: MERGER
- value: SPLIT
- value: DISSOLUTION
- value: REORGANIZATION
- value: RENAMING
- value: TRANSFER
- value: RELOCATION
temporal_extent:
required: true
range: TimeSpan
inlined: true
examples:
- value:
begin_of_the_begin: '2013-04-01'
has_description:
required: true
# range: string
examples:
- value: Merger of Restoration Department (12 FTE, founded 1885) and Research Department (16 FTE) to form Conservation and Research Department (28 FTE). Implemented as part of museum renovation and reopening strategy. Combined conservation lab facilities and integrated scientific research with conservation practice.
has_rationale:
# range: string
inlined: false # Fixed invalid inline for primitive type
examples:
- value:
has_description: Part of 10-year museum renovation (2003-2013). Reorganization aimed to integrate conservation science with practice.
has_staff:
# range: string
examples:
- value: 28 FTE total (12 from Restoration + 16 from Research). All existing staff retained. 5 new positions created for scientific imaging and digital conservation. 3 staff retirements (planned succession).
originate_from:
range: CustodianPlace
required: false
description: Source unit or origin location; primarily used for transfer and relocation events.
examples:
- value:
place_name: Stadhouderskade 42
place_specificity: BUILDING
transferred_to:
range: CustodianPlace
required: false
description: Destination unit or destination location; primarily used for transfer and relocation events.
examples:
- value:
place_name: Museumstraat 1
place_specificity: BUILDING
located_at:
range: CustodianPlace
required: false
description: Place where the change decision was enacted or formally recorded.
examples:
- value:
place_name: Boardroom, Main Building
place_specificity: ROOM
has_affected_territory:
range: string
required: false
multivalued: true
description: Geographic jurisdiction or service area impacted by the organizational change.
examples:
- value: Municipality of Amsterdam
- value: Region Noord-Holland
has_documentation:
# range: string
inlined: false # Fixed invalid inline for primitive type
multivalued: true
examples:
- value:
has_url:
url_value: https://www.rijksmuseum.nl/en/about-us/annual-report-2013
comments:
- OrganizationalChangeEvent provides structured provenance for organizational history
- Supports explicit modeling of mergers, splits, dissolutions, reorganizations, renamings, transfers, and relocations
- Links to organizational continuity through predecessor and successor context in related structures
- event_date should match valid_to (dissolved units) or valid_from (created units)
- Use PROV-O generated property for successor units
- Place integration distinguishes decision location (located_at) from movement origin/destination (originate_from, transferred_to)
- Territorial integration captures jurisdiction or service-area impact with has_affected_territory
- 'Follows TOOI pattern: Wijzigingsgebeurtenis affects BestuurlijkeRuimte'
see_also:
- https://cidoc-crm.org/html/cidoc_crm_v7.1.3.html#E5
- https://cidoc-crm.org/html/cidoc_crm_v7.1.3.html#E9
- https://www.w3.org/TR/prov-o/#Activity
- https://www.w3.org/community/reports/orgs/#change-events
- http://www.opengis.net/ont/geosparql
- https://identifier.overheid.nl/tooi/def/ont/
examples:
- value:
id: https://nde.nl/ontology/hc/event/rijks-conservation-merger-2013
has_type: MERGER
temporal_extent:
begin_of_the_begin: '2013-04-01'
has_description: "Merger of Restoration Department and Research Department to form \nConservation and Research Department during museum renovation.\n"
has_rationale:
has_description: Strategic reorganization during 10-year renovation to integrate conservation science with practice and modernize facilities.
staff_impact: 28 FTE (12+16), all staff retained, 5 new positions
has_documentation:
- has_url:
url_value: https://www.rijksmuseum.nl/en/about-us/annual-report-2013
- value:
id: https://nde.nl/ontology/hc/event/na-digital-preservation-founding-2008
has_type: FOUNDING
temporal_extent:
begin_of_the_begin: '2008-01-01'
has_description: "Creation of Digital Preservation Department to address born-digital \narchival challenges and e-government records.\n"
affected_units: []
has_rationale:
has_description: Government mandate to preserve electronic records from ministries and agencies. Growing volume of born-digital materials requiring specialized expertise.
staff_impact: 15 FTE, all new hires with digital archiving expertise
has_documentation:
- has_url:
url_value: https://www.nationaalarchief.nl/onderzoeken/archief/2.24.17.07
- value:
id: https://nde.nl/ontology/hc/event/amsterdam-museum-relocation-2025
has_type: RELOCATION
temporal_extent:
begin_of_the_begin: '2025-06-01'
has_description: "Amsterdam Museum relocates from historic Burgerweeshuis building to \nnew purpose-built facility. Move required due to structural concerns \nand accessibility improvements.\n"
has_rationale:
has_description: Historic Burgerweeshuis building requires major renovation. New facility offers better accessibility, climate control, and exhibition space.
has_origin:
place_name: Burgerweeshuis, Kalverstraat 92
place_specificity: BUILDING
transferred_to:
place_name: Amstel Campus, Building A
place_specificity: BUILDING
staff_impact: All 45 FTE relocating to new facility. No redundancies.
has_documentation:
- has_url:
url_value: https://www.amsterdam.nl/nieuws/museum-verhuizing-2025
annotations:
change_event_scope: organizational_structure_and_territorial_impact
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"