- Added `has_or_had_direction` slot to represent directional orientations of entities, migrating from `text_direction`. - Introduced `has_or_had_mode` slot for linking entities to operational modes, migrating from `thinking_mode`. - Created `Content` class to encapsulate intellectual content of heritage materials, migrating from `temporal_coverage`. - Added `TextDirection` class to define text flow orientations, migrating from `text_direction` slot. - Introduced `ThinkingMode` class for LLM thinking mode configurations, migrating from `thinking_mode` slot. - Archived previous slots related to text direction, languages detected, and thinking modes for historical reference. - Updated documentation and annotations for clarity and compliance with RiC-O naming conventions.
55 lines
1.9 KiB
YAML
55 lines
1.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/InvestmentArea
|
|
name: InvestmentArea
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_identifier # was: type_id - migrated per Rule 56 (2026-01-16)
|
|
- ../slots/has_or_had_label # was: type_label - migrated per Rule 53
|
|
- ../slots/has_or_had_description # was: type_description - migrated per Rule 53/56 (2026-01-16)
|
|
classes:
|
|
InvestmentArea:
|
|
class_uri: skos:Concept
|
|
description: |
|
|
A category or area of investment for heritage custodian institutions,
|
|
such as preservation, digitization, acquisitions, or infrastructure.
|
|
slots:
|
|
- has_or_had_identifier # was: type_id - migrated per Rule 56 (2026-01-16)
|
|
- has_or_had_label # was: type_label
|
|
- has_or_had_description # was: type_description - migrated per Rule 53/56 (2026-01-16)
|
|
annotations:
|
|
specificity_score: "0.55"
|
|
specificity_rationale: "Investment areas are moderately specific to financial management."
|
|
|
|
# Common investment areas for heritage institutions
|
|
PreservationInvestment:
|
|
is_a: InvestmentArea
|
|
description: Investment in preservation and conservation activities.
|
|
|
|
DigitizationInvestment:
|
|
is_a: InvestmentArea
|
|
description: Investment in digitization of collections.
|
|
|
|
AcquisitionInvestment:
|
|
is_a: InvestmentArea
|
|
description: Investment in acquiring new collection items.
|
|
|
|
InfrastructureInvestment:
|
|
is_a: InvestmentArea
|
|
description: Investment in physical infrastructure and facilities.
|
|
|
|
TechnologyInvestment:
|
|
is_a: InvestmentArea
|
|
description: Investment in technology systems and platforms.
|
|
|
|
StaffingInvestment:
|
|
is_a: InvestmentArea
|
|
description: Investment in staffing and human resources.
|
|
|
|
OutreachInvestment:
|
|
is_a: InvestmentArea
|
|
description: Investment in public engagement and outreach programs.
|