- 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.
180 lines
7.2 KiB
YAML
180 lines
7.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/reading-room-annex
|
|
name: reading_room_annex_class
|
|
title: ReadingRoomAnnex Class
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/ReadingRoomAnnexReasonEnum
|
|
- ../slots/has_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_score
|
|
- ../slots/annex_of
|
|
- ../slots/created_through
|
|
- ../slots/derive_from
|
|
- ../slots/generated_by
|
|
- ../slots/has_roadmap
|
|
- ../slots/has_service
|
|
- ../slots/has_operating_hours
|
|
- ../slots/require
|
|
- ../slots/has_capacity
|
|
- ../slots/has_finding_aid
|
|
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\nA 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 identified_by: \"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 \u2514\u2500\u2500 hosts \u2192 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_description
|
|
- identified_by
|
|
- has_label
|
|
- created_through
|
|
- annex_of
|
|
- has_roadmap
|
|
- has_service
|
|
- has_opening_hour
|
|
- has_roadmap
|
|
- require
|
|
- has_capacity
|
|
- has_finding_aid
|
|
- has_score
|
|
- derive_from
|
|
- generated_by
|
|
slot_usage:
|
|
identified_by:
|
|
range: CustodianIdentifier
|
|
required: true
|
|
identifier: true
|
|
inlined: false
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/aux/nha-annex-kleine-houtweg
|
|
has_label:
|
|
# range: string
|
|
required: true
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value:
|
|
label_text: Noord-Hollands Archief Reading Room Annex
|
|
- value:
|
|
label_text: Stadsarchief Kaartenkamer Annex
|
|
has_description:
|
|
# range: string
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value:
|
|
description_text: Overflow reading room for peak research periods. Same registration as main studiezaal. Materials must be pre-ordered.
|
|
created_through:
|
|
# range: string
|
|
required: true
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value:
|
|
has_reason:
|
|
has_label: CAPACITY_OVERFLOW
|
|
- value:
|
|
has_reason:
|
|
has_label: SPECIALIZED_MATERIALS
|
|
has_service:
|
|
# range: string
|
|
examples:
|
|
- value: Historical maps and atlases
|
|
- value: Newspaper and periodical collections
|
|
annex_of:
|
|
range: ReadingRoom
|
|
required: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/aux/nha-studiezaal
|
|
has_capacity:
|
|
range: integer
|
|
examples:
|
|
- value: 15
|
|
require:
|
|
range: boolean
|
|
ifabsent: 'false'
|
|
examples:
|
|
- value: false
|
|
has_finding_aid:
|
|
range: boolean
|
|
ifabsent: 'true'
|
|
examples:
|
|
- value: true
|
|
has_opening_hour:
|
|
# range: string
|
|
examples:
|
|
- value: We-Th 10:00-16:00
|
|
has_roadmap:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
- value: false
|
|
has_roadmap:
|
|
range: date
|
|
examples:
|
|
- value: '2025-12-31'
|
|
derive_from:
|
|
range: CustodianObservation
|
|
multivalued: true
|
|
required: false
|
|
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:
|
|
identified_by: https://nde.nl/ontology/hc/aux/nha-annex-kleine-houtweg
|
|
has_label:
|
|
label_text: Noord-Hollands Archief Reading Room Annex
|
|
has_description:
|
|
description_text: Overflow reading room at Kleine Houtweg for peak research periods. Same registration as main studiezaal.
|
|
created_through:
|
|
has_reason:
|
|
has_label: 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
|
|
- value:
|
|
identified_by: https://nde.nl/ontology/hc/aux/sa-renovation-annex
|
|
has_label:
|
|
label_text: Stadsarchief Temporary Reading Room
|
|
has_description:
|
|
description_text: Temporary reading room during main building renovation. Limited services available.
|
|
created_through:
|
|
has_reason:
|
|
has_label: 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'
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|