glam/schemas/20251121/linkml/modules/classes/ExhibitedObject.yaml
kempersc 37852a46b0 Refactor significance and social media classes for improved clarity and multilingual support
- Updated SignificanceType.yaml to enhance descriptions, add alternative language descriptions, and clarify comments.
- Refined CommunitySignificance, EconomicSignificance, HistoricalSignificance, ScientificSignificance, AestheticSignificance, TerroirSignificance, and DiplomaticSignificance classes with structured aliases and comments.
- Enhanced SilenceSegment.yaml with multilingual descriptions and structured aliases.
- Improved Size.yaml with clearer descriptions and added multilingual support.
- Updated SocialMediaPlatformType.yaml and SocialMediaProfile.yaml to include alternative descriptions in multiple languages and refined modeling notes.
- Added has_url slot to SocialMediaProfile for better URL management.
- Enhanced Warehouse and WarehouseType classes with preserved modeling notes for clarity on definitions and distinctions.
- Updated WebClaim and WebPortalType classes with preserved descriptions for better understanding of their roles and structures.
2026-02-15 23:26:52 +01:00

118 lines
3.9 KiB
YAML

id: https://nde.nl/ontology/hc/class/ExhibitedObject
name: ExhibitedObject
title: Exhibited Object 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/
rico: https://www.ica.org/standards/RiC/ontology#
default_prefix: hc
imports:
- ./Loan
- ./ExhibitionLocation
- ./AcquisitionEvent
- ./Provenance
- ./Size
- ./CustodianPlace
- ./TimeSpan
- ./CreationEvent
- ./HeritageObject
- linkml:types
- ../enums/ExhibitedObjectTypeEnum
- ../metadata
- ../slots/identified_by
- ../slots/has_label
- ../slots/has_description
- ../slots/has_type
- ../slots/created_by
- ../slots/created_through
- ../slots/created_in
- ../slots/temporal_extent
- ../slots/current_keeper
- ../slots/located_at
- ../slots/has_size
- ../slots/use_material
- ../slots/has_inscription
- ../slots/acquired_through
- ../slots/exhibited_at
- ../slots/has_provenance
- ../slots/part_of
- ../slots/has_subject
- ../slots/has_score
classes:
ExhibitedObject:
is_a: HeritageObject
class_uri: crm:E22_Human-Made_Object
description: Individual object that can be displayed in one or more exhibitions.
exact_mappings:
- crm:E22_Human-Made_Object
close_mappings:
- schema:VisualArtwork
- crm:E19_Physical_Object
- rico:RecordResource
related_mappings:
- schema:CreativeWork
slots:
- identified_by
- has_label
- has_description
- has_type
- created_by
- created_through
- created_in
- temporal_extent
- current_keeper
- located_at
- has_size
- use_material
- has_inscription
- acquired_through
- exhibited_at
- has_provenance
- part_of
- has_subject
- has_score
slot_usage:
identified_by:
identifier: true
required: true
has_label:
required: true
has_type:
range: ExhibitedObjectTypeEnum
required: true
created_through:
range: CreationEvent
inlined: true
temporal_extent:
range: TimeSpan
inlined: true
created_in:
range: CustodianPlace
inlined: true
has_size:
range: Size
multivalued: true
inlined: true
acquired_through:
range: AcquisitionEvent
inlined: true
exhibited_at:
range: ExhibitionLocation
multivalued: true
inlined: true
has_provenance:
range: Provenance
inlined: true
notes:
- |
Preserved from prior description (commit ee5e8e5a):
Preserved from prior description (commit ee5e8e5a):
"An individual artwork, artifact, document, or specimen that may be displayed\nin heritage exhibitions.\n\nModels the OBJECT (physical or conceptual item), linking creators, custodians,\nmaterials, and exhibition history.\n\n**Key Distinction**:\n\n| Concept | Class | Example |\n|---------|-------|---------|\n| Heritage institution | Custodian | \"Mauritshuis\" |\n| Curated display | Exhibition | \"Vermeer 2023\" |\n| **Individual object** | **ExhibitedObject** | **\"Girl with a Pearl Earring\"** |\n| Collection grouping | Collection | \"Vermeer Collection\" |\n\n**When to Use ExhibitedObject**:\n\nUse for individual items that can be displayed or loaned:\n- Paintings, sculptures, drawings, prints\n- Archival documents, manuscripts, photographs\n- Archaeological artifacts, ethnographic objects\n- Natural history specimens, scientific instruments\n- Digital artworks, installations\n\n- **CIDOC-CRM**: crm:E22_Human-Made_Object (primary - cultural heritage standard)\n \"Physical\
annotations:
specificity_score: 0.55
specificity_rationale: Core exhibition object model linking identity, production, custody, and display context.
custodian_types: '["*"]'