- 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.
215 lines
9.6 KiB
YAML
215 lines
9.6 KiB
YAML
id: https://nde.nl/ontology/hc/class/temporary-location
|
|
name: temporary_location_class
|
|
title: TemporaryLocation Class
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/TemporaryLocationReasonEnum
|
|
- ../slots/has_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_rationale
|
|
- ../slots/has_score
|
|
- ../slots/has_type
|
|
- ../slots/current
|
|
- ../slots/derive_from
|
|
- ../slots/generated_by
|
|
- ../slots/has_roadmap
|
|
- ../slots/replace
|
|
- ../slots/has_service
|
|
- ../slots/temporal_extent
|
|
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#
|
|
classes:
|
|
TemporaryLocation:
|
|
is_a: ReconstructedEntity
|
|
class_uri: org:Site
|
|
description: "Time-limited or temporary physical location of a heritage custodian.\n\n**DEFINITION**:\n\nA TemporaryLocation is a secondary physical location that is explicitly\nintended to be short-term or time-limited. Unlike permanent auxiliary\nplaces, temporary locations have a planned end date and serve specific\ntransitional purposes.\n\n**W3C ORG ALIGNMENT**:\n\n`org:Site` with explicit temporal boundaries - \"An office or other premise\nat which the organization is located\" for a defined period.\n\n**DISTINCTION FROM OTHER AUXILIARY PLACE TYPES**:\n\n| Type | Duration | Intent |\n|------|----------|--------|\n| BranchOffice | Permanent | Ongoing service delivery |\n| Storage | Permanent | Long-term collection storage |\n| **TemporaryLocation** | Time-limited | Transitional purpose |\n| ExhibitionSpace | Varies | May be temporary or permanent |\n\n**TYPICAL REASONS FOR TEMPORARY LOCATIONS**:\n\n1. **Renovation/Construction**:\n - Main building undergoing renovation\n - Collections\
|
|
\ temporarily relocated\n - Staff moved to interim offices\n\n2. **Emergency/Disaster**:\n - Flood/fire damage to main building\n - Emergency collection storage\n - Temporary public access point\n\n3. **Pop-up Programs**:\n - Traveling exhibitions\n - Community outreach locations\n - Festival/event presence\n\n4. **Pilot Projects**:\n - Testing new service models\n - Exploring new geographic areas\n - Experimental programming\n\n**CIDOC-CRM ALIGNMENT**:\n\n`crm:E7_Activity` with `crm:P4_has_time-span` - Activities that occur\nat specific locations for defined periods.\n\n**USE CASES**:\n\n1. **Renovation Interim Location**:\n ```yaml\n TemporaryLocation:\n temp_location_id: \"https://nde.nl/ontology/hc/aux/stedelijk-temp-2020\"\n temp_location_name: \"Stedelijk Museum Temporary Entrance\"\n temp_location_reason: RENOVATION\n planned_start: \"2020-06-01\"\n planned_end: \"2021-12-31\"\n reason_description: \"Main entrance renovation -\
|
|
\ temporary access via garden entrance\"\n ```\n\n2. **Pop-up Exhibition**:\n ```yaml\n TemporaryLocation:\n temp_location_name: \"Rijksmuseum Pop-up Groningen\"\n temp_location_reason: POP_UP_PROGRAM\n planned_start: \"2024-07-01\"\n planned_end: \"2024-09-30\"\n reason_description: \"Summer pop-up exhibition in Groninger Forum\"\n ```\n\n3. **Emergency Storage**:\n ```yaml\n TemporaryLocation:\n temp_location_name: \"Emergency Collection Storage - Watersnood\"\n temp_location_reason: EMERGENCY\n temporal_extent:\n begin_of_the_begin: \"2024-01-15\" # Actual start\n planned_end: null # Unknown when main facility will be repaired\n reason_description: \"Emergency relocation due to flooding at main depot\"\n ```\n"
|
|
exact_mappings:
|
|
- org:Site
|
|
close_mappings:
|
|
- schema:Place
|
|
- crm:E27_Site
|
|
- schema:Event
|
|
related_mappings:
|
|
- crm:E7_Activity
|
|
- schema:TemporaryLocation
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
- has_rationale
|
|
- has_type
|
|
- current
|
|
- has_roadmap
|
|
- has_roadmap
|
|
- replace
|
|
- has_service
|
|
- has_score
|
|
- temporal_extent
|
|
- derive_from
|
|
- generated_by
|
|
slot_usage:
|
|
identified_by:
|
|
# range: string # uriorcurie
|
|
required: true
|
|
identifier: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/aux/stedelijk-temp-2020
|
|
has_label:
|
|
# range: string
|
|
required: true
|
|
multivalued: true
|
|
examples:
|
|
- value: Stedelijk Museum Temporary Entrance
|
|
- value: Rijksmuseum Pop-up Groningen
|
|
- value: Emergency Collection Storage - Watersnood 2024
|
|
has_description:
|
|
# range: string
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value:
|
|
description_text: Temporary entrance during main entrance renovation. Access collections via garden entrance, Paulus Potterstraat side.
|
|
description_type: location
|
|
language: en
|
|
has_type:
|
|
range: TemporaryLocationReasonEnum
|
|
required: true
|
|
multivalued: false
|
|
examples:
|
|
- value: RENOVATION
|
|
- value: POP_UP_PROGRAM
|
|
- value: EMERGENCY
|
|
has_rationale:
|
|
# range: string
|
|
examples:
|
|
- value: Main entrance renovation including new accessibility features. Expected completion Q4 2021.
|
|
- value: Emergency relocation due to flooding at main depot on 2024-01-14. Extent of damage being assessed.
|
|
has_roadmap:
|
|
range: date
|
|
examples:
|
|
- value: '2020-06-01'
|
|
has_roadmap:
|
|
range: date
|
|
examples:
|
|
- value: '2021-12-31'
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
examples:
|
|
- value:
|
|
begin_of_the_begin: '2020-06-15'
|
|
end_of_the_begin: '2020-06-15'
|
|
begin_of_the_end: '2022-03-15'
|
|
end_of_the_end: '2022-03-15'
|
|
- value:
|
|
begin_of_the_begin: '2024-06-01'
|
|
end_of_the_begin: '2024-07-15'
|
|
begin_of_the_end: '2024-09-15'
|
|
end_of_the_end: '2024-10-31'
|
|
- value:
|
|
begin_of_the_begin: '2024-01-15'
|
|
end_of_the_begin: '2024-01-15'
|
|
current:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
replace:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
- value: false
|
|
has_service:
|
|
# range: string
|
|
multivalued: true
|
|
examples:
|
|
- value: Public entrance
|
|
- value: Collection storage
|
|
derive_from:
|
|
range: CustodianObservation
|
|
multivalued: true
|
|
required: false
|
|
generated_by:
|
|
range: ReconstructionActivity
|
|
required: false
|
|
comments:
|
|
- TemporaryLocation models time-limited auxiliary locations
|
|
- Distinguished from permanent auxiliary places by explicit end date
|
|
- Reasons include renovation, emergency, pop-up programs, pilot projects
|
|
- Track both planned and actual start/end dates
|
|
- Important for visitor communication during transitions
|
|
see_also:
|
|
- https://www.w3.org/TR/vocab-org/#org:Site
|
|
- https://schema.org/Event
|
|
- http://www.cidoc-crm.org/html/cidoc_crm_v7.1.3.html#E7
|
|
examples:
|
|
- value:
|
|
identified_by: https://nde.nl/ontology/hc/aux/stedelijk-temp-2020
|
|
has_label:
|
|
- Stedelijk Museum Temporary Entrance
|
|
has_description:
|
|
- description_text: Temporary entrance during main entrance renovation. Access via garden entrance.
|
|
description_type: location
|
|
language: en
|
|
has_type: RENOVATION
|
|
has_rationale: Main entrance renovation including new accessibility features.
|
|
planned_start: '2020-06-01'
|
|
planned_end: '2021-12-31'
|
|
temporal_extent:
|
|
begin_of_the_begin: '2020-06-15'
|
|
end_of_the_begin: '2020-06-15'
|
|
begin_of_the_end: '2022-03-15'
|
|
end_of_the_end: '2022-03-15'
|
|
is_active: false
|
|
replaces_primary_location: true
|
|
serves_function_of:
|
|
- Public entrance
|
|
- Ticket sales
|
|
- value:
|
|
identified_by: https://nde.nl/ontology/hc/aux/rijksmuseum-popup-groningen
|
|
has_label:
|
|
- Rijksmuseum Pop-up Groningen
|
|
has_description:
|
|
- description_text: Summer pop-up exhibition in Groninger Forum featuring highlights from the Golden Age collection.
|
|
description_type: location
|
|
language: en
|
|
has_type: POP_UP_PROGRAM
|
|
has_rationale: Outreach program bringing collection highlights to northern Netherlands.
|
|
planned_start: '2024-07-01'
|
|
planned_end: '2024-09-30'
|
|
temporal_extent:
|
|
begin_of_the_begin: '2024-07-01'
|
|
end_of_the_begin: '2024-07-01'
|
|
is_active: true
|
|
replaces_primary_location: false
|
|
serves_function_of:
|
|
- Exhibition space
|
|
- value:
|
|
identified_by: https://nde.nl/ontology/hc/aux/emergency-storage-2024
|
|
has_label:
|
|
- Emergency Collection Storage - Watersnood 2024
|
|
has_description:
|
|
- description_text: Emergency relocation of collection materials following flooding at main depot.
|
|
description_type: location
|
|
language: en
|
|
has_type: EMERGENCY
|
|
has_rationale: Flooding on 2024-01-14 damaged main storage facility. Collections evacuated to temporary climate-controlled space.
|
|
temporal_extent:
|
|
begin_of_the_begin: '2024-01-15'
|
|
end_of_the_begin: '2024-01-15'
|
|
planned_end: null
|
|
is_active: true
|
|
replaces_primary_location: true
|
|
serves_function_of:
|
|
- Collection storage
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|