glam/schemas/20251121/linkml/modules/classes/AdministrativeOffice.yaml
kempersc d3a65a496c Refactor slot names and descriptions across multiple YAML files for consistency and clarity
- Updated slot names to improve semantic clarity:
  - `has_type` changed to `categorized_as`
  - `has_location` changed to `located_at`
  - `coordinates` changed to `has_coordinates`
  - `country` changed to `in_country`
  - `like_count` changed to `has_quantity`

- Adjusted descriptions and annotations for slots to enhance understanding and alignment with ontology standards.

- Modified imports in `WomensArchives.yaml` and `WomensArchivesRecordSetTypes.yaml` to reflect new slot names.

- Enhanced multilingual support in `has_record_set` slot definition with additional translations and structured aliases.

- General cleanup and standardization of slot definitions across various classes including `Wikidata`, `Youtube`, and `WorkExperience`.
2026-02-11 11:54:34 +01:00

172 lines
7.9 KiB
YAML

id: https://nde.nl/ontology/hc/class/administrative-office
name: administrative_office_class
title: AdministrativeOffice Class
imports:
- linkml:types
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/has_function
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_staff
- ../slots/20260202_matang/leased_by
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/lease
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/
crm: http://www.cidoc-crm.org/cidoc-crm/
prov: http://www.w3.org/ns/prov#
skos: http://www.w3.org/2004/02/skos/core#
vcard: http://www.w3.org/2006/vcard/ns#
classes:
AdministrativeOffice:
is_a: ReconstructedEntity
class_uri: org:Site
description: "Non-public administrative building or office space of a heritage custodian.\n**DEFINITION**:\nAn AdministrativeOffice is a secondary physical location where a heritage custodian performs back-office, administrative, or support functions that do not directly serve the public. These locations typically house staff performing finance, HR, IT, management, or other operational activities.\n**W3C ORG ALIGNMENT**:\n`org:Site` - \"An office or other premise at which the organization is located.\"\nAdministrativeOffice specializes org:Site for non-public administrative spaces: - Financial/accounting departments - Human resources offices - IT infrastructure locations - Executive/management offices\n**DISTINCTION FROM OTHER AUXILIARY PLACE TYPES**:\n| Type | Public Access | Primary Function | |------|---------------|------------------| | BranchOffice | Yes | Public service delivery | | **AdministrativeOffice** | No | Back-office operations | | ResearchCenter | Limited | Research/conservation\
\ | | Storage | No | Collection storage |\n**TYPICAL CHARACTERISTICS**:\n- **Staff-only access**: No public visitors - **Administrative functions**: Finance, HR, IT, management - **Separate from collections**: No collection materials stored - **Cost center**: Often in lower-cost location than main building\n**USE CASES**:\n1. **Separate Administrative Building**:\n - Museum finance department in office park\n - Archive IT/digitization support center\n\n2. **Executive Offices**:\n - Foundation board meeting space\n - Director's office separate from main building\n\n3. **Support Services**:\n - Facilities management office\n - Marketing/communications department\n\n**Example - Administrative Annex**: ```yaml AdministrativeOffice:\n has_admin_office_identifier: \"https://nde.nl/ontology/hc/aux/rijksmuseum-admin-zuidas\"\n has_admin_office_name: \"Rijksmuseum Administrative Offices - Zuidas\"\n has_admin_office_description: |\n Administrative support offices housing finance,\
\ HR, and IT departments.\n Staff access only. Located in Zuidas business district for cost efficiency.\n has_function:\n - function_category: ADMINISTRATIVE\n function_name: \"Finance and accounting\"\n - function_category: ADMINISTRATIVE\n function_name: \"Human resources\"\n - function_category: SUPPORT\n function_name: \"Information technology\"\n - function_category: ADMINISTRATIVE\n function_name: \"Legal affairs\"\n has_access_restriction: \"Staff badge required\"\n```"
exact_mappings:
- org:Site
close_mappings:
- schema:Place
- crm:E27_Site
related_mappings:
- schema:Corporation
- org:OrganizationalUnit
slots:
- has_description
- identified_by
- has_label
# has_admin_staff_count REMOVED - migrated to has_staff_member (Rule 53)
- has_staff
- has_function
- leased_by
- lease
- has_score
- derived_from
- generated_by
slot_usage:
identified_by:
# range: string # uriorcurie
required: true
has_label:
# range: string
required: true
has_description:
# range: string
has_function:
range: FunctionType
multivalued: true
inlined: true
inlined_as_list: true
examples:
- value:
function_category: ADMINISTRATIVE
function_name: Finance and accounting
- value:
function_category: ADMINISTRATIVE
function_name: Human resources
- value:
function_category: SUPPORT
function_name: Information technology
- value: Management access only
has_staff:
range: Staff
multivalued: true
inlined: true
examples:
- value:
has_quantity:
has_value: 25
has_unit:
has_label: "FTE"
has_type:
has_label: "Administrative Staff"
leased_by:
range: boolean
examples:
- value: true
- value: false
lease:
range: date
examples:
- value: '2028-12-31'
derived_from:
# range: string # CustodianObservation
multivalued: true
required: false
generated_by:
range: ReconstructionActivity
required: false
comments:
- AdministrativeOffice models non-public back-office locations
- Distinguished from BranchOffice by lack of public access
- W3C ORG org:Site specialized for administrative functions
- Often in separate building from main heritage operations
- May be leased rather than owned for cost efficiency
- 'MIGRATION NOTE: has_administrative_function replaced by generic has_function (Rule 53)'
see_also:
- https://www.w3.org/TR/vocab-org/#org:Site
- https://schema.org/Corporation
examples:
- value:
identified_by:
identifier_value: https://nde.nl/ontology/hc/aux/rijksmuseum-admin-zuidas
has_label:
has_label: Rijksmuseum Administrative Offices - Zuidas
has_description:
has_content:
has_description: Administrative support offices housing finance, HR, and IT departments. Staff access only. Located in Zuidas business district.
description_type: admin_office
has_function:
- function_category: ADMINISTRATIVE
function_name: Finance and accounting
- function_category: ADMINISTRATIVE
function_name: Human resources
- function_category: SUPPORT
function_name: Information technology
- function_category: ADMINISTRATIVE
function_name: Legal affairs
has_staff:
- has_quantity:
has_value: 45
has_unit:
has_label: "FTE"
has_type:
has_label: "Administrative Staff"
is_leased: true
lease_expiry: '2028-12-31'
- value:
identified_by:
identifier_value: https://nde.nl/ontology/hc/aux/kb-digitization-center
has_label:
has_label: Koninklijke Bibliotheek Digitization Support Center
has_description:
has_content:
has_description: Technical support center for digitization operations. Houses scanning equipment coordination and quality control.
description_type: admin_office
has_function:
- function_category: PROGRAM
function_name: Digitization project management
- function_category: SUPPORT
function_name: Quality control
- function_category: SUPPORT
function_name: Technical support
has_staff:
- has_quantity:
has_value: 12
has_unit:
has_label: "FTE"
has_type:
has_label: "Technical Staff"
is_leased: false
lease_expiry: null
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"