- Apply Rule 39: RiC-O style hasOrHad*/isOrWas* for temporal slots - Apply Rule 43: Singular noun convention (keywords → keyword) - Update slot references to match renamed slot files - Maintain schema integrity across all class definitions
371 lines
13 KiB
YAML
371 lines
13 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/annex_id
|
|
- ../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
|
|
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.
|
|
|
|
**DEFINITION**:
|
|
|
|
A ReadingRoomAnnex is a secondary research space located separately from
|
|
the main heritage custodian building. Annexes typically serve overflow
|
|
capacity, specialized materials, or specific researcher communities.
|
|
|
|
**DISTINCTION FROM ReadingRoom**:
|
|
|
|
| Property | ReadingRoom | ReadingRoomAnnex |
|
|
|----------|-------------|------------------|
|
|
| **Location** | Main building | Separate location |
|
|
| **Status** | Primary facility | Supplementary |
|
|
| **Materials** | Main collections | Overflow/specialized |
|
|
| **Permanence** | Permanent | May be temporary |
|
|
|
|
**TYPICAL REASONS FOR ANNEX**:
|
|
|
|
1. **Capacity overflow**: Main reading room at capacity
|
|
2. **Specialized materials**: Maps, newspapers, genealogy
|
|
3. **Geographic reach**: Serve researchers in another city
|
|
4. **Renovation**: Temporary reading room during construction
|
|
5. **Partnership**: Shared space with another institution
|
|
|
|
**USE CASES**:
|
|
|
|
1. **Overflow Annex**:
|
|
```yaml
|
|
ReadingRoomAnnex:
|
|
annex_id: "https://nde.nl/ontology/hc/aux/nha-annex-kleine-houtweg"
|
|
annex_name: "Noord-Hollands Archief Reading Room Annex"
|
|
annex_reason: CAPACITY_OVERFLOW
|
|
is_annex_of_reading_room: "https://nde.nl/ontology/hc/aux/nha-studiezaal"
|
|
```
|
|
|
|
2. **Specialized Materials Annex**:
|
|
```yaml
|
|
ReadingRoomAnnex:
|
|
annex_name: "Stadsarchief Kaartenkamer Annex"
|
|
annex_reason: SPECIALIZED_MATERIALS
|
|
material_specialization: "Historical maps and atlases"
|
|
```
|
|
|
|
**RELATIONSHIP TO AuxiliaryPlace**:
|
|
|
|
ReadingRoomAnnex is typically located within an AuxiliaryPlace:
|
|
```
|
|
AuxiliaryPlace (physical location)
|
|
└── hosts → ReadingRoomAnnex (function at that location)
|
|
```
|
|
exact_mappings:
|
|
- aat:300004051
|
|
close_mappings:
|
|
- org:Site
|
|
- schema:Place
|
|
related_mappings:
|
|
- hc:ReadingRoom
|
|
- schema:branch
|
|
slots:
|
|
- has_annex_description
|
|
- annex_id
|
|
- 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_annex_identifier:
|
|
slot_uri: dcterms:identifier
|
|
description: |
|
|
Unique identifier for this reading room annex.
|
|
Format: URI following NDE Heritage Custodian ontology conventions.
|
|
range: uriorcurie
|
|
required: true
|
|
identifier: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/aux/nha-annex-kleine-houtweg
|
|
description: Noord-Hollands Archief annex
|
|
has_annex_name:
|
|
slot_uri: skos:prefLabel
|
|
description: |
|
|
Name of this reading room annex.
|
|
|
|
SKOS: prefLabel for preferred name.
|
|
|
|
Should clearly indicate relationship to main reading room.
|
|
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:
|
|
slot_uri: dcterms:description
|
|
description: |
|
|
Free-text description of this reading room annex.
|
|
|
|
Include:
|
|
- Why this annex exists
|
|
- What materials/services are available here
|
|
- Relationship to main reading room
|
|
- How to access
|
|
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:
|
|
slot_uri: dcterms:type
|
|
description: |
|
|
Reason this reading room annex was established.
|
|
|
|
Common reasons:
|
|
- CAPACITY_OVERFLOW: Main room at capacity
|
|
- SPECIALIZED_MATERIALS: Specific material types
|
|
- GEOGRAPHIC_REACH: Serve distant researchers
|
|
- RENOVATION: Temporary during construction
|
|
- PARTNERSHIP: Shared with another institution
|
|
range: ReadingRoomAnnexReasonEnum
|
|
required: true
|
|
examples:
|
|
- value: CAPACITY_OVERFLOW
|
|
description: Overflow capacity
|
|
- value: SPECIALIZED_MATERIALS
|
|
description: Specialized collection
|
|
material_specialization:
|
|
slot_uri: schema:about
|
|
description: |
|
|
What specialized materials this annex serves, if applicable.
|
|
|
|
Only relevant if has_annex_reason is SPECIALIZED_MATERIALS.
|
|
range: string
|
|
examples:
|
|
- value: Historical maps and atlases
|
|
description: Cartographic specialization
|
|
- value: Newspaper and periodical collections
|
|
description: Periodicals specialization
|
|
is_annex_of_reading_room:
|
|
slot_uri: schema:isPartOf
|
|
description: |
|
|
The main ReadingRoom that this is an annex of.
|
|
|
|
Schema.org: isPartOf for part-whole relationship.
|
|
|
|
Links annex to primary reading room.
|
|
range: ReadingRoom
|
|
required: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/aux/nha-studiezaal
|
|
description: Main reading room reference
|
|
seating_capacity:
|
|
slot_uri: schema:maximumAttendeeCapacity
|
|
description: |
|
|
Number of researcher seats available in this annex.
|
|
|
|
Schema.org: maximumAttendeeCapacity for capacity.
|
|
range: integer
|
|
examples:
|
|
- value: 15
|
|
description: Small annex capacity
|
|
requires_separate_registration:
|
|
slot_uri: schema:isAccessibleForFree
|
|
description: |
|
|
Whether researchers need separate registration for this annex.
|
|
|
|
FALSE: Same reader card as main reading room
|
|
TRUE: Additional registration required
|
|
range: boolean
|
|
ifabsent: 'false'
|
|
examples:
|
|
- value: false
|
|
description: Same registration as main
|
|
shares_catalog_with_main:
|
|
slot_uri: schema:isRelatedTo
|
|
description: |
|
|
Whether this annex uses the same catalog/finding aids as main reading room.
|
|
|
|
TRUE: Same catalog system
|
|
FALSE: Separate catalog (may indicate specialized collection)
|
|
range: boolean
|
|
ifabsent: 'true'
|
|
examples:
|
|
- value: true
|
|
description: Shared catalog
|
|
opening_hour:
|
|
slot_uri: schema:openingHours
|
|
description: |
|
|
Opening hours for this annex.
|
|
|
|
May differ from main reading room (often more limited).
|
|
range: string
|
|
examples:
|
|
- value: We-Th 10:00-16:00
|
|
description: Limited hours
|
|
is_temporary:
|
|
slot_uri: schema:eventStatus
|
|
description: |
|
|
Whether this annex is temporary (will close when main room reopens).
|
|
|
|
Relevant for renovation/construction annexes.
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
description: Temporary during renovation
|
|
- value: false
|
|
description: Permanent annex
|
|
planned_closure_date:
|
|
slot_uri: schema:validThrough
|
|
description: |
|
|
Planned closure date if this is a temporary annex.
|
|
|
|
Only relevant if is_temporary is TRUE.
|
|
range: date
|
|
examples:
|
|
- value: '2025-12-31'
|
|
description: Planned closure when renovation complete
|
|
was_derived_from:
|
|
slot_uri: prov:wasDerivedFrom
|
|
description: |
|
|
CustodianObservation(s) from which this annex record was derived.
|
|
|
|
PROV-O: wasDerivedFrom for observation provenance.
|
|
range: CustodianObservation
|
|
multivalued: true
|
|
required: false
|
|
was_generated_by:
|
|
slot_uri: prov:wasGeneratedBy
|
|
description: |
|
|
ReconstructionActivity that generated this annex record.
|
|
|
|
PROV-O: wasGeneratedBy for generation activity.
|
|
range: ReconstructionActivity
|
|
required: false
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
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:
|
|
annex_id: 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:
|
|
annex_id: 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
|
|
enums:
|
|
ReadingRoomAnnexReasonEnum:
|
|
description: Reasons for establishing a reading room annex
|
|
permissible_values:
|
|
CAPACITY_OVERFLOW:
|
|
description: Main reading room at capacity
|
|
SPECIALIZED_MATERIALS:
|
|
description: Serves specific material types (maps, newspapers, etc.)
|
|
GEOGRAPHIC_REACH:
|
|
description: Serves researchers in another geographic area
|
|
RENOVATION:
|
|
description: Temporary annex during main building renovation
|
|
PARTNERSHIP:
|
|
description: Shared space with another institution
|
|
slots:
|
|
has_annex_identifier:
|
|
description: Unique identifier for reading room annex
|
|
range: uriorcurie
|
|
has_annex_name:
|
|
description: Name of reading room annex
|
|
range: string
|
|
has_annex_description:
|
|
description: Description of reading room annex
|
|
range: string
|
|
has_annex_reason:
|
|
description: Reason for annex existence
|
|
range: ReadingRoomAnnexReasonEnum
|
|
material_specialization:
|
|
description: Material specialization if applicable
|
|
range: string
|
|
is_annex_of_reading_room:
|
|
description: Main reading room this is annex of
|
|
range: ReadingRoom
|
|
requires_separate_registration:
|
|
description: Needs separate registration
|
|
range: boolean
|
|
shares_catalog_with_main:
|
|
description: Uses same catalog as main
|
|
range: boolean
|
|
is_temporary:
|
|
description: Whether annex is temporary
|
|
range: boolean
|
|
planned_closure_date:
|
|
description: Planned closure date if temporary
|
|
range: date
|