glam/frontend/public/schemas/20251121/linkml/modules/classes/OrganizationBranch.yaml
kempersc 853419d6c2 feat: Introduce MeasureUnitEnum for standardized measurement units
- Added MeasureUnitEnum.yaml to define standard measurement units for area, length, and related quantities, compliant with ISO 80000-1, QUDT, and UCUM.
- Included units such as square meters, hectares, acres, meters, kilometers, and their conversions.

feat: Create applies_or_applied_to_call slot for funding requirements

- Introduced applies_or_applied_to_call.yaml to track funding calls related to requirements, following RiC-O naming conventions.

chore: Archive and migrate annual_participants slot

- Archived annual_participants_archived_20260115.yaml, replaced by has_or_had_annual_participant_count for better temporal naming.

chore: Archive applies_to_call slot and migrate to new naming

- Archived applies_to_call_archived_20260115.yaml, replaced by applies_or_applied_to_call for compliance with RiC-O conventions.

chore: Archive area_hectares slot and migrate to has_area_in_hectare

- Archived area_hectares_archived_20260115.yaml, replaced by has_area_in_hectare for standardized area measurement.

chore: Archive arrangement_notes slot and migrate to has_arrangement_note

- Archived arrangement_notes_archived_20260115.yaml, replaced by has_arrangement_note for improved naming consistency.

chore: Archive available_caption_languages slot and migrate to has_available_caption_language

- Archived available_caption_languages_archived_20260115.yaml, replaced by has_available_caption_language for better naming.

chore: Archive beneficiary_group slot and migrate to has_or_had_beneficiary

- Archived beneficiary_group_archived_20260115.yaml, replaced by has_or_had_beneficiary for compliance with naming conventions.

chore: Archive branch_head slot and migrate to has_or_had_head

- Archived branch_head_archived_20260114.yaml, replaced by has_or_had_head for better semantic alignment.

chore: Archive budget_currency slot

- Archived budget_currency_archived_20260114.yaml for future migration.

chore: Archive building_floor_area_sqm slot and migrate to has_or_had_area

- Archived building_floor_area_sqm_archived_20260115.yaml, replaced by has_or_had_area for standardized area measurement.

chore: Archive has_area_in_hectare slot and migrate to has_or_had_area

- Archived has_area_in_hectare_archived_20260115.yaml, replaced by has_or_had_area for compliance with naming conventions.

feat: Introduce has_or_had_area slot for area measurements

- Added has_or_had_area.yaml as the authoritative slot for area measurements, compliant with Rule 53.

feat: Introduce has_or_had_beneficiary slot for beneficiary tracking

- Added has_or_had_beneficiary.yaml to identify beneficiaries of organizational programs, following RiC-O naming conventions.

feat: Introduce has_or_had_currency slot for monetary values

- Added has_or_had_currency.yaml to associate currencies with monetary amounts, compliant with ISO 4217.

feat: Introduce has_or_had_head slot for organizational heads

- Added has_or_had_head.yaml to link organizational units with their heads, following W3C ORG standards.

feat: Introduce has_or_had_unit slot for measurement units

- Added has_or_had_unit.yaml to associate measurements with their units, compliant with Rule 53.
2026-01-14 17:28:38 +01:00

324 lines
14 KiB
YAML

id: https://nde.nl/ontology/hc/class/organization-branch
name: organization_branch_class
title: OrganizationBranch Class
imports:
- linkml:types
- ./Custodian
- ./CustodianObservation
- ./ReconstructionActivity
- ./OrganizationalStructure
- ./TimeSpan
- ../enums/OrganizationBranchTypeEnum
- ./ReconstructedEntity
- ./BranchType
- ../slots/located_at
- ../slots/has_or_had_description
- ../slots/has_or_had_head
# REMOVED: ../slots/branch_head - MIGRATED to has_or_had_head (2026-01-14) per Rule 53
- ../slots/has_or_had_identifier
- ../slots/has_or_had_label
- ../slots/has_or_had_type
- ../slots/contact_point
- ../slots/has_operational_unit
- ../slots/has_sub_branch
- ../slots/is_branch_of
- ../slots/refers_to_custodian
- ../slots/specificity_annotation
- ../slots/staff_count
- ../slots/template_specificity
- ../slots/temporal_extent
- ../slots/valid_from
- ../slots/valid_to
- ../slots/was_derived_from
- ../slots/was_generated_by
- ./AuxiliaryPlace
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
org: http://www.w3.org/ns/org#
dcterms: http://purl.org/dc/terms/
prov: http://www.w3.org/ns/prov#
skos: http://www.w3.org/2004/02/skos/core#
foaf: http://xmlns.com/foaf/0.1/
vcard: http://www.w3.org/2006/vcard/ns#
classes:
OrganizationBranch:
is_a: ReconstructedEntity
class_uri: org:OrganizationalUnit
description: "Formal organizational branch or sub-organization of a heritage custodian\nthat operates at a specific physical\
\ location (AuxiliaryPlace).\n\n**CRITICAL DISTINCTION FROM OrganizationalStructure**:\n\n| OrganizationBranch | OrganizationalStructure\
\ |\n|-------------------|------------------------|\n| **Formal** branches with administrative status | **Informal**\
\ operational units |\n| Tied to PHYSICAL LOCATION (AuxiliaryPlace) | May or may not have fixed location |\n| Semi-autonomous\
\ (may have own budget, staff) | Part of main organizational hierarchy |\n| Examples: Regional archive, branch library\
\ | Examples: Department, team, division |\n\n**W3C ORG ALIGNMENT**:\n\n`org:OrganizationalUnit` - \"An Organization\
\ such as a University Support Unit \nwhich is part of some larger FormalOrganization and only has full recognition\
\ \nwithin the context of that FormalOrganization.\"\n\nKey properties:\n- `org:unitOf` - links unit to parent organization\n\
- `org:hasSite` - links organization to physical site\n- `org:hasSubOrganization` - links to sub-branches\n\n**THREE-TIER\
\ ORGANIZATIONAL MODEL**:\n\n1. **Custodian** (hub): The main heritage institution\n2. **OrganizationBranch** (formal\
\ sub-organization): \n - Located at AuxiliaryPlace\n - Semi-autonomous branch\n3. **OrganizationalStructure** (informal\
\ units):\n - Departments, teams within branch or main org\n - Can be assigned to branch via has_operational_unit\n\
\n**RELATIONSHIP PATTERN**:\n\n```\nCustodian (hub)\n │\n ├── place_designation → CustodianPlace (main headquarters)\n\
\ │ └── auxiliary_places → AuxiliaryPlace (branch sites)\n │ └── hosts_branch → OrganizationBranch (THIS CLASS)\n\
\ │ └── has_operational_unit → OrganizationalStructure\n │\n └── organizational_structure → OrganizationalStructure\
\ (main org units)\n```\n\n**USE CASES**:\n\n1. **Regional Archive Branches**:\n - National Archives → Regional Office\
\ Noord-Holland\n - Regional office has own staff, reading room, collections\n \n2. **University Library Branches**:\n\
\ - Main library → Science Library → Medical Library\n - Each branch at different campus location\n \n3. **Museum\
\ Satellite Galleries**:\n - Main museum → Contemporary Art Wing (off-site)\n - Separate building, curated exhibitions\n\
\ \n4. **Conservation/Research Centers**:\n - Main institution → Conservation Lab (different building)\n - Specialized\
\ facility with own staff\n\n**Example - National Archives Branch**:\n```yaml\nAuxiliaryPlace:\n place_name: \"Regionaal\
\ Historisch Centrum Noord-Holland\"\n auxiliary_place_type: BRANCH_OFFICE\n hosts_branch:\n - has_or_had_identifier: \"https://nde.nl/ontology/hc/branch/na-rhc-noord-holland\"\
\n has_or_had_label: \"RHC Noord-Holland\"\n branch_type: REGIONAL_OFFICE\n has_operational_unit:\n \
\ - unit_name: \"Reading Room Services\"\n - unit_name: \"Digitization Team\"\n is_branch_of: \"https://nde.nl/ontology/hc/nl-na\"\
\n```\n\n**DISTINCTION FROM schema:branchOf**:\n\nSchema.org `branchOf` links commercial branches (e.g., bank branches).\n\
`org:unitOf` is more appropriate for heritage institutions as it:\n- Models public sector organizational hierarchies\n\
- Allows for semi-autonomous units\n- Integrates with formal organizational structures\n"
exact_mappings:
- org:OrganizationalUnit
close_mappings:
- schema:Organization
- foaf:Organization
related_mappings:
- org:subOrganizationOf
- schema:branchOf
- schema:department
slots:
- has_or_had_description
- has_or_had_head
# REMOVED: branch_head - MIGRATED to has_or_had_head (2026-01-14) per Rule 53
- has_or_had_identifier
- has_or_had_label
- has_or_had_type
- contact_point
- has_operational_unit
- has_sub_branch
- is_branch_of
- located_at
- refers_to_custodian
- specificity_annotation
- staff_count
- template_specificity
- temporal_extent
- valid_from
- valid_to
- was_derived_from
- was_generated_by
slot_usage:
has_or_had_identifier:
range: uriorcurie
required: true
identifier: true
description: >-
Unique identifier for this organizational branch.
MIGRATED from branch_id (2026-01-14) per Rule 53.
examples:
- value: https://nde.nl/ontology/hc/branch/rm-schiphol-exhibition
description: Rijksmuseum Schiphol exhibition branch
has_or_had_label:
range: string
required: true
multivalued: false
description: >-
Official name of this organizational branch.
MIGRATED from branch_name (2026-01-15) per Rule 53.
This is the formal name of the branch as used in official documents.
examples:
- value: Rijksmuseum Schiphol
description: Airport branch name
- value: Conservation Division - Amersfoort
description: Off-site conservation facility
branch_type:
range: OrganizationBranchTypeEnum
required: true
description: |
DEPRECATED: Use has_or_had_type with BranchType class instead.
MIGRATION: 2026-01-13 - Replaced by has_or_had_type slot.
deprecated: "Use has_or_had_type with BranchType class instead"
examples:
- value: EXHIBITION_SPACE
description: Exhibition branch type
- value: CONSERVATION_LAB
description: Conservation facility type
has_or_had_type:
range: BranchType
required: true
description: |
Type of organizational branch unit.
MIGRATED from branch_type (2026-01-13).
Uses BranchType class hierarchy for rich type semantics.
Common types: RegionalOfficeBranch, BranchLibraryUnit,
ConservationLabUnit, ExhibitionSpaceUnit.
examples:
- value: ExhibitionSpaceUnit
description: Exhibition branch type
- value: ConservationLabUnit
description: Conservation facility type
branch_description:
range: string
description: >-
DEPRECATED: Use has_or_had_description instead.
MIGRATION: 2026-01-15 - Replaced by has_or_had_description slot per Rule 53.
deprecated: "Use has_or_had_description instead"
examples:
- value: Small exhibition space at Schiphol Airport featuring rotating highlights from the Rijksmuseum collection.
description: Branch purpose description
has_or_had_description:
range: string
description: >-
Narrative description of the branch's purpose, role, and activities.
MIGRATED from branch_description (2026-01-15) per Rule 53.
Describes what this branch does, its scope of operations,
and its relationship to the parent organization.
examples:
- value: Small exhibition space at Schiphol Airport featuring rotating highlights from the Rijksmuseum collection.
description: Exhibition branch description
- value: Off-site collection storage facility managing overflow objects and art storage.
description: Storage operations branch
located_at:
range: AuxiliaryPlace
multivalued: true
inlined_as_list: true
examples:
- value: https://nde.nl/ontology/hc/aux-place/rijksmuseum-schiphol
description: Airport location
has_operational_unit:
range: OrganizationalStructure
multivalued: true
inlined_as_list: true
examples:
- value:
unit_name: Exhibition Curation Team
unit_type: TEAM
description: Team within branch
is_branch_of:
range: uriorcurie
required: true
examples:
- value: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
description: Branch of Rijksmuseum
has_sub_branch:
range: OrganizationBranch
multivalued: true
inlined_as_list: true
examples:
- value:
has_or_had_label: Schiphol Terminal 2 Kiosk
description: Sub-branch of Schiphol exhibition
has_or_had_head:
range: Person
description: >-
Person who heads or headed this organizational branch.
MIGRATED from branch_head (2026-01-14) per Rule 53.
Uses W3C ORG pattern - inverse of org:headOf.
Can reference Person entity or be inline PersonObservation.
examples:
- value: https://nde.nl/ontology/hc/person/dr-maria-van-der-berg
description: Branch director reference
- value:
full_name: Dr. Maria van der Berg
role: Branch Director
description: Inline person observation
staff_count:
range: integer
examples:
- value: 8
description: Small branch staff
contact_point:
range: string
examples:
- value: schiphol@rijksmuseum.nl
description: Branch email
valid_from:
range: date
examples:
- value: '2002-10-01'
description: Branch opened October 2002
valid_to:
range: date
examples:
- value: '2020-03-15'
description: Branch closed March 2020
temporal_extent:
range: TimeSpan
examples:
- value:
begin_of_the_begin: '2000-01-01'
end_of_the_begin: '2002-12-31'
description: Established sometime 2000-2002
was_derived_from:
range: CustodianObservation
multivalued: true
required: false
was_generated_by:
range: ReconstructionActivity
required: false
refers_to_custodian:
range: Custodian
required: true
examples:
- value: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
description: Rijksmuseum custodian hub
comments:
- OrganizationBranch models FORMAL branches with administrative status
- OrganizationalStructure models INFORMAL operational units
- Branches are LOCATED AT AuxiliaryPlace (physical sites)
- Branches CONTAIN OrganizationalStructure (internal departments/teams)
- W3C ORG org:OrganizationalUnit for semi-autonomous sub-organizations
- Temporal validity tracks branch lifecycle (opened/closed/merged)
- 'Hierarchical: branches can have sub-branches via has_sub_branch'
see_also:
- https://www.w3.org/TR/vocab-org/#org:OrganizationalUnit
- https://www.w3.org/TR/vocab-org/#org:hasSite
- https://www.w3.org/TR/vocab-org/#org:unitOf
- https://www.w3.org/TR/vcard-rdf/
examples:
- value:
has_or_had_identifier: https://nde.nl/ontology/hc/branch/rm-schiphol
has_or_had_label: Rijksmuseum Schiphol
branch_type: EXHIBITION_SPACE
has_or_had_description: Small exhibition space at Schiphol Airport featuring rotating highlights from the collection.
located_at:
- https://nde.nl/ontology/hc/aux-place/rijksmuseum-schiphol
has_operational_unit:
- unit_name: Exhibition Curation Team
unit_type: TEAM
staff_count: 3
is_branch_of: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
staff_count: 8
contact_point: schiphol@rijksmuseum.nl
valid_from: '2002-10-01'
refers_to_custodian: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
description: Rijksmuseum Schiphol exhibition branch
- value:
has_or_had_identifier: https://nde.nl/ontology/hc/branch/rm-depot-operations
has_or_had_label: Collection Storage Operations - Amersfoort
branch_type: STORAGE_MANAGEMENT
has_or_had_description: Off-site collection storage facility managing overflow objects and art storage.
located_at:
- https://nde.nl/ontology/hc/aux-place/rijksmuseum-depot-amersfoort
has_operational_unit:
- unit_name: Storage Management Team
unit_type: TEAM
- unit_name: Climate Control Monitoring
unit_type: SERVICE
is_branch_of: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
staff_count: 12
valid_from: '1995-06-01'
refers_to_custodian: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
description: Rijksmuseum off-site storage operations branch
- value:
has_or_had_identifier: https://nde.nl/ontology/hc/branch/na-rhc-nh
has_or_had_label: Regionaal Historisch Centrum Noord-Holland
branch_type: REGIONAL_OFFICE
has_or_had_description: Regional archives center serving Noord-Holland province, providing reading room services and archival
research support.
is_branch_of: https://nde.nl/ontology/hc/nl-na
staff_count: 25
valid_from: '2001-01-01'
refers_to_custodian: https://nde.nl/ontology/hc/nl-na
description: Regional historical center branch of National Archives