glam/schemas/20251121/linkml/modules/classes/ExhibitionCatalog.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

322 lines
13 KiB
YAML

id: https://nde.nl/ontology/hc/class/ExhibitionCatalog
name: ExhibitionCatalog
title: Exhibition Catalog 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/
bf: http://id.loc.gov/ontologies/bibframe/
bibo: http://purl.org/ontology/bibo/
skos: http://www.w3.org/2004/02/skos/core#
rdfs: http://www.w3.org/2000/01/rdf-schema#
imports:
- linkml:types
- ../metadata
- ../slots/20260202_matang/contain
- ../slots/20260202_matang/new/contributor
- ../slots/20260202_matang/has_author
- ../slots/20260202_matang/has_content
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_publisher
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/has_url
- ../slots/20260202_matang/associated_with
- ../slots/20260202_matang/edited_by
- ../slots/20260202_matang/indexed_as
- ../slots/20260202_matang/instantiated_as
- ../slots/20260202_matang/published_at
- ../slots/20260202_matang/new/isbn
- ../slots/20260202_matang/new/isbn_13
- ../slots/20260202_matang/new/issn
- ../slots/20260202_matang/new/language
- ../slots/20260202_matang/new/library_catalog_url
- ../slots/20260202_matang/new/page
- ../slots/20260202_matang/new/pdf_url
- ../slots/20260202_matang/new/price
default_prefix: hc
classes:
ExhibitionCatalog:
class_uri: schema:Book
description: "A publication documenting an exhibition, including scholarly essays, \nobject entries, and illustrations.\n\nExhibition catalogs serve as permanent scholarly record of temporary exhibitions\nand are valuable research resources in their own right.\n\n**Types of Exhibition Catalogs**:\n\n| Type | Description | Example |\n|------|-------------|---------|\n| PRINT_CATALOG | Traditional printed book | Hardcover exhibition catalog |\n| DIGITAL_CATALOG | Online/downloadable publication | PDF or web-based catalog |\n| COLLECTION_CATALOG | Permanent collection catalog | Museum handbook |\n| BROCHURE | Brief exhibition guide | Gallery handout |\n| CHECKLIST | List of exhibited works | Exhibition checklist |\n\n**Ontology Alignment**:\n\n- **Schema.org**: schema:Book (primary - web discoverability)\n- **BIBFRAME**: bf:Work + bf:Instance (bibliographic modeling)\n- **CIDOC-CRM**: crm:E31_Document (document with propositions)\n- **BIBO**: bibo:Document (bibliographic ontology)\n\n**Relationship\
\ to Other Classes**:\n\n```\nExhibition (curated display)\n \u2502\n \u2502\u2500\u2500 exhibition_catalogs (documentation)\n v\nExhibitionCatalog (this class)\n \u2502\n \u2502\u2500\u2500 documents \u2192 ExhibitedObject[] (catalog entries)\n \u2502\u2500\u2500 authored_by \u2192 (scholars, curators)\n v\nPublisher/Institution\n```\n\n**Example**:\n\nThe \"Vermeer\" exhibition catalog (Rijksmuseum, 2023):\n- identified_by: https://nde.nl/ontology/hc/catalog/rijksmuseum-vermeer-2023\n- has_label: \"Vermeer\"\n- associated_with: Vermeer exhibition 2023\n- isbn: 978-9491714962\n- pages: 320\n"
exact_mappings:
- schema:Book
close_mappings:
- crm:E31_Document
- bf:Work
- bibo:Document
related_mappings:
- schema:CreativeWork
- bf:Instance
- bibo:Book
slots:
- contain
- has_url
- contributor
- has_type
- instantiated_as
- edited_by
- isbn
- isbn_13
- issn
- language
- library_catalog_url
- page
- pdf_url
- price
- published_at
- has_publisher
- indexed_as
- has_score
slot_usage:
identified_by:
identifier: true
required: true
# range: string # uriorcurie
multivalued: true
inlined: false # Fixed invalid inline for primitive type
description: 'Identifiers for the exhibition catalog. Includes: - Primary catalog identifier (required, first value) - MIGRATED from catalog_id (2026-01-17) - WikiDataIdentifier: Wikidata Q-number - MIGRATED from wikidata_id (2026-01-15) - WorldCatIdentifier: OCLC WorldCat ID - MIGRATED from worldcat_id (2026-01-14)
First identifier serves as primary key. Uses structured identifier classes per Rule 53.'
any_of:
- range: string # uriorcurie
- range: WikiDataIdentifier
- range: WorldCatIdentifier
examples:
- value: https://nde.nl/ontology/hc/catalog/rijksmuseum-vermeer-2023
- value: https://nde.nl/ontology/hc/catalog/moma-matisse-cutouts-2014
- value:
- value:
identifier_source: OCLC WorldCat
has_label:
required: true
# range: string
multivalued: true
examples:
- value: Vermeer
- value: 'Henri Matisse: The Cut-Outs'
- value: The Greatest Exhibition
associated_with:
required: true
# range: string # uriorcurie
inlined: false
examples:
- value: https://nde.nl/ontology/hc/exhibition/rijksmuseum-vermeer-2023
has_type:
required: false
# range: string # uriorcurie
multivalued: true
description: 'Type classification for the catalog. Supports multiple type facets: - Catalog format type: PRINT_CATALOG, DIGITAL_CATALOG, HYBRID_CATALOG - Binding type: BindingType class (hc:HardcoverBinding, hc:PaperbackBinding, etc.)
MIGRATED from catalog_type (2026-01-17) and binding (2026-01-15) per Rule 53/56. Uses multivalued to support both format and binding classification simultaneously.'
any_of:
- range: string
- range: BindingType
examples:
- value: PRINT_CATALOG
- value: DIGITAL_CATALOG
- value: hc:HardcoverBinding
- value: hc:PaperbackBinding
has_author:
range: Author
multivalued: true
inlined: true
examples:
- value:
has_name: Gregor J.M. Weber
affiliated_with:
has_name: Rijksmuseum
- value:
has_name: Pieter Roelofs
contain:
range: Essay
multivalued: true
inlined: true
examples:
- value:
has_label: Vermeer's World
has_description: Scholarly essay on 17th century context
- value:
has_label: Technical Examination of the Milkmaid
edited_by:
range: Editor
multivalued: true
inlined: true
examples:
- value:
has_name: Pieter Roelofs
language:
required: false
# range: string
multivalued: true
examples:
- value: en
- value: nl
- value: English, Dutch
has_url:
required: false
range: uri
multivalued: true
inlined: false # Fixed invalid inline for primitive type
inlined_as_list: false # Fixed invalid inline for primitive type
examples:
- value:
has_url: https://www.rijksmuseum.nl/nl/webshop/catalogus-vermeer
has_type: catalog_shop
- value:
has_url: https://www.britishmuseum.org/exhibitions/arctic-culture-and-climate
has_type: exhibition_page
pdf_url:
required: false
range: uri
examples:
- value: https://www.rijksmuseum.nl/media/vermeer-catalog.pdf
instantiated_as:
range: EBook
inlined: true
multivalued: true
examples:
- value:
has_url:
has_url: https://www.amazon.com/dp/B0XXXXX
has_type: purchase_page
price:
required: false
# range: string
examples:
- value: "\u20AC59.95"
- value: $75.00
has_description:
required: false
# range: string
examples:
- value: "The official catalog of the groundbreaking Vermeer exhibition at the \nRijksmuseum, featuring 28 of the Dutch master's 37 known paintings.\nIncludes scholarly essays on Vermeer's technique, pigments, and\nsubjects, along with detailed entries for each work.\n"
indexed_as:
required: false
range: Index
multivalued: true
inlined_as_list: true
examples:
- value:
identified_by: hc:index/vermeer-catalog-toc
has_label:
- Table of Contents@en
- entry_label: 1. Introduction (Pieter Roelofs)
- entry_label: 2. Vermeer's Delft (Gregor Weber)
- entry_label: 3. Technique and Materials (Anna Tummers)
- entry_label: 4. Catalog Entries
- entry_label: 5. Appendices
has_content:
required: false
range: integer
description: 'Number of catalog entries (objects documented). MIGRATED from catalog_entries_count per Rule 53/56 (2026-01-17). Note: Full revision pattern would use has_quantity with Quantity class, but integer range is kept for backwards compatibility.'
examples:
- value: 28
library_catalog_url:
required: false
range: uri
multivalued: true
examples:
- value: https://www.worldcat.org/title/1370123456
- value: https://uba.uva.nl/catalog/12345678
comments:
- ExhibitionCatalog models scholarly publications documenting exhibitions
- Links to Exhibition via associated_with relationship (migrated from catalog_for)
- Supports both print and digital catalog formats
- Uses schema:Book as primary mapping for web discoverability
- BIBFRAME and BIBO mappings enable library integration
see_also:
- https://schema.org/Book
- https://cidoc-crm.org/html/cidoc_crm_v7.1.3.html#E31
- http://id.loc.gov/ontologies/bibframe/Work
examples:
- value:
identified_by: https://nde.nl/ontology/hc/catalog/rijksmuseum-vermeer-2023
has_label: Vermeer
associated_with: https://nde.nl/ontology/hc/exhibition/rijksmuseum-vermeer-2023
has_type:
- PRINT_CATALOG
- hc:HardcoverBinding
has_author:
- has_name: Pieter Roelofs
has_role: AUTHOR
affiliated_with: Rijksmuseum Amsterdam
- has_name: Gregor J.M. Weber
has_role: AUTHOR
affiliated_with: Rijksmuseum Amsterdam
edited_by:
- has_label: Pieter Roelofs
has_publisher:
- has_label: Rijksmuseum
has_type: institutional
has_location: Amsterdam
- has_label: Hannibal Publishing
has_type: commercial
has_location: Veurne
published_at:
temporal_extent:
begin_of_the_begin: '2023-02-01T00:00:00Z'
end_of_the_begin: '2023-02-01T00:00:00Z'
begin_of_the_end: '2023-02-01T00:00:00Z'
end_of_the_end: '2023-02-01T00:00:00Z'
language:
- en
has_url:
- has_url: https://www.rijksmuseum.nl/nl/webshop/catalogus-vermeer
has_type: catalog_shop
has_description: "The official catalog of the groundbreaking Vermeer exhibition at the \nRijksmuseum (February 10 - June 4, 2023), featuring 28 of the Dutch \nmaster's 37 known paintings. Includes scholarly essays on Vermeer's \ntechnique, pigments, and subjects.\n"
has_content: '28'
- value:
identified_by: https://nde.nl/ontology/hc/catalog/moma-matisse-cutouts-2014
has_label: 'Henri Matisse: The Cut-Outs'
associated_with: https://nde.nl/ontology/hc/exhibition/moma-matisse-cutouts-2014
has_type:
- PRINT_CATALOG
- hc:HardcoverBinding
edited_by:
- has_label: Karl Buchberg
- has_label: Nicholas Cullinan
- has_label: Jodi Hauptman
- has_label: Nicholas Serota
has_publisher:
- has_label: The Museum of Modern Art
has_type: institutional
has_location: New York
published_at:
temporal_extent:
begin_of_the_begin: '2014-10-01T00:00:00Z'
end_of_the_begin: '2014-10-01T00:00:00Z'
begin_of_the_end: '2014-10-01T00:00:00Z'
end_of_the_end: '2014-10-01T00:00:00Z'
isbn_13: '9780870709159'
pages: 298
illustrations: 230 illustrations
language:
- en
price: $60.00
- value:
identified_by: https://nde.nl/ontology/hc/catalog/british-museum-arctic-2020
has_label: 'Arctic: culture and climate'
associated_with: https://nde.nl/ontology/hc/exhibition/british-museum-arctic-2020
has_type: DIGITAL_CATALOG
has_publisher:
- has_label: The British Museum Press
has_type: institutional
has_location: London
published_at:
temporal_extent:
begin_of_the_begin: '2020-10-22T00:00:00Z'
end_of_the_begin: '2020-10-22T00:00:00Z'
begin_of_the_end: '2020-10-22T00:00:00Z'
end_of_the_end: '2020-10-22T00:00:00Z'
has_url:
- has_url: https://www.britishmuseum.org/exhibitions/arctic-culture-and-climate
has_type: exhibition_page
pdf_url: https://www.britishmuseum.org/media/arctic-catalog.pdf
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"