glam/schemas/20251121/linkml/modules/classes/ReadingRoom.yaml
kempersc ca4a54181e Refactor schema files to improve clarity and maintainability
- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting.
- Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes.
- Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting.
- Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting.
- Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability.
- Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability.
- Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name.
- Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity.
- Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity.
- Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity.
- Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
2026-01-31 00:46:23 +01:00

228 lines
8.9 KiB
YAML

id: https://nde.nl/ontology/hc/class/reading-room
name: reading_room_class
title: ReadingRoom Class
imports:
- linkml:types
- ../enums/ReadingRoomTypeEnum
- ../slots/allows_or_allowed
- ../slots/has_locker
- ../slots/has_microfilm_reader
- ../slots/has_or_had_accessibility_feature
- ../slots/has_or_had_description
- ../slots/has_or_had_identifier
- ../slots/has_or_had_label
- ../slots/has_or_had_quantity
- ../slots/has_or_had_score
- ../slots/has_supervised_handling
- ../slots/has_wifi
- ../slots/is_or_was_derived_from
- ../slots/is_or_was_generated_by
- ../slots/opening_hour
- ../slots/reading_room_type
- ../slots/requires_appointment
- ../slots/requires_registration
- ../slots/seating_capacity
- ../slots/specificity_annotation
- ./CustodianObservation
- ./Description
- ./Label
- ./Laptop
- ./Photography
- ./Quantity
- ./ReconstructedEntity
- ./ReconstructionActivity
- ./SpecificityAnnotation
- ./TemplateSpecificityScore
- ./TemplateSpecificityType
- ./TemplateSpecificityTypes
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:
ReadingRoom:
is_a: ReconstructedEntity
class_uri: aat:300004051
description: "Reading room or research room at a heritage custodian institution.\n\n**DEFINITION**:\n\nA ReadingRoom is a designated space where researchers, scholars, and the\npublic can access and consult collection materials under supervised\nconditions. Reading rooms are the primary interface between heritage\ncustodians and their users for on-site collection access.\n\n**GETTY AAT ALIGNMENT**:\n\n`aat:300004051` (reading rooms) - \"Rooms in libraries, archives, or other\nbuildings where books, periodicals, or other materials may be read or\nstudied, but not normally borrowed.\"\n\n**DISTINCTION FROM ReadingRoomAnnex**:\n\n| Type | Location | Status |\n|------|----------|--------|\n| **ReadingRoom** | Main building | Primary reading facility |\n| ReadingRoomAnnex | Separate location | Overflow/supplementary |\n\n**TYPICAL CHARACTERISTICS**:\n\n- **Supervised access**: Staff oversight for security\n- **Controlled environment**: Climate control for materials\n- **Research support**:\
\ Finding aids, catalogs, reference help\n- **Registration required**: Reader cards, ID verification\n- **Rules of use**: No food/drink, pencils only, handling guidelines\n\n**TYPES OF READING ROOMS**:\n\n1. **General Reading Room**: Primary research space\n2. **Special Collections Reading Room**: Rare/valuable materials\n3. **Microfilm Reading Room**: Microform materials\n4. **Digital Reading Room**: Electronic resources, digitization on demand\n5. **Map Room**: Oversized cartographic materials\n6. **Newspaper Reading Room**: Periodicals and newspapers\n\n**USE CASES**:\n\n1. **Archive Reading Room**:\n ```yaml\n ReadingRoom:\n has_or_had_identifier: \"https://nde.nl/ontology/hc/aux/na-studiezaal\"\n has_or_had_label:\n label_text: \"Nationaal Archief Studiezaal\"\n reading_room_type: \"General\"\n seating_capacity: 80\n requires_registration: true\n allows_photography: true\n ```\n\n2. **Special Collections Room**:\n ```yaml\n ReadingRoom:\n\
\ has_or_had_label:\n label_text: \"KB Bijzondere Collecties Leeszaal\"\n reading_room_type: \"Special Collections\"\n seating_capacity: 20\n requires_appointment: true\n has_supervised_handling: true\n ```\n"
exact_mappings:
- aat:300004051
close_mappings:
- org:Site
- schema:Place
- schema:Library
related_mappings:
- aat:300004049
- schema:ReadingRoom
slots:
- has_or_had_accessibility_feature
- allows_or_allowed
- has_locker
- has_microfilm_reader
- has_supervised_handling
- has_wifi
- opening_hour
- has_or_had_description
- has_or_had_identifier
- has_or_had_label
- reading_room_type
- requires_appointment
- requires_registration
- seating_capacity
- specificity_annotation
- has_or_had_score
- has_or_had_quantity
- is_or_was_derived_from
- is_or_was_generated_by
slot_usage:
has_or_had_identifier:
range: uriorcurie
required: true
identifier: true
examples:
- value: https://nde.nl/ontology/hc/aux/na-studiezaal
has_or_had_label:
range: string
required: true
inlined: true
examples:
- value:
label_text: Nationaal Archief Studiezaal
- value:
label_text: KB Bijzondere Collecties Leeszaal
- value:
label_text: Stadsarchief Amsterdam Studiezaal
has_or_had_description:
range: string
inlined: true
examples:
- value:
description_text: Main research room for consulting archival collections. Staff assistance available. Self-service microfilm readers and computer terminals for catalog access.
reading_room_type:
range: ReadingRoomTypeEnum
required: true
examples:
- value: GENERAL
- value: SPECIAL_COLLECTIONS
seating_capacity:
range: integer
examples:
- value: 80
- value: 20
has_or_had_quantity:
range: integer
required: false
inlined: true
examples:
- value:
has_or_had_measurement_unit:
has_or_had_type: TERMINAL
has_or_had_symbol: terminals
has_microfilm_reader:
range: boolean
examples:
- value: true
has_wifi:
range: boolean
examples:
- value: true
requires_registration:
range: boolean
examples:
- value: true
requires_appointment:
range: boolean
examples:
- value: true
- value: false
allows_or_allowed:
range: string
multivalued: true
examples:
- value: Laptops permitted
- value: Photography for personal research
has_supervised_handling:
range: boolean
examples:
- value: true
has_locker:
range: boolean
examples:
- value: true
opening_hour:
range: string
examples:
- value: Tu-Fr 09:00-17:00, Sa 09:00-13:00
has_or_had_accessibility_feature:
range: string
multivalued: true
examples:
- value: Wheelchair accessible
- value: Screen magnification software
is_or_was_derived_from:
range: CustodianObservation
multivalued: true
required: false
is_or_was_generated_by:
range: ReconstructionActivity
required: false
comments:
- ReadingRoom models primary research/consultation spaces
- Getty AAT 300004051 for reading rooms
- Distinguished from ReadingRoomAnnex by being primary facility
- Key interface between heritage custodians and researchers
- Access rules vary by institution and material type
see_also:
- http://vocab.getty.edu/aat/300004051
- https://schema.org/Library
examples:
- value:
has_or_had_identifier: https://nde.nl/ontology/hc/aux/na-studiezaal
has_or_had_label:
label_text: Nationaal Archief Studiezaal
has_or_had_description:
description_text: Main research room for consulting archival collections. Self-service retrieval from open stacks. Staff assistance available.
reading_room_type: GENERAL
seating_capacity: 80
has_computer_terminals: true
terminal_count: 15
has_microfilm_readers: true
has_wifi: true
requires_registration: true
requires_appointment: false
allows_or_allowed:
- Laptops permitted
- Photography for personal research use
has_lockers: true
opening_hours: Tu-Fr 09:00-17:00, Sa 09:00-13:00
has_or_had_accessibility_feature:
- Wheelchair accessible
- Adjustable desks
- value:
has_or_had_identifier: https://nde.nl/ontology/hc/aux/kb-bijzondere-collecties
has_or_had_label:
label_text: KB Bijzondere Collecties Leeszaal
has_or_had_description:
description_text: Special collections reading room for rare books, manuscripts, and incunabula. Supervised handling required.
reading_room_type: SPECIAL_COLLECTIONS
seating_capacity: 20
has_computer_terminals: true
terminal_count: 4
requires_registration: true
requires_appointment: true
allows_or_allowed:
- Photography not permitted - reproduction service available
has_supervised_handling: true
has_lockers: true
opening_hours: Mo-Fr 10:00-16:00
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"