- Updated descriptions and titles for CantonalArchiveRecordSetType and CantonalArchiveRecordSetTypes to improve clarity and consistency. - Added multilingual alt_descriptions and structured_aliases for better accessibility and understanding across languages. - Refined slot usage and annotations for CantonalGovernmentFonds and CantonalLegislationCollection to align with RiC-O principles. - Enhanced Capacity class with detailed descriptions, alt_descriptions, and structured_aliases for various capacity types, including Volume, Shelf Length, Floor Area, Item Count, Weight, and Seating capacities. - Introduced a new rule for describing archive organization types to emphasize their institutional context rather than just record types.
93 lines
2.5 KiB
YAML
93 lines
2.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/AuditStatus
|
|
name: AuditStatus
|
|
title: Audit Status
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_label
|
|
- ../slots/has_type
|
|
- ../slots/has_description
|
|
classes:
|
|
AuditStatus:
|
|
class_uri: hc:AuditStatus
|
|
description: >-
|
|
Status of an audit process.
|
|
|
|
Represents the current state of an audit workflow, tracking whether
|
|
an audit is planned, in progress, completed, or has issues requiring
|
|
attention.
|
|
alt_descriptions:
|
|
nl:
|
|
text: Status van een auditproces.
|
|
de:
|
|
text: Status eines Prüfungsprozesses.
|
|
fr:
|
|
text: État d'un processus d'audit.
|
|
es:
|
|
text: Estado de un proceso de auditoría.
|
|
ar:
|
|
text: حالة عملية التدقيق.
|
|
id:
|
|
text: Status proses audit.
|
|
zh:
|
|
text: 审计流程的状态。
|
|
examples:
|
|
- value:
|
|
has_label: Audit Completed
|
|
has_type: AuditedStatus
|
|
description: Audit has been completed successfully
|
|
- value:
|
|
has_label: Not Audited
|
|
has_type: UnauditedStatus
|
|
description: No audit has been performed
|
|
broad_mappings:
|
|
- skos:Concept
|
|
- crm:E55_Type
|
|
structured_aliases:
|
|
- literal_form: auditstatus
|
|
in_language: nl
|
|
- literal_form: Prüfungsstatus
|
|
in_language: de
|
|
- literal_form: statut d'audit
|
|
in_language: fr
|
|
- literal_form: estado de auditoría
|
|
in_language: es
|
|
- literal_form: حالة التدقيق
|
|
in_language: ar
|
|
- literal_form: status audit
|
|
in_language: id
|
|
- literal_form: 审计状态
|
|
in_language: zh
|
|
keywords:
|
|
- audit status
|
|
- audit state
|
|
- compliance status
|
|
- financial review
|
|
slots:
|
|
- has_label
|
|
- has_type
|
|
- has_description
|
|
slot_usage:
|
|
has_label:
|
|
required: true
|
|
examples:
|
|
- value: Audit Completed
|
|
- value: Not Audited
|
|
has_type:
|
|
required: false
|
|
annotations:
|
|
specificity_score: "0.30"
|
|
specificity_rationale: "AuditStatus is moderately specific to organizational compliance workflows."
|
|
custodian_types: "['*']"
|
|
comments:
|
|
- Represents the current state of an audit workflow
|
|
- Links to AuditStatusType for classification
|
|
see_also:
|
|
- AuditStatusType
|
|
- AuditStatusTypes
|
|
- Audit
|