glam/schemas/20251121/linkml/modules/classes/InvestmentArea.yaml
kempersc 6c3fa6b5a3 Remove deprecated slots and add new slot definitions for enhanced data modeling
- Deleted obsolete slot definitions for work_location and workshop_space.
- Introduced new TaxonName class to represent scientific taxonomic names with detailed attributes.
- Archived existing slots related to surname_prefix, target_name, taxon_name, terminal_count, text_region_count, title, title_proper, total_chapter, total_characters_extracted, total_connections_extracted, track_name, transcript_format, traveling_venue, type_label, type_status, typical_responsibility, unesco_domain, unesco_inscription_year, unesco_list_status, uniform_title, unit_name, used_by_custodian, uv_filtered_required, valid_from_geo, valid_to_geo, validation_status, variant_of_name, verification_date, viability_status, within_auxiliary_place, and within_place.
- Updated slot descriptions and structures to improve clarity and compliance with standards.
2026-01-15 11:42:35 +01:00

56 lines
1.7 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/type_id
- ../slots/has_or_had_label # was: type_label - migrated per Rule 53
- ../slots/type_description
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:
- type_id
- has_or_had_label # was: type_label
- type_description
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.