glam/schemas/20251121/linkml/modules/classes/ReadingRoomAnnex.yaml
kempersc 043ea868b5
All checks were successful
Deploy Frontend / build-and-deploy (push) Successful in 4m31s
fix(schema): Resolve broken imports after slot migration
- Fix empty import list elements (- # comment pattern) in Laptop, Expenses,
  FunctionType, Overview, WebLink, Photography classes
- Replace valid_from/valid_to slots with temporal_extent in class slots lists
- Update slot_usage to use temporal_extent with TimeSpan range
- Update examples to use temporal_extent with begin_of_the_begin/end_of_the_end
- Fix typo is_or_was_is_or_was_archived_at → is_or_was_archived_at in WebObservation
- Add TimeSpan imports to classes using temporal_extent
- Fix relative import paths for Timestamp in temporal slots
- Fix CustodianIdentifier → Identifier imports in FundingAgenda, ReadingRoomAnnex

Schema validates successfully with 902 classes and 2043 slots.
2026-01-15 12:25:27 +01:00

201 lines
8.1 KiB
YAML

id: https://nde.nl/ontology/hc/class/reading-room-annex
name: reading_room_annex_class
title: ReadingRoomAnnex Class
imports:
- linkml:types
- ./ReconstructedEntity
- ./CustodianObservation
- ./ReconstructionActivity
- ./ReadingRoom
- ../slots/has_annex_description
- ../slots/has_or_had_identifier
- ../slots/has_annex_name
- ../slots/has_annex_reason
- ../slots/is_annex_of_reading_room
- ../slots/is_temporary
- ../slots/material_specialization
- ../slots/opening_hour
- ../slots/planned_closure_date
- ../slots/requires_separate_registration
- ../slots/seating_capacity
- ../slots/shares_catalog_with_main
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/was_derived_from
- ../slots/was_generated_by
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ./Identifier # Contains CustodianIdentifier class
- ../enums/ReadingRoomAnnexReasonEnum
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#
aat: http://vocab.getty.edu/aat/
classes:
ReadingRoomAnnex:
is_a: ReconstructedEntity
class_uri: aat:300004051
description: "Overflow or supplementary reading room at a separate location from main facility.\n\n**DEFINITION**:\n\n\
A ReadingRoomAnnex is a secondary research space located separately from\nthe main heritage custodian building. Annexes\
\ typically serve overflow\ncapacity, specialized materials, or specific researcher communities.\n\n**DISTINCTION FROM\
\ ReadingRoom**:\n\n| Property | ReadingRoom | ReadingRoomAnnex |\n|----------|-------------|------------------|\n|\
\ **Location** | Main building | Separate location |\n| **Status** | Primary facility | Supplementary |\n| **Materials**\
\ | Main collections | Overflow/specialized |\n| **Permanence** | Permanent | May be temporary |\n\n**TYPICAL REASONS\
\ FOR ANNEX**:\n\n1. **Capacity overflow**: Main reading room at capacity\n2. **Specialized materials**: Maps, newspapers,\
\ genealogy\n3. **Geographic reach**: Serve researchers in another city\n4. **Renovation**: Temporary reading room during\
\ construction\n5. **Partnership**: Shared space with another institution\n\n**USE CASES**:\n\n1. **Overflow Annex**:\n\
\ ```yaml\n ReadingRoomAnnex:\n has_or_had_identifier: \"https://nde.nl/ontology/hc/aux/nha-annex-kleine-houtweg\"\n \
\ annex_name: \"Noord-Hollands Archief Reading Room Annex\"\n annex_reason: CAPACITY_OVERFLOW\n is_annex_of_reading_room:\
\ \"https://nde.nl/ontology/hc/aux/nha-studiezaal\"\n ```\n\n2. **Specialized Materials Annex**:\n ```yaml\n ReadingRoomAnnex:\n\
\ annex_name: \"Stadsarchief Kaartenkamer Annex\"\n annex_reason: SPECIALIZED_MATERIALS\n material_specialization:\
\ \"Historical maps and atlases\"\n ```\n\n**RELATIONSHIP TO AuxiliaryPlace**:\n\nReadingRoomAnnex is typically located\
\ within an AuxiliaryPlace:\n```\nAuxiliaryPlace (physical location)\n └── hosts → ReadingRoomAnnex (function at that\
\ location)\n```\n"
exact_mappings:
- aat:300004051
close_mappings:
- org:Site
- schema:Place
related_mappings:
- hc:ReadingRoom
- schema:branch
slots:
- has_annex_description
- has_or_had_identifier
- has_annex_name
- has_annex_reason
- is_annex_of_reading_room
- is_temporary
- material_specialization
- opening_hour
- planned_closure_date
- requires_separate_registration
- seating_capacity
- shares_catalog_with_main
- specificity_annotation
- template_specificity
- was_derived_from
- was_generated_by
slot_usage:
has_or_had_identifier:
range: CustodianIdentifier
required: true
identifier: true
description: Unique identifier for this reading room annex following NDE Heritage Custodian ontology conventions.
examples:
- value: https://nde.nl/ontology/hc/aux/nha-annex-kleine-houtweg
description: Noord-Hollands Archief annex
has_annex_name:
range: string
required: true
examples:
- value: Noord-Hollands Archief Reading Room Annex
description: Archive overflow annex
- value: Stadsarchief Kaartenkamer Annex
description: Specialized materials annex
has_annex_description:
range: string
examples:
- value: Overflow reading room for peak research periods. Same registration as main studiezaal. Materials must be
pre-ordered.
description: Overflow annex description
has_annex_reason:
range: ReadingRoomAnnexReasonEnum
required: true
examples:
- value: CAPACITY_OVERFLOW
description: Overflow capacity
- value: SPECIALIZED_MATERIALS
description: Specialized collection
material_specialization:
range: string
examples:
- value: Historical maps and atlases
description: Cartographic specialization
- value: Newspaper and periodical collections
description: Periodicals specialization
is_annex_of_reading_room:
range: ReadingRoom
required: true
examples:
- value: https://nde.nl/ontology/hc/aux/nha-studiezaal
description: Main reading room reference
seating_capacity:
range: integer
examples:
- value: 15
description: Small annex capacity
requires_separate_registration:
range: boolean
ifabsent: 'false'
examples:
- value: false
description: Same registration as main
shares_catalog_with_main:
range: boolean
ifabsent: 'true'
examples:
- value: true
description: Shared catalog
opening_hour:
range: string
examples:
- value: We-Th 10:00-16:00
description: Limited hours
is_temporary:
range: boolean
examples:
- value: true
description: Temporary during renovation
- value: false
description: Permanent annex
planned_closure_date:
range: date
examples:
- value: '2025-12-31'
description: Planned closure when renovation complete
was_derived_from:
range: CustodianObservation
multivalued: true
required: false
was_generated_by:
range: ReconstructionActivity
required: false
comments:
- ReadingRoomAnnex models secondary/overflow research spaces
- Distinguished from ReadingRoom by being at separate location
- Links to main ReadingRoom via is_annex_of_reading_room
- May be temporary (renovation) or permanent (specialized materials)
- Often has more limited hours than main reading room
see_also:
- http://vocab.getty.edu/aat/300004051
examples:
- value:
has_or_had_identifier: https://nde.nl/ontology/hc/aux/nha-annex-kleine-houtweg
annex_name: Noord-Hollands Archief Reading Room Annex
annex_description: Overflow reading room at Kleine Houtweg for peak research periods. Same registration as main studiezaal.
annex_reason: CAPACITY_OVERFLOW
is_annex_of_reading_room: https://nde.nl/ontology/hc/aux/nha-studiezaal
seating_capacity: 15
requires_separate_registration: false
shares_catalog_with_main: true
opening_hours: Tu-Th 10:00-16:00
is_temporary: false
description: Overflow reading room annex
- value:
has_or_had_identifier: https://nde.nl/ontology/hc/aux/sa-renovation-annex
annex_name: Stadsarchief Temporary Reading Room
annex_description: Temporary reading room during main building renovation. Limited services available.
annex_reason: RENOVATION
is_annex_of_reading_room: https://nde.nl/ontology/hc/aux/sa-studiezaal
seating_capacity: 20
opening_hours: Mo-Fr 10:00-16:00
is_temporary: true
planned_closure_date: '2025-06-30'
description: Temporary renovation annex