glam/schemas/20251121/linkml/modules/classes/Exhibition.yaml
kempersc 69a22e2b5a Refactor and expand LinkML slot definitions
- Deleted the `rights_statement_url` slot definition as it is no longer needed.
- Added multiple new slots including `has_legal_basis`, `has_statement`, `impose`, `pose_condition`, and `reviewed_through` with detailed descriptions and ontology alignments.
- Updated existing slots to improve clarity and consistency, including renaming `close_mappings` to `related_mappings` in several definitions.
- Enhanced the `require` slot with additional aliases for better usability.
- Improved documentation and comments across all slot definitions to clarify their purpose and usage.
2026-02-08 23:37:44 +01:00

288 lines
13 KiB
YAML

id: https://nde.nl/ontology/hc/class/Exhibition
name: Exhibition
title: Exhibition Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
crm: http://www.cidoc-crm.org/cidoc-crm/
dcterms: http://purl.org/dc/terms/
skos: http://www.w3.org/2004/02/skos/core#
foaf: http://xmlns.com/foaf/0.1/
rdfs: http://www.w3.org/2000/01/rdf-schema#
imports:
- linkml:types
- ../enums/EventStatusEnum
- ../enums/ExhibitionTypeEnum
- ../metadata
- ../slots/20260202_matang/new/curated_by
- ../slots/20260202_matang/exhibit
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/has_documentation
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/organized_by
- ../slots/20260202_matang/has_quantity
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_status
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/has_url
- ../slots/20260202_matang/has_venue
- ../slots/20260202_matang/cataloged_in
- ../slots/20260202_matang/located_in
- ../slots/20260202_matang/new/organized_by
- ../slots/20260202_matang/temporal_extent
default_prefix: hc
classes:
Exhibition:
class_uri: schema:ExhibitionEvent
description: "A curated display of objects, artworks, documents, or cultural materials\norganized by a heritage custodian institution.\n\nModels the EXHIBITION (organized event), linking organizing institutions\nto temporal extents, featured objects, and published catalogs.\n\n**Key Distinction**:\n\n| Concept | Class | Example |\n|---------|-------|---------|\n| Heritage institution | Custodian | \"Rijksmuseum\" |\n| **Curated display** | **Exhibition** | **\"Vermeer\" exhibition** |\n| Individual object | ExhibitedObject | \"Girl with a Pearl Earring\" |\n| Publication | ExhibitionCatalog | \"Vermeer (2023) exhibition catalog\" |\n| Event occurrence | IntangibleHeritageEvent | \"Pride Amsterdam 2024\" |\n\n**When to Use Exhibition**:\n\nUse for curated displays organized by heritage institutions:\n- Museum exhibitions (permanent, temporary, traveling)\n- Archive exhibitions (document displays, historical materials)\n- Library special collections exhibitions\n- Gallery shows (solo,\
\ group, retrospectives)\n- Virtual/online exhibitions\n\n- **Schema.org**: schema:ExhibitionEvent (primary - web discoverability)\n \"Event type: Exhibition event, e.g. at a museum, library, archive, tradeshow, ...\"\n- **CIDOC-CRM**: crm:E7_Activity (deliberate actions by actors)\n- **CIDOC-CRM**: crm:E5_Event (historical event)\n- **Schema.org**: schema:Event (parent class for all events)\n\n**Relationship to Other Classes**:\n\n```\nCustodian (organizing institution)\n |\n |--- organized_by (inverse: exhibitions)\n v\nExhibition (curated display)\n |\n |--- exhibition_timespan --> TimeSpan (CIDOC-CRM temporal extent)\n |--- featured_objects --> ExhibitedObject[] (artworks, artifacts)\n |--- exhibition_catalogs --> ExhibitionCatalog[] (publications)\n```\n\n**Temporal Modeling**:\n\nExhibitions have temporal bounds that can be modeled at two levels:\n\n1. **Simple dates**: Use `start_date` and `end_date` for precise dates\n2. **Fuzzy boundaries**: Use\
\ `exhibition_timespan` \u2192 TimeSpan for CIDOC-CRM\n fuzzy temporal modeling (begin_of_the_begin, end_of_the_end, etc.)\n\n**Example**:\n\nThe \"Vermeer\" exhibition at Rijksmuseum (Feb 10 - Jun 4, 2023):\n- exhibition_id: https://nde.nl/ontology/hc/exhibition/rijksmuseum-vermeer-2023\n- exhibition_name: \"Vermeer\"\n- organized_by: [Rijksmuseum, Mauritshuis] (joint organization)\n- start_date: 2023-02-10\n- end_date: 2023-06-04\n- exhibition_type: BLOCKBUSTER\n- has_quantity: (visitor count)\n- featured_objects: [Girl with a Pearl Earring, The Milkmaid, View of Delft]\n- exhibition_catalogs: [Vermeer (2023) catalog]\n"
exact_mappings:
- schema:ExhibitionEvent
close_mappings:
- crm:E7_Activity
- crm:E5_Event
related_mappings:
- schema:Event
- crm:E4_Period
slots:
- has_organizer
- curated_by
- has_type
- cataloged_in
- has_description
- has_documentation
- has_label
- has_status
- has_type
- has_url
- located_in
- exhibit
- organized_by
- has_score
- has_venue
- has_quantity
- identified_by
slot_usage:
identified_by:
identifier: true
required: true
# range: string # uriorcurie
examples:
- value: https://nde.nl/ontology/hc/exhibition/rijksmuseum-vermeer-2023
- value: https://nde.nl/ontology/hc/exhibition/moma-picasso-retrospective-2024
has_label:
required: true
# range: string
multivalued: true
examples:
- value: Vermeer
- value: 'Impressionism: Origins and Legacy'
- value: Treasures from the National Archives
- value: The Master of Light and Shadow
- value: 150 Years of Revolutionary Art
has_description:
required: false
# range: string
examples:
- value: 'The largest Vermeer exhibition ever mounted, bringing together 28 of the Dutch master''s 37 known paintings. A once-in-a-lifetime opportunity to see works from collections worldwide. '
has_type:
required: false
range: ExhibitionTypeEnum
examples:
- value: BLOCKBUSTER
- value: TEMPORARY
- value: TRAVELING
organized_by:
required: false
# range: string # uriorcurie
multivalued: true
inlined: false
examples:
- value: https://nde.nl/ontology/hc/custodian/nl/rijksmuseum
- value: https://nde.nl/ontology/hc/custodian/nl/mauritshuis
has_organizer:
required: false
range: Organizer
multivalued: true
inlined: true
inlined_as_list: true
examples:
- value:
organizer_entity: https://nde.nl/ontology/hc/custodian/nl/rijksmuseum
has_role:
- value:
organizer_entity: https://nde.nl/ontology/hc/custodian/nl/mauritshuis
has_role:
- value:
organizer_entity: https://nde.nl/ontology/hc/custodian/us/national-gallery-washington
has_role:
curated_by:
required: false
# range: string
multivalued: true
examples:
- value: Pieter Roelofs
- value: Gregor J.M. Weber
temporal_extent:
required: false
range: TimeSpan
inlined: true
examples:
- value:
begin_of_the_begin: '2023-02-10T00:00:00Z'
end_of_the_begin: '2023-02-10T23:59:59Z'
begin_of_the_end: '2023-06-04T00:00:00Z'
end_of_the_end: '2023-06-04T23:59:59Z'
country: NL
located_in:
required: false
# range: string
examples:
- value: Philips Wing
- value: Gallery of Honour
- value: East Wing Galleries
has_status:
required: false
range: EventStatusEnum
examples:
- value: COMPLETED
has_quantity:
required: false
range: integer
inlined: false # Fixed invalid inline for primitive type
description: 'Visitor count for the exhibition. RULE 53: Replaces deprecated visitor_count integer slot with structured Quantity class.'
examples:
- value:
has_measurement_unit:
has_type: VISITOR
has_symbol: visitors
temporal_extent:
begin_of_the_begin: '2023-02-10T00:00:00Z'
end_of_the_end: '2023-06-04T23:59:59Z'
has_description: Vermeer exhibition attendance
has_url:
required: false
range: uri
examples:
- value: https://www.rijksmuseum.nl/nl/vermeer
exhibit:
range: FeaturedObject
multivalued: true
inlined: true
examples:
- value:
has_label: The Night Watch
has_description: Oil painting by Rembrandt
cataloged_in:
range: ExhibitionCatalog
multivalued: true
inlined: true
examples:
- value:
has_label: Vermeer 2023 Catalog
isbn_13: 978-9491714962
has_venue:
range: Venue
multivalued: true
inlined: true
examples:
- value: "Venue:\n venue_name: \"Rijksmuseum, Amsterdam\"\n venue_dates: \"Feb 10 - Jun 4, 2023\"\n"
- value: "Venue:\n venue_name: \"National Gallery, London\"\n venue_dates: \"Jul 1 - Oct 15, 2023\"\n"
has_documentation:
required: false
range: uri
multivalued: true
examples:
- value: https://www.youtube.com/watch?v=vermeer-tour
comments:
- Exhibition models curated displays at heritage institutions
- Links to Custodian via organized_by relationship
- Links to TimeSpan via exhibition_timespan for CIDOC-CRM temporal modeling
- Links to ExhibitedObject via featured_objects for typed object references
- Links to ExhibitionCatalog via exhibition_catalogs for publication metadata
- Use has_exhibition_type to categorize (permanent, temporary, traveling, etc.)
- RULE 53: has_quantity replaces deprecated visitor_count for attendance
- featured_works (string) retained for backward compatibility; prefer featured_objects
see_also:
- https://schema.org/ExhibitionEvent
- https://cidoc-crm.org/html/cidoc_crm_v7.1.3.html#E7
- https://cidoc-crm.org/html/cidoc_crm_v7.1.3.html#E5
examples:
- value:
identified_by: https://nde.nl/ontology/hc/exhibition/rijksmuseum-vermeer-2023
has_label:
- Vermeer
- The greatest Vermeer exhibition ever
has_description: 'The largest Vermeer exhibition ever mounted, bringing together
28 of the Dutch master''s 37 known paintings. A once-in-a-lifetime
opportunity to see works from collections worldwide.
'
has_type: BLOCKBUSTER
has_organizer:
- organizer_entity: https://nde.nl/ontology/hc/custodian/nl/rijksmuseum
has_role:
- organizer_entity: https://nde.nl/ontology/hc/custodian/nl/mauritshuis
has_role:
curated_by:
- Pieter Roelofs
- Gregor J.M. Weber
temporal_extent:
begin_of_the_begin: '2023-02-10'
end_of_the_end: '2023-06-04'
located_in: Philips Wing
has_status: COMPLETED
has_quantity:
has_measurement_unit:
has_type: VISITOR
has_symbol: visitors
temporal_extent:
begin_of_the_begin: '2023-02-10T00:00:00Z'
end_of_the_end: '2023-06-04T23:59:59Z'
has_description: Vermeer exhibition attendance
has_url: https://www.rijksmuseum.nl/nl/vermeer
has_featured_object:
- https://nde.nl/ontology/hc/object/mauritshuis-girl-pearl-earring
- https://nde.nl/ontology/hc/object/rijksmuseum-milkmaid
- https://nde.nl/ontology/hc/object/mauritshuis-view-delft
- https://nde.nl/ontology/hc/object/rijksmuseum-woman-reading-letter
exhibit:
- Girl with a Pearl Earring (Mauritshuis)
- The Milkmaid (Rijksmuseum)
- View of Delft (Mauritshuis)
- Woman Reading a Letter (Rijksmuseum)
- value:
identified_by: https://nde.nl/ontology/hc/exhibition/nationaal-archief-ww2-voices-2024
has_label:
- Voices from the War
- Personal Stories from World War II Archives
has_type: ARCHIVAL
has_organizer:
- organizer_entity: https://nde.nl/ontology/hc/custodian/nl/nationaal-archief
has_role:
temporal_extent:
begin_of_the_begin: '2024-05-04'
end_of_the_end: '2024-11-11'
has_status: COMPLETED
- value:
identified_by: https://nde.nl/ontology/hc/exhibition/rijksmuseum-gallery-of-honour
has_label: Gallery of Honour
has_description: 'The Rijksmuseum''s permanent display of Dutch Golden Age masterpieces,
featuring works by Rembrandt, Vermeer, Frans Hals, and Jan Steen.
Culminates in Rembrandt''s Night Watch.
'
has_type: PERMANENT
has_organizer:
- organizer_entity: https://nde.nl/ontology/hc/custodian/nl/rijksmuseum
has_role:
located_in: Gallery of Honour (Eregalerij)
exhibit:
- The Night Watch (Rembrandt)
- The Merry Drinker (Frans Hals)
- The Jewish Bride (Rembrandt)
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"