glam/frontend/public/schemas/20251121/linkml/modules/classes/BudgetStatus.yaml
kempersc ec113e8811 Add new classes and slots for archival and educational metadata
- Introduced EADIdentifier, EBook, EcclesiasticalProvince, Edition, Editor, Education, EmailAddress, and Size classes to enhance archival description capabilities.
- Added slots for digital presence types, digital surrogates, digitization status, and dimensions to support comprehensive metadata management.
- Migrated existing slots such as ead_id, edition_number, and dimension to new structured formats.
- Established relationships between works and their editions, sizes, and editors to improve data interconnectivity.
- Enhanced ontology alignment with Schema.org and BIBFRAME standards for better interoperability.
2026-01-26 09:00:29 +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/is_or_was_effective_at
- ../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
- is_or_was_effective_at
- 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