- Added new aliases for existing slots to improve clarity and usability, including: - has_deadline: has_embargo_end_date - has_extent: has_extent_text - has_fonds: has_fond - has_laboratory: conservation_lab - has_language: has_iso_code639_1, has_iso_code639_3 - has_legal_basis: legal_basis - has_light_exposure: max_light_lux - has_measurement_unit: has_unit - has_note: has_custodian_observation - has_occupation: occupation - has_operating_hours: has_operating_hours - has_position: position - has_quantity: has_artwork_count, link_count - has_roadmap: review_date - has_skill: skill - has_speaker: speaker_label - has_specification: specification_url - has_statement: rights_statement_url, rights_statement - has_type: custodian_only - has_user_category: serves_visitors_only - hold_record_set: record_count - identified_by: has_index_number - in_period: has_period - in_place: has_place - in_series: has_series - measure: has_measurement - measured_on: measurement_date - organized_by: has_organizer - originate_from: has_origin - part_of: suborganization_of - published_on: has_publication_date - receive_investment: has_investment - related_to: connection_heritage_type - require: preservation_requirement - safeguarded_by: current_keeper, record_holder_note - state: states_or_stated - take_comission: takes_or_took_comission - take_place_at: takes_or_took_place_at - transmit_through: transmits_or_transmitted_through - warrant: warrants_or_warranted - Introduced a new slot definition for evaluated_through to capture evaluation methodologies and review statuses.
213 lines
8.4 KiB
YAML
213 lines
8.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/reading-room
|
|
name: reading_room_class
|
|
title: ReadingRoom Class
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/ReadingRoomTypeEnum
|
|
- ../slots/allow
|
|
- ../slots/has_locker
|
|
- ../slots/has_microfilm_reader
|
|
- ../slots/has_accessibility_feature
|
|
- ../slots/has_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_quantity
|
|
- ../slots/has_score
|
|
- ../slots/has_access_policy
|
|
- ../slots/has_wifi
|
|
- ../slots/derive_from
|
|
- ../slots/generated_by
|
|
- ../slots/has_operating_hours
|
|
- ../slots/has_type
|
|
- ../slots/require
|
|
- ../slots/has_capacity
|
|
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 identified_by: \"https://nde.nl/ontology/hc/aux/na-studiezaal\"\n has_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_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_accessibility_feature
|
|
- allow
|
|
- has_locker
|
|
- has_microfilm_reader
|
|
- has_access_policy
|
|
- has_wifi
|
|
- has_opening_hour
|
|
- has_description
|
|
- identified_by
|
|
- has_label
|
|
- has_type
|
|
- require
|
|
- require
|
|
- has_capacity
|
|
- has_score
|
|
- has_quantity
|
|
- derive_from
|
|
- generated_by
|
|
slot_usage:
|
|
identified_by:
|
|
# range: string # uriorcurie
|
|
required: true
|
|
identifier: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/aux/na-studiezaal
|
|
has_label:
|
|
# range: string
|
|
required: true
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value:
|
|
label_text: Nationaal Archief Studiezaal
|
|
- value:
|
|
label_text: KB Bijzondere Collecties Leeszaal
|
|
- value:
|
|
label_text: Stadsarchief Amsterdam Studiezaal
|
|
has_description:
|
|
# range: string
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value:
|
|
description_text: Main research room for consulting archival collections. Staff assistance available. Self-service microfilm readers and computer terminals for catalog access.
|
|
has_type:
|
|
range: ReadingRoomTypeEnum
|
|
required: true
|
|
examples:
|
|
- value: GENERAL
|
|
- value: SPECIAL_COLLECTIONS
|
|
has_capacity:
|
|
range: integer
|
|
examples:
|
|
- value: 80
|
|
- value: 20
|
|
has_quantity:
|
|
range: integer
|
|
required: false
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value:
|
|
has_measurement_unit:
|
|
has_type: TERMINAL
|
|
has_symbol: terminals
|
|
has_microfilm_reader:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
has_wifi:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
require:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
require:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
- value: false
|
|
allow:
|
|
# range: string
|
|
multivalued: true
|
|
examples:
|
|
- value: Laptops permitted
|
|
- value: Photography for personal research
|
|
has_access_policy:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
has_locker:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
has_opening_hour:
|
|
# range: string
|
|
examples:
|
|
- value: Tu-Fr 09:00-17:00, Sa 09:00-13:00
|
|
has_accessibility_feature:
|
|
# range: string
|
|
multivalued: true
|
|
examples:
|
|
- value: Wheelchair accessible
|
|
- value: Screen magnification software
|
|
derive_from:
|
|
range: CustodianObservation
|
|
multivalued: true
|
|
required: false
|
|
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:
|
|
identified_by: https://nde.nl/ontology/hc/aux/na-studiezaal
|
|
has_label:
|
|
label_text: Nationaal Archief Studiezaal
|
|
has_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
|
|
allow:
|
|
- Laptops permitted
|
|
- Photography for personal research use
|
|
has_lockers: true
|
|
opening_hours: Tu-Fr 09:00-17:00, Sa 09:00-13:00
|
|
has_accessibility_feature:
|
|
- Wheelchair accessible
|
|
- Adjustable desks
|
|
- value:
|
|
identified_by: https://nde.nl/ontology/hc/aux/kb-bijzondere-collecties
|
|
has_label:
|
|
label_text: KB Bijzondere Collecties Leeszaal
|
|
has_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
|
|
allow:
|
|
- 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: "['*']"
|