- 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.
63 lines
2.5 KiB
YAML
63 lines
2.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/CurationActivity
|
|
name: CurationActivity
|
|
title: CurationActivity Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
aat: http://vocab.getty.edu/aat/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/CurationActivityTypeEnum
|
|
- ../metadata
|
|
- ../slots/curate
|
|
- ../slots/has_objective
|
|
- ../slots/has_output
|
|
- ../slots/has_type
|
|
- ../slots/allocated_budget
|
|
- ../slots/recur_at
|
|
- ../slots/add
|
|
- ../slots/affect
|
|
- ../slots/has_quantity
|
|
- ../slots/remove
|
|
- ../slots/has_priority
|
|
- ../slots/has_pattern
|
|
- ../slots/associated_with
|
|
- ../slots/managed_by
|
|
- ../slots/has_protocol
|
|
classes:
|
|
CurationActivity:
|
|
is_a: Activity
|
|
class_uri: crm:E87_Curation_Activity
|
|
description: >-
|
|
Ongoing stewardship activity that maintains, enriches, or reorganizes curated holdings over time.
|
|
broad_mappings:
|
|
- crm:E87_Curation_Activity
|
|
close_mappings:
|
|
- rico:Activity
|
|
related_mappings:
|
|
- crm:E7_Activity
|
|
- aat:300054277
|
|
slots:
|
|
- allocated_budget
|
|
- curate
|
|
- has_type
|
|
- has_objective
|
|
- has_output
|
|
- recur_at
|
|
- add
|
|
- objects_affected
|
|
- has_quantity
|
|
- remove
|
|
- has_priority
|
|
- has_pattern
|
|
- associated_with
|
|
- managed_by
|
|
- has_protocol
|
|
comments:
|
|
- |
|
|
Preserved from prior description (commit 5e94e52b):
|
|
|
|
"Ongoing collection management activities performed to preserve heritage for access.\n\n**CIDOC-CRM Definition**:\n\nE87_Curation_Activity comprises \"the activities that result in the continuity of\nmanagement and the preservation and evolution of instances of E78 Curated Holding.\"\n\n**INHERITANCE**:\n\nExtends `Activity` base class. Inherits:\n# - has_activity_identifier (required, identifier)\n# - has_activity_name (required)\n# - has_activity_description\n- has_activity_type \u2192 ActivityType\n- temporal_extent \u2192 TimeSpan\n- succeeded_by, preceding_activity\n- status, note\n\n**KEY DISTINCTION**:\n\n| Concept | Class | Duration | Example |\n|---------|-------|----------|---------|\n| **Curation Activity** | CurationActivity | Ongoing/recurring | Annual inventory |\n| Exhibition | Exhibition | Time-bounded | \"Van Gogh Retrospective\" |\n| Conservation treatment | ConservationRecord | Discrete action | Frame repair |\n| Provenance event | ProvenanceEvent\
|