- Updated descriptions for EADDownload, EBook, EcclesiasticalProvince, EconomicArchive, EconomicArchiveRecordSetType, Edition, Editor, Education, EducationFacilityType, EducationLevel, and EducationProviderSubtype to improve clarity and multilingual support. - Introduced alternative descriptions and structured aliases for better localization. - Adjusted mappings to align with broader and close ontology relationships. - Added new ConflictTypes schema with detailed classifications for various crisis categories affecting heritage.
111 lines
2.7 KiB
YAML
111 lines
2.7 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
|
|
annotations:
|
|
specificity_score: 0.55
|
|
specificity_rationale: Core exhibition object model linking identity, production, custody, and display context.
|
|
custodian_types: '["*"]'
|