glam/schemas/20251121/linkml/modules/classes/BranchOffice.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

158 lines
7.8 KiB
YAML

id: https://nde.nl/ontology/hc/class/branch-office
name: branch_office_class
title: BranchOffice Class
imports:
- linkml:types
- ../enums/QuantityTypeEnum
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_quantity
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_service_area
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/face_public
- ../slots/20260202_matang/has_operating_hours
- ../slots/20260202_matang/new/services_offered
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#
classes:
BranchOffice:
is_a: ReconstructedEntity
class_uri: org:Site
description: "Regional or satellite office of a heritage custodian organization.\n\n**DEFINITION**:\n\nA BranchOffice is a secondary physical location where a heritage custodian\nmaintains operational presence, typically providing services to a specific\ngeographic area or community. Unlike the main headquarters, branch offices\nusually have more limited scope of activities.\n\n**W3C ORG ALIGNMENT**:\n\n`org:Site` - \"An office or other premise at which the organization is located.\"\n\nBranchOffice specializes org:Site for heritage custodian branch locations:\n- Regional archives serving provincial communities\n- Satellite library branches in neighborhoods\n- Museum outposts or study centers\n\n**DISTINCTION FROM OTHER AUXILIARY PLACE TYPES**:\n\n| Type | Purpose | Example |\n|------|---------|---------|\n| **BranchOffice** | Service delivery to geographic area | Regional archive office |\n| AdministrativeOffice | Non-public administrative functions | Finance department building |\n\
| ExhibitionSpace | Display of collections | Gallery annex |\n| ResearchCenter | Research and conservation | Conservation lab |\n\n**TYPICAL CHARACTERISTICS**:\n\n- **Public-facing**: Serves visitors, researchers, patrons\n- **Geographic coverage**: Serves specific region/community\n- **Core services**: Reference, access, programming (subset of main)\n- **Staff presence**: Permanent staff assignment\n- **Collection subset**: May hold locally-relevant materials\n\n**USE CASES**:\n\n1. **Regional Archive Branches**:\n - Noord-Hollands Archief Zaanstreek-Waterland branch\n - Serves researchers in Zaandam area\n - Holds local municipal records\n\n2. **Library Satellite Locations**:\n - University library branch at satellite campus\n - Public library neighborhood branches\n\n3. **Museum Study Centers**:\n - Off-site study/research center for scholars\n - Rijksmuseum Schiphol (airport exhibition space)\n\n**Example - Regional Archive Branch**:\n```yaml\nBranchOffice:\n identified_by:\
\ \"https://nde.nl/ontology/hc/aux/nha-zaanstreek-branch\"\n has_label: \"Noord-Hollands Archief - Zaanstreek-Waterland\"\n has_description: |\n Regional branch serving Zaanstreek-Waterland area.\n Holds municipal records from Zaandam, Wormerland, Purmerend.\n Open to researchers Tuesday-Thursday.\n branch_service_area: \"Zaanstreek-Waterland region\"\n is_public_facing: true\n services_offered:\n - \"Archival research access\"\n - \"Genealogical consultations\"\n - \"Local history reference\"\n```\n"
exact_mappings:
- org:Site
close_mappings:
- schema:Place
- schema:LocalBusiness
- crm:E27_Site
related_mappings:
- org:OrganizationalUnit
- schema:branch
slots:
- has_description
- identified_by
- has_label
- has_service_area
- has_quantity
- face_public
- has_opening_hour
- services_offered
- has_score
- derived_from
- generated_by
slot_usage:
identified_by:
# range: string # uriorcurie
required: true
identifier: true
examples:
- value: https://nde.nl/ontology/hc/aux/nha-zaanstreek-branch
has_label:
# range: string
required: true
multivalued: false
examples:
- value: Noord-Hollands Archief - Zaanstreek-Waterland
- value: Rijksmuseum Schiphol
- value: Universiteitsbibliotheek Science Park
has_description:
# range: string
examples:
- value: Regional branch serving Zaanstreek-Waterland area. Holds municipal records from Zaandam, Wormerland, Purmerend. Open to researchers Tuesday-Thursday.
has_service_area:
range: ServiceArea
inlined: true
examples:
- value:
service_area_id: https://nde.nl/ontology/hc/servicearea/zaanstreek-waterland
service_area_name: Zaanstreek-Waterland region
service_area_type: REGIONAL
face_public:
range: boolean
required: true
ifabsent: 'true'
examples:
- value: true
services_offered:
# range: string
multivalued: true
examples:
- value: Archival research access
- value: Genealogical consultations
- value: Local history reference
has_opening_hour:
# range: string
examples:
- value: Tu-Th 09:00-17:00
has_quantity:
range: integer
inlined: false # Fixed invalid inline for primitive type
examples:
- value:
has_description: Staff assigned to this branch
is_estimate: false
derived_from:
range: CustodianObservation
multivalued: true
required: false
generated_by:
range: ReconstructionActivity
required: false
comments:
- BranchOffice models regional/satellite locations of heritage custodians
- Distinguished from AdministrativeOffice by public-facing nature
- W3C ORG org:Site specialized for branch locations
- Typically serves specific geographic area or community
- May hold local collection subset relevant to service area
see_also:
- https://www.w3.org/TR/vocab-org/#org:Site
- https://schema.org/LocalBusiness
- https://schema.org/branch
examples:
- value:
identified_by: https://nde.nl/ontology/hc/aux/nha-zaanstreek-branch
has_label: Noord-Hollands Archief - Zaanstreek-Waterland
has_description: Regional branch serving Zaanstreek-Waterland area. Holds municipal records from Zaandam, Wormerland, Purmerend.
has_service_area:
service_area_id: https://nde.nl/ontology/hc/servicearea/zaanstreek-waterland
service_area_name: Zaanstreek-Waterland region
service_area_type: REGIONAL
is_public_facing: true
services_offered:
- Archival research access
- Genealogical consultations
- Local history reference
operating_hours: Tu-Th 09:00-17:00
has_quantity:
has_description: Staff assigned to Zaanstreek-Waterland branch
- value:
identified_by: https://nde.nl/ontology/hc/aux/rijksmuseum-schiphol
has_label: Rijksmuseum Schiphol
has_description: Exhibition space at Schiphol Airport featuring rotating highlights from the Rijksmuseum collection. Free admission.
has_service_area:
service_area_id: https://nde.nl/ontology/hc/servicearea/schiphol-travelers
service_area_name: Amsterdam Schiphol Airport travelers
service_area_type: COMMUNITY
is_public_facing: true
services_offered:
- Exhibition viewing
- Museum shop
operating_hours: Daily 07:00-20:00
has_quantity:
has_description: Staff assigned to Schiphol branch
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"