- Updated manifest.json with new generated timestamp. - Added close mappings to APIRequest and Administration classes. - Renamed slots in AccessPolicy to has_or_had_embargo_end_date and has_or_had_embargo_reason. - Changed class_uri for Accumulation to rico:AccumulationRelation and updated description. - Added exact mappings to Altitude, AppellationType, and ArchitecturalStyle classes. - Removed deprecated slots from CollectionManagementSystem and updated has_or_had_type. - Added new slots for has_or_had_embargo_end_date and has_or_had_embargo_reason. - Updated slot definitions for has_or_had_assessment, has_or_had_sequence_index, and others with new URIs and mappings. - Removed unused slots end_seconds and end_time. - Added new slot definitions for has_or_had_exhibition_type, has_or_had_extent_text, and is_or_was_documented_by.
310 lines
12 KiB
YAML
310 lines
12 KiB
YAML
id: https://nde.nl/ontology/hc/class/exhibition-space
|
|
name: exhibition_space_class
|
|
title: ExhibitionSpace Class
|
|
imports:
|
|
- linkml:types
|
|
- ./ReconstructedEntity
|
|
- ./CustodianObservation
|
|
- ./ReconstructionActivity
|
|
- ../enums/MuseumTypeEnum
|
|
- ../enums/GalleryTypeEnum
|
|
- ../enums/ExhibitionSpaceTypeEnum
|
|
- ../slots/has_or_had_identifier
|
|
- ../slots/has_or_had_label
|
|
- ../slots/has_or_had_description
|
|
- ./Label
|
|
- ./Description
|
|
- ../slots/museum_type_classification
|
|
- ../slots/has_or_had_type
|
|
- ./GalleryType
|
|
- ./GalleryTypes
|
|
- ../slots/has_or_had_area
|
|
- ./Area
|
|
- ../slots/has_or_had_capacity
|
|
- ./Capacity
|
|
- ../slots/has_climate_control
|
|
- ../slots/has_or_had_system
|
|
- ../slots/is_accessible
|
|
- ../slots/opening_hour
|
|
# has_or_had_admission_fee REMOVED - migrated to has_or_had_fee + AdmissionFee (Rule 53)
|
|
- ../slots/has_or_had_fee
|
|
- ./AdmissionFee
|
|
- ../slots/current_exhibition
|
|
- ../slots/has_or_had_schedule
|
|
- ../slots/is_permanent
|
|
- ../slots/partner_institution
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score
|
|
- ../slots/is_or_was_derived_from
|
|
- ../slots/is_or_was_generated_by
|
|
- ./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/
|
|
wd: http://www.wikidata.org/entity/
|
|
classes:
|
|
ExhibitionSpace:
|
|
is_a: ReconstructedEntity
|
|
class_uri: aat:300005768
|
|
description: "Exhibition space, gallery, or display area operated by a heritage custodian\nat a location separate from the main facility.\n\n**DEFINITION**:\n\nAn ExhibitionSpace is a dedicated area for displaying collections or\nexhibitions at a secondary location. This may be a satellite gallery,\nexhibition pavilion, temporary exhibition venue, or partner venue where\nthe heritage custodian presents its collections.\n\n**GETTY AAT ALIGNMENT**:\n\n`aat:300005768` (exhibition spaces) - \"Spaces designed and equipped for\nthe display and viewing of objects, artworks, or specimens.\"\n\n**WIKIDATA TYPE LINKAGE**:\n\nThis class can be further classified using either:\n\n1. **MuseumTypeEnum** (187 types) - For museum-style exhibition spaces:\n - Q207694 (art museum)\n - Q17431399 (history museum)\n - Q2087181 (science museum)\n \n2. **GalleryTypeEnum** (78 types) - For gallery-style exhibition spaces:\n - Q1007870 (art gallery)\n - Q1060829 (exhibition hall)\n - Q856584 (kunsthalle)\n\
|
|
\n**DISTINCTION FROM OTHER AUXILIARY PLACE TYPES**:\n\n| Type | Primary Function | Public Access |\n|------|------------------|---------------|\n| **ExhibitionSpace** | Display collections | Yes - public viewing |\n| Storage | Store collections | No - staff only |\n| BranchOffice | Service delivery | Yes - services |\n| ResearchCenter | Academic research | Limited |\n\n**TYPES OF EXHIBITION SPACES**:\n\n1. **Satellite Gallery**: Permanent secondary exhibition venue\n2. **Exhibition Pavilion**: Purpose-built exhibition structure\n3. **Partner Venue**: Space in another institution\n4. **Pop-up Gallery**: Temporary exhibition venue\n5. **Outdoor Exhibition**: Open-air display area\n6. **Project Space**: Experimental/contemporary art space\n\n**USE CASES**:\n\n1. **Museum Satellite Gallery**:\n ```yaml\n ExhibitionSpace:\n has_or_had_identifier: \"https://nde.nl/ontology/hc/aux/rijksmuseum-schiphol-gallery\"\n has_or_had_label:\n label_text: \"Rijksmuseum Schiphol\"\n\
|
|
\ museum_type_classification: ART_MUSEUM\n exhibition_type: SATELLITE_GALLERY\n has_or_had_area:\n quantity_value: 200\n ```\n\n2. **Contemporary Art Project Space**:\n ```yaml\n ExhibitionSpace:\n has_or_had_label:\n label_text: \"Stedelijk Museum Project Space\"\n gallery_type_classification: PROJECT_SPACE\n exhibition_type: PROJECT_SPACE\n focuses_on_contemporary: true\n ```\n"
|
|
exact_mappings:
|
|
- aat:300005768
|
|
close_mappings:
|
|
- org:Site
|
|
- schema:ExhibitionEvent
|
|
- wd:Q1060829
|
|
related_mappings:
|
|
- schema:Museum
|
|
- schema:ArtGallery
|
|
slots:
|
|
# has_or_had_admission_fee REMOVED - migrated to has_or_had_fee (Rule 53)
|
|
- has_or_had_fee
|
|
- current_exhibition
|
|
- has_or_had_capacity
|
|
- has_or_had_area
|
|
- has_or_had_schedule
|
|
- has_or_had_identifier
|
|
- has_or_had_label
|
|
- has_or_had_description
|
|
- has_or_had_type
|
|
- has_climate_control
|
|
- has_or_had_system
|
|
- is_accessible
|
|
- is_permanent
|
|
- museum_type_classification
|
|
- opening_hour
|
|
- partner_institution
|
|
- specificity_annotation
|
|
- has_or_had_score
|
|
- is_or_was_derived_from
|
|
- is_or_was_generated_by
|
|
slot_usage:
|
|
has_or_had_identifier:
|
|
range: uriorcurie
|
|
required: true
|
|
identifier: true
|
|
description: Unique identifier for the exhibition space.
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/aux/rijksmuseum-schiphol-gallery
|
|
description: Rijksmuseum airport gallery
|
|
has_or_had_label:
|
|
range: Label
|
|
inlined: true
|
|
required: true
|
|
description: The name of the exhibition space.
|
|
examples:
|
|
- value: 'label_text: Rijksmuseum Schiphol
|
|
|
|
'
|
|
description: Airport satellite gallery
|
|
- value: 'label_text: Stedelijk Museum Project Space
|
|
|
|
'
|
|
description: Contemporary art project space
|
|
- value: 'label_text: Van Gogh Museum Mesdag Collection
|
|
|
|
'
|
|
description: Partner venue exhibition
|
|
has_or_had_description:
|
|
range: Description
|
|
inlined: true
|
|
description: A description of the exhibition space.
|
|
examples:
|
|
- value: 'description_text: Free gallery at Schiphol Airport featuring rotating highlights from the Rijksmuseum collection. Open daily to all travelers.
|
|
|
|
'
|
|
description: Airport gallery description
|
|
museum_type_classification:
|
|
range: MuseumTypeEnum
|
|
required: false
|
|
examples:
|
|
- value: ART_MUSEUM
|
|
description: Art museum classification
|
|
has_or_had_type:
|
|
description: 'Classification of the gallery type (e.g., CommercialGallery, Kunsthalle).
|
|
|
|
MIGRATED from gallery_type_classification per Rule 53.
|
|
|
|
Uses GalleryType class hierarchy instead of GalleryTypeEnum.
|
|
|
|
'
|
|
range: GalleryType
|
|
required: false
|
|
any_of:
|
|
- range: CommercialGallery
|
|
- range: NonProfitGallery
|
|
- range: ArtistRunSpace
|
|
- range: Kunsthalle
|
|
# Added ExhibitionSpaceTypeEnum as allowed range for has_or_had_type
|
|
# This replaces the removed has_or_had_exhibition_type slot
|
|
- range: ExhibitionSpaceTypeEnum
|
|
examples:
|
|
- value: ART_GALLERY
|
|
description: Art gallery classification (CommercialGallery)
|
|
- value: KUNSTHALLE
|
|
description: Kunsthalle classification (Kunsthalle)
|
|
- value: SATELLITE_GALLERY
|
|
description: Satellite gallery classification (ExhibitionSpaceTypeEnum)
|
|
has_or_had_area:
|
|
range: Area
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
quantity_value: 200.0
|
|
has_or_had_unit:
|
|
has_or_had_type: SQUARE_METER
|
|
has_or_had_symbol: "m\xB2"
|
|
description: "200 m\xB2 gallery"
|
|
has_or_had_capacity:
|
|
range: Capacity
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_or_had_quantity:
|
|
quantity_value: 50
|
|
has_or_had_unit:
|
|
unit_value: person
|
|
has_or_had_type: SeatingCapacity
|
|
description: 50 visitors maximum
|
|
has_climate_control:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
description: Climate controlled
|
|
has_or_had_system:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
description: Security system installed
|
|
is_accessible:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
description: Wheelchair accessible
|
|
opening_hour:
|
|
range: string
|
|
examples:
|
|
- value: Daily 07:00-20:00
|
|
description: Airport gallery hours
|
|
has_or_had_fee:
|
|
description: |
|
|
Admission fee for the exhibition space.
|
|
MIGRATED from has_or_had_admission_fee per Rule 53.
|
|
Uses AdmissionFee class.
|
|
range: AdmissionFee
|
|
multivalued: true
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_or_had_label: "Free"
|
|
has_or_had_amount: 0
|
|
description: Free admission
|
|
- value:
|
|
has_or_had_label: "Standard Adult"
|
|
has_or_had_amount: 12.50
|
|
description: Paid admission
|
|
current_exhibition:
|
|
range: string
|
|
examples:
|
|
- value: Highlights from the Golden Age
|
|
description: Current exhibition
|
|
has_or_had_schedule:
|
|
range: string
|
|
examples:
|
|
- value: Exhibitions rotate quarterly
|
|
description: Rotation schedule
|
|
is_permanent:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
description: Permanent venue
|
|
partner_institution:
|
|
range: string
|
|
examples:
|
|
- value: Schiphol Group
|
|
description: Airport partnership
|
|
- value: Groninger Museum
|
|
description: Museum partnership
|
|
is_or_was_derived_from:
|
|
range: CustodianObservation
|
|
multivalued: true
|
|
required: false
|
|
is_or_was_generated_by:
|
|
range: ReconstructionActivity
|
|
required: false
|
|
comments:
|
|
- ExhibitionSpace models secondary exhibition venues of heritage custodians
|
|
- Getty AAT 300005768 for exhibition spaces
|
|
- Can be classified using MuseumTypeEnum OR GalleryTypeEnum
|
|
- Distinguished from main institution - this is auxiliary/satellite venue
|
|
- May be permanent (satellite gallery) or temporary (pop-up)
|
|
see_also:
|
|
- http://vocab.getty.edu/aat/300005768
|
|
- https://schema.org/ExhibitionEvent
|
|
- https://www.wikidata.org/wiki/Q1060829
|
|
examples:
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/aux/rijksmuseum-schiphol-gallery
|
|
has_or_had_label:
|
|
label_text: Rijksmuseum Schiphol
|
|
has_or_had_description:
|
|
description_text: Free gallery at Schiphol Airport featuring rotating highlights from the Rijksmuseum collection.
|
|
has_or_had_type: SATELLITE_GALLERY
|
|
museum_type_classification: ART_MUSEUM
|
|
has_or_had_area:
|
|
quantity_value: 200.0
|
|
has_or_had_unit:
|
|
has_or_had_type: SQUARE_METER
|
|
has_or_had_symbol: "m\xB2"
|
|
has_or_had_capacity:
|
|
has_or_had_quantity:
|
|
quantity_value: 75
|
|
has_or_had_unit:
|
|
unit_value: person
|
|
has_or_had_type: SeatingCapacity
|
|
has_climate_control: true
|
|
has_or_had_system: true
|
|
is_accessible: true
|
|
opening_hour: Daily 07:00-20:00
|
|
has_or_had_fee:
|
|
- has_or_had_label: "Free"
|
|
current_exhibition: 'Dutch Masters: Highlights from the Golden Age'
|
|
has_or_had_schedule: Exhibitions rotate every 6 months
|
|
is_permanent: true
|
|
partner_institution: Schiphol Group
|
|
description: Museum airport satellite gallery
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/aux/stedelijk-project-space
|
|
has_or_had_label:
|
|
label_text: Stedelijk Museum Bureau Amsterdam
|
|
has_or_had_description:
|
|
description_text: Project space for emerging contemporary artists and experimental exhibitions.
|
|
has_or_had_type: PROJECT_SPACE
|
|
has_or_had_area:
|
|
quantity_value: 150.0
|
|
has_or_had_unit:
|
|
has_or_had_type: SQUARE_METER
|
|
has_or_had_symbol: "m\xB2"
|
|
has_climate_control: true
|
|
opening_hour: We-Su 11:00-17:00
|
|
has_or_had_fee:
|
|
- has_or_had_label: "Free"
|
|
is_permanent: true
|
|
description: Contemporary art project space
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|