glam/frontend/public/schemas/20251121/linkml/modules/classes/ExhibitionSpace.yaml
kempersc 635beca582
Some checks are pending
Deploy Frontend / build-and-deploy (push) Waiting to run
sync: update frontend schema copies with duplicate mapping fixes (Rule 52)
2026-01-13 18:13:54 +01:00

254 lines
10 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/exhibition_space_id
- ../slots/exhibition_space_name
- ../slots/exhibition_space_description
- ../slots/exhibition_type
- ../slots/museum_type_classification
- ../slots/gallery_type_classification
- ../slots/exhibition_floor_area_sqm
- ../slots/exhibition_capacity
- ../slots/has_climate_control
- ../slots/has_security_system
- ../slots/is_accessible
- ../slots/opening_hour
- ../slots/has_or_had_admission_fee
- ../slots/current_exhibition
- ../slots/exhibition_schedule
- ../slots/is_permanent
- ../slots/partner_institution
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/was_derived_from
- ../slots/was_generated_by
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
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\n\
3. **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 exhibition_space_id: \"https://nde.nl/ontology/hc/aux/rijksmuseum-schiphol-gallery\"\
\n exhibition_space_name: \"Rijksmuseum Schiphol\"\n museum_type_classification: ART_MUSEUM\n exhibition_type:\
\ SATELLITE_GALLERY\n exhibition_floor_area_sqm: 200\n ```\n\n2. **Contemporary Art Project Space**:\n ```yaml\n\
\ ExhibitionSpace:\n exhibition_space_name: \"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
- current_exhibition
- exhibition_capacity
- exhibition_floor_area_sqm
- exhibition_schedule
- exhibition_space_description
- exhibition_space_id
- exhibition_space_name
- exhibition_type
- gallery_type_classification
- has_climate_control
- has_security_system
- is_accessible
- is_permanent
- museum_type_classification
- opening_hour
- partner_institution
- specificity_annotation
- template_specificity
- was_derived_from
- was_generated_by
slot_usage:
exhibition_space_id:
range: uriorcurie
required: true
identifier: true
examples:
- value: https://nde.nl/ontology/hc/aux/rijksmuseum-schiphol-gallery
description: Rijksmuseum airport gallery
exhibition_space_name:
range: string
required: true
examples:
- value: Rijksmuseum Schiphol
description: Airport satellite gallery
- value: Stedelijk Museum Project Space
description: Contemporary art project space
- value: Van Gogh Museum Mesdag Collection
description: Partner venue exhibition
exhibition_space_description:
range: string
examples:
- value: Free gallery at Schiphol Airport featuring rotating highlights from the Rijksmuseum collection. Open daily
to all travelers.
description: Airport gallery description
exhibition_type:
range: ExhibitionSpaceTypeEnum
required: true
examples:
- value: SATELLITE_GALLERY
description: Permanent satellite
- value: PROJECT_SPACE
description: Contemporary project space
museum_type_classification:
range: MuseumTypeEnum
required: false
examples:
- value: ART_MUSEUM
description: Art museum classification
gallery_type_classification:
range: GalleryTypeEnum
required: false
examples:
- value: ART_GALLERY
description: Art gallery classification
- value: KUNSTHALLE
description: Kunsthalle classification
exhibition_floor_area_sqm:
range: float
examples:
- value: 200.0
description: 200 m² gallery
exhibition_capacity:
range: integer
examples:
- value: 50
description: 50 visitors maximum
has_climate_control:
range: boolean
examples:
- value: true
description: Climate controlled
has_security_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_admission_fee:
range: string
examples:
- value: Free
description: Free admission
- value: €12.50 adults, €6.25 students
description: Paid admission
current_exhibition:
range: string
examples:
- value: Highlights from the Golden Age
description: Current exhibition
exhibition_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
was_derived_from:
range: CustodianObservation
multivalued: true
required: false
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:
exhibition_space_id: https://nde.nl/ontology/hc/aux/rijksmuseum-schiphol-gallery
exhibition_space_name: Rijksmuseum Schiphol
exhibition_space_description: Free gallery at Schiphol Airport featuring rotating highlights from the Rijksmuseum
collection.
exhibition_type: SATELLITE_GALLERY
museum_type_classification: ART_MUSEUM
exhibition_floor_area_sqm: 200.0
exhibition_capacity: 75
has_climate_control: true
has_security_system: true
is_accessible: true
opening_hours: Daily 07:00-20:00
admission_fee: Free
current_exhibition: 'Dutch Masters: Highlights from the Golden Age'
exhibition_schedule: Exhibitions rotate every 6 months
is_permanent: true
partner_institution: Schiphol Group
description: Museum airport satellite gallery
- value:
exhibition_space_id: https://nde.nl/ontology/hc/aux/stedelijk-project-space
exhibition_space_name: Stedelijk Museum Bureau Amsterdam
exhibition_space_description: Project space for emerging contemporary artists and experimental exhibitions.
exhibition_type: PROJECT_SPACE
gallery_type_classification: PROJECT_SPACE
exhibition_floor_area_sqm: 150.0
has_climate_control: true
opening_hours: We-Su 11:00-17:00
admission_fee: Free
is_permanent: true
description: Contemporary art project space