glam/schemas/20251121/linkml/modules/classes/ExhibitionCatalog.yaml
kempersc 4338d0a081 feat: Add structured representation for BirthDate and BirthPlace classes
- Introduced BirthDate class with support for EDTF notation, provenance tracking, and confidence scoring.
- Added BirthPlace class to preserve historical names, link modern equivalents, and integrate geographic identifiers.
- Created Approximation Level slot to express uncertainty levels for various values.
- Migrated existing slots to structured classes for better data modeling, including has_or_had_date_of_birth and has_or_had_place_of_birth.
- Enhanced service area representation with has_or_had_service_area slot, linking to ServiceArea class.
- Updated is_or_was_approximate slot to model uncertainty levels using ApproximationStatus class.
- Archived previous versions of slots for historical reference.
2026-01-14 16:04:09 +01:00

420 lines
14 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/wikidata_id
- ../slots/publisher
- ../slots/publication_date
- ../slots/isbn
- ../slots/language
- ../slots/price
# REMOVED - migrated to has_or_had_author (Rule 53)
# - ../slots/authors
- ../slots/has_or_had_author
- ./Author
# REMOVED: ../slots/binding - Use has_or_had_type with BindingType instead (2026-01-15)
- ../slots/has_or_had_type
- ./BindingType
- ../slots/catalog_description
- ../slots/catalog_entries_count
- ../slots/catalog_for
- ../slots/catalog_id
- ../slots/catalog_subtitle
- ../slots/catalog_title
- ../slots/catalog_type
- ../slots/catalog_url
- ../slots/contributor
- ../slots/has_or_had_custodian_type
- ../slots/doi
- ../slots/ebook_url
- ../slots/editor
- ../slots/has_or_had_essay
- ../slots/illustration
- ../slots/isbn_13
- ../slots/issn
- ../slots/library_catalog_url
- ../slots/page
- ../slots/pdf_url
- ../slots/publication_place
- ../slots/specificity_annotation
- ../slots/table_of_content
- ../slots/template_specificity
- ../slots/worldcat_id
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
# REMOVED: ../slots/has_author - migrated to has_or_had_author (Rule 53)
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\
\ │\n │── exhibition_catalogs (documentation)\n v\nExhibitionCatalog (this class)\n │\n │── documents\
\ → ExhibitedObject[] (catalog entries)\n │── authored_by → (scholars, curators)\n v\nPublisher/Institution\n\
```\n\n**Example**:\n\nThe \"Vermeer\" exhibition catalog (Rijksmuseum, 2023):\n- catalog_id: https://nde.nl/ontology/hc/catalog/rijksmuseum-vermeer-2023\n\
- catalog_title: \"Vermeer\"\n- catalog_for: 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:
# REMOVED: authors - migrated to has_or_had_author (Rule 53)
- has_or_had_author
# REMOVED: binding - Use has_or_had_type with BindingType instead (2026-01-15)
- has_or_had_type
- catalog_description
- catalog_entries_count
- catalog_for
- catalog_id
- catalog_subtitle
- catalog_title
- catalog_type
- catalog_url
- contributor
- has_or_had_custodian_type
- doi
- ebook_url
- editor
- has_or_had_essay
- illustration
- isbn
- isbn_13
- issn
- language
- library_catalog_url
- page
- pdf_url
- price
- publication_date
- publication_place
- publisher
- specificity_annotation
- table_of_content
- template_specificity
- wikidata_id
- worldcat_id
slot_usage:
catalog_id:
identifier: true
required: true
range: uriorcurie
examples:
- value: https://nde.nl/ontology/hc/catalog/rijksmuseum-vermeer-2023
- value: https://nde.nl/ontology/hc/catalog/moma-matisse-cutouts-2014
catalog_title:
required: true
range: string
examples:
- value: Vermeer
- value: 'Henri Matisse: The Cut-Outs'
catalog_subtitle:
required: false
range: string
examples:
- value: The Greatest Exhibition
- value: A Retrospective
catalog_for:
required: true
range: uriorcurie
inlined: false
examples:
- value: https://nde.nl/ontology/hc/exhibition/rijksmuseum-vermeer-2023
catalog_type:
required: false
range: string
examples:
- value: PRINT_CATALOG
- value: DIGITAL_CATALOG
has_or_had_author:
description: >-
Authors of the exhibition catalog.
MIGRATED from authors/has_author slots (Rule 53).
Uses Author class for structured authorship data including
name, role (author/editor/translator), affiliation, and identifiers.
required: false
range: Author
inlined: true
multivalued: true
examples:
- value: |
author_name: Pieter Roelofs
author_role: AUTHOR
author_affiliation: Rijksmuseum Amsterdam
description: Primary author with affiliation
- value: |
author_name: Gregor J.M. Weber
author_role: AUTHOR
author_identifier: https://orcid.org/0000-0002-1234-5678
description: Author with ORCID identifier
editor:
required: false
range: string
multivalued: true
examples:
- value: Pieter Roelofs
contributor:
required: false
range: string
multivalued: true
examples:
- value: Anna Tummers (essay)
- value: Jane Smith (conservation notes)
publisher:
required: false
range: string
examples:
- value: Rijksmuseum
- value: Thames & Hudson
- value: Yale University Press
publication_date:
required: false
range: date
examples:
- value: '2023-02-01'
publication_place:
required: false
range: string
examples:
- value: Amsterdam
- value: New York
isbn:
required: false
range: string
pattern: ^(97[89])?[0-9]{9}[0-9X]$
examples:
- value: '9789491714962'
isbn_13:
required: false
range: string
pattern: ^97[89][0-9]{10}$
examples:
- value: '9789491714962'
issn:
required: false
range: string
pattern: ^[0-9]{4}-[0-9]{3}[0-9X]$
examples:
- value: 0300-4953
doi:
required: false
range: string
pattern: ^10\.[0-9]+/.+
examples:
- value: 10.1234/vermeer-catalog-2023
page:
required: false
range: integer
examples:
- value: 320
- value: 512
illustration:
required: false
range: string
examples:
- value: 280 color illustrations
- value: 150 color plates, 50 b/w figures
# DEPRECATED: binding slot - Use has_or_had_type with BindingType instead (2026-01-15)
# binding:
# required: false
# range: string
# deprecated: "Use has_or_had_type with BindingType instead"
has_or_had_type:
required: false
range: BindingType
description: >-
The binding type of the catalog (hardcover, paperback, etc.).
MIGRATED from binding slot (2026-01-15) per Rule 53.
Uses BindingType class hierarchy for structured binding classification.
examples:
- value: hc:HardcoverBinding
description: Hardcover binding type
- value: hc:PaperbackBinding
description: Paperback binding type
language:
required: false
range: string
multivalued: true
examples:
- value: en
- value: nl
- value: English, Dutch
catalog_url:
required: false
range: uri
examples:
- value: https://www.rijksmuseum.nl/nl/webshop/catalogus-vermeer
pdf_url:
required: false
range: uri
examples:
- value: https://www.rijksmuseum.nl/media/vermeer-catalog.pdf
ebook_url:
required: false
range: uri
examples:
- value: https://www.amazon.com/dp/B0XXXXX
price:
required: false
range: string
examples:
- value: €59.95
- value: $75.00
catalog_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"
table_of_content:
required: false
range: string
examples:
- value: '1. Introduction (Pieter Roelofs)
2. Vermeer''s Delft (Gregor Weber)
3. Technique and Materials (Anna Tummers)
4. Catalog Entries
5. Appendices
'
has_or_had_essay:
required: false
range: string
multivalued: true
examples:
- value: Vermeer's World
- value: The Science of Vermeer's Pigments
- value: Vermeer and the Camera Obscura
catalog_entries_count:
required: false
range: integer
examples:
- value: 28
description: 28 Vermeer paintings in exhibition
wikidata_id:
required: false
range: string
pattern: ^Q[0-9]+$
examples:
- value: Q116123456
worldcat_id:
required: false
range: string
examples:
- value: '1370123456'
library_catalog_url:
required: false
range: uri
multivalued: true
examples:
- value: https://www.worldcat.org/title/1370123456
- value: https://uba.uva.nl/catalog/12345678
has_or_had_custodian_type:
equals_expression: '["hc:GalleryType", "hc:MuseumType", "hc:ArchiveOrganizationType", "hc:LibraryType", "hc:ResearchOrganizationType",
"hc:HolySacredSiteType", "hc:BioCustodianType"]'
comments:
- ExhibitionCatalog models scholarly publications documenting exhibitions
- Links to Exhibition via catalog_for relationship
- 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:
catalog_id: https://nde.nl/ontology/hc/catalog/rijksmuseum-vermeer-2023
catalog_title: Vermeer
catalog_for: https://nde.nl/ontology/hc/exhibition/rijksmuseum-vermeer-2023
catalog_type: PRINT_CATALOG
has_or_had_author:
- author_name: Pieter Roelofs
author_role: AUTHOR
author_affiliation: Rijksmuseum Amsterdam
- author_name: Gregor J.M. Weber
author_role: AUTHOR
author_affiliation: Rijksmuseum Amsterdam
editor:
- Pieter Roelofs
publisher: Rijksmuseum / Hannibal Publishing
publication_date: '2023-02-01'
publication_place: Amsterdam
isbn_13: '9789491714962'
pages: 320
illustrations: 280 color illustrations
has_or_had_type: hc:HardcoverBinding # Migrated from binding: hardcover
language:
- en
catalog_url: https://www.rijksmuseum.nl/nl/webshop/catalogus-vermeer
price: €59.95
catalog_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_or_had_essay:
- Vermeer's World
- The Science of Vermeer's Pigments
- 'Johannes Vermeer: Life and Work'
catalog_entries_count: 28
description: Vermeer 2023 exhibition catalog
- value:
catalog_id: https://nde.nl/ontology/hc/catalog/moma-matisse-cutouts-2014
catalog_title: 'Henri Matisse: The Cut-Outs'
catalog_for: https://nde.nl/ontology/hc/exhibition/moma-matisse-cutouts-2014
catalog_type: PRINT_CATALOG
editor:
- Karl Buchberg
- Nicholas Cullinan
- Jodi Hauptman
- Nicholas Serota
publisher: The Museum of Modern Art, New York
publication_date: '2014-10-01'
isbn_13: '9780870709159'
pages: 298
illustrations: 230 illustrations
has_or_had_type: hc:HardcoverBinding # Migrated from binding: hardcover
language:
- en
price: $60.00
description: MoMA Matisse Cut-Outs exhibition catalog
- value:
catalog_id: https://nde.nl/ontology/hc/catalog/british-museum-arctic-2020
catalog_title: 'Arctic: culture and climate'
catalog_for: https://nde.nl/ontology/hc/exhibition/british-museum-arctic-2020
catalog_type: DIGITAL_CATALOG
publisher: The British Museum Press
publication_date: '2020-10-22'
catalog_url: https://www.britishmuseum.org/exhibitions/arctic-culture-and-climate
pdf_url: https://www.britishmuseum.org/media/arctic-catalog.pdf
description: British Museum Arctic exhibition digital catalog