glam/schemas/20251121/linkml/modules/classes/BudgetStatus.yaml
kempersc 4319f38c05 Add archived slots for audience size, audience type, and capacity metrics
- Created new YAML files for audience size and audience type slots, defining their properties and annotations.
- Added archived capacity slots including cubic meters, linear meters, item count, and descriptions, with appropriate URIs and ranges.
- Introduced a template specificity slot for context-aware RAG filtering.
- Consolidated capacity-related slots into a unified structure, including has_or_had_capacity, capacity_type, and capacity_value, with detailed descriptions and examples.
2026-01-17 18:53:23 +01:00

100 lines
3.4 KiB
YAML

id: https://nde.nl/ontology/hc/class/BudgetStatus
name: budget_status_class
title: Budget Status Class
description: |
Status of a heritage custodian budget throughout its lifecycle.
MIGRATED from budget_status slot (Rule 53).
Uses generic has_or_had_status slot with range narrowed to BudgetStatus.
Updated 2026-01-16: Migrated from inline attributes to proper slots.
imports:
- linkml:types
- ../slots/identifier_value
- ../slots/status_effective_date
- ../slots/specificity_annotation
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
- ./SpecificityAnnotation
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
- ./TemplateSpecificityType
- ./TemplateSpecificityTypes
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
frapo: http://purl.org/cerif/frapo/
default_prefix: hc
classes:
BudgetStatus:
class_uri: hc:BudgetStatus
description: |
Status of a budget document throughout its lifecycle.
**DEFINITION**:
BudgetStatus represents the current state of a budget document
as it moves through the approval and execution lifecycle.
**BUDGET LIFECYCLE STAGES**:
```
DRAFT → PROPOSED → APPROVED → ACTIVE → REVISED → CLOSED
↓ ↓
REJECTED SUPERSEDED
```
**STATUS VALUES**:
| Status | Description | Typical Duration |
|--------|-------------|------------------|
| DRAFT | Under development | Weeks/months |
| PROPOSED | Submitted for approval | Days/weeks |
| APPROVED | Officially approved | Until fiscal start |
| ACTIVE | Currently in effect | Fiscal year |
| REVISED | Modified after approval | Variable |
| CLOSED | Fiscal period ended | Permanent |
| REJECTED | Not approved | Terminal |
| SUPERSEDED | Replaced by revision | Terminal |
**HERITAGE INSTITUTION CONTEXT**:
Heritage institution budgets typically follow these approval paths:
| Institution Type | Approval Authority |
|------------------|-------------------|
| Museum (stichting) | Board of Directors |
| Regional Archive | Provincial Government |
| National Library | Ministry of Culture |
| University Collection | University Board |
**PROVENANCE**:
Created as part of slot migration (Rule 53) from deprecated
`budget_status` slot to generic `has_or_had_status` pattern.
exact_mappings:
- hc:BudgetStatus
close_mappings:
- schema:status
related_mappings:
- dcterms:status
slots:
- identifier_value
- status_effective_date
- specificity_annotation
- has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
slot_usage:
identifier_value:
required: true
description: |
The budget status value.
Valid values: DRAFT, PROPOSED, APPROVED, ACTIVE, REVISED, CLOSED, REJECTED, SUPERSEDED
comments:
- Budget lifecycle status tracking
- Supports audit trail of budget state changes
- Part of Rule 53 slot migration from budget_status
- "Updated 2026-01-16: Migrated from inline attributes to proper slots"
see_also:
- https://nde.nl/ontology/hc/Budget