- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form. - Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format. - Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
117 lines
4.9 KiB
YAML
117 lines
4.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/Audit
|
||
name: Audit
|
||
title: Audit
|
||
prefixes:
|
||
linkml: https://w3id.org/linkml/
|
||
hc: https://nde.nl/ontology/hc/
|
||
prov: http://www.w3.org/ns/prov#
|
||
schema: http://schema.org/
|
||
skos: http://www.w3.org/2004/02/skos/core#
|
||
imports:
|
||
- linkml:types
|
||
- ../slots/opiniate
|
||
- ../slots/conducted_by
|
||
- ../slots/temporal_extent
|
||
- ../slots/has_label
|
||
- ../slots/has_description
|
||
default_prefix: hc
|
||
classes:
|
||
Audit:
|
||
class_uri: hc:Audit
|
||
description: >-
|
||
Official inspection of an organization's accounts or processes.
|
||
|
||
Typically conducted by an independent body to verify accuracy of financial records, compliance with regulations, or operational effectiveness of heritage custodian activities.
|
||
alt_descriptions:
|
||
nl: "Officiële inspectie van de administratie of processen van een organisatie.\nDoorgaans uitgevoerd door een onafhankelijke instantie om de nauwkeurigheid van financiële administratie, naleving van regelgeving of operationele effectiviteit van erfgoedbeheerderactiviteiten te verifiëren."
|
||
de: "Offizielle Prüfung der Konten oder Prozesse einer Organisation.\nWird typischerweise von einem unabhängigen Gremium durchgeführt, um die Genauigkeit der Finanzunterlagen, die Einhaltung von Vorschriften oder die operative Effektivität der Aktivitäten des Kulturgüterverwalters zu überprüfen."
|
||
fr: "Inspection officielle des comptes ou des processus d'une organisation.\nGénéralement menée par un organe indépendant pour vérifier l'exactitude des documents financiers, la conformité aux réglementations ou l'efficacité opérationnelle des activités du dépositaire du patrimoine."
|
||
es: "Inspección oficial de las cuentas o procesos de una organización.\nPor lo general realizada por un organismo independiente para verificar la exactitud de los registros financieros, el cumplimiento de las normativas o la eficacia operativa de las actividades del custodio del patrimonio."
|
||
ar: "تفتيش رسمي لحسابات أو عمليات المنظمة.\nيجريه عادة جهة مستقلة للتحقق من دقة السجلات المالية والامتثال للوائح أو الفعالية التشغيلية لأنشطة أمين التراث."
|
||
id: "Inspeksi resmi akun atau proses organisasi.\nBiasanya dilakukan oleh badan independen untuk memverifikasi keakuratan catatan keuangan, kepatuhan terhadap peraturan, atau efektivitas operasional aktivitas pengelola warisan."
|
||
zh: "对组织账目或流程的正式检查。\n通常由独立机构进行,以验证财务记录的准确性、法规合规性或 遗产保管人活动的运营有效性。"
|
||
examples:
|
||
- value:
|
||
has_label: 2024 Financial Audit
|
||
temporal_extent:
|
||
begin_of_the_begin: '2024-01-01'
|
||
end_of_the_end: '2024-12-31'
|
||
conducted_by: PwC
|
||
description: Annual financial audit
|
||
- value:
|
||
has_label: Collection Management Audit
|
||
has_description: Review of collection documentation and procedures
|
||
conducted_by: Internal Audit Committee
|
||
description: Operational audit
|
||
close_mappings:
|
||
- prov:Activity
|
||
- schema:AssessAction
|
||
broad_mappings:
|
||
- skos:Concept
|
||
structured_aliases:
|
||
- literal_form: audit
|
||
in_language: nl
|
||
- literal_form: controle
|
||
in_language: nl
|
||
- literal_form: Prüfung
|
||
in_language: de
|
||
- literal_form: Revision
|
||
in_language: de
|
||
- literal_form: audit
|
||
in_language: fr
|
||
- literal_form: vérification
|
||
in_language: fr
|
||
- literal_form: auditoría
|
||
in_language: es
|
||
- literal_form: تدقيق
|
||
in_language: ar
|
||
- literal_form: pemeriksaan
|
||
in_language: id
|
||
- literal_form: 审计
|
||
in_language: zh
|
||
keywords:
|
||
- audit
|
||
- inspection
|
||
- verification
|
||
- compliance
|
||
- financial review
|
||
- assessment
|
||
slots:
|
||
- temporal_extent
|
||
- opiniate
|
||
- conducted_by
|
||
- has_label
|
||
- has_description
|
||
slot_usage:
|
||
temporal_extent:
|
||
range: TimeSpan
|
||
required: false
|
||
examples:
|
||
- value:
|
||
begin_of_the_begin: '2024-01-01'
|
||
end_of_the_end: '2024-12-31'
|
||
conducted_by:
|
||
required: false
|
||
examples:
|
||
- value: PwC
|
||
- value: Internal Audit Committee
|
||
opiniate:
|
||
range: AuditOpinion
|
||
required: false
|
||
has_label:
|
||
required: false
|
||
examples:
|
||
- value: 2024 Financial Audit
|
||
- value: Collection Management Audit
|
||
annotations:
|
||
specificity_score: "0.35"
|
||
specificity_rationale: "Audit is moderately specific to organizational oversight and compliance."
|
||
custodian_types: "['*']"
|
||
audit_types: "Financial audit, Compliance audit, Operational audit, Collection audit"
|
||
comments:
|
||
- Official inspection of accounts or processes
|
||
- May be financial, compliance, or operational
|
||
- Results in audit opinion
|
||
see_also:
|
||
- AuditOpinion
|
||
- Auditor
|