- 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.
102 lines
4.8 KiB
YAML
102 lines
4.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/Auditor
|
|
name: Auditor
|
|
title: Auditor
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
prov: http://www.w3.org/ns/prov#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_name
|
|
- ../slots/has_description
|
|
default_prefix: hc
|
|
classes:
|
|
Auditor:
|
|
class_uri: hc:Auditor
|
|
description: >-
|
|
Person or organization authorized to review and verify financial records.
|
|
|
|
Independent professional or firm qualified to examine organizational accounts, assess compliance, and express audit opinions on financial statements or operational procedures.
|
|
alt_descriptions:
|
|
nl: "Persoon of organisatie gemachtigd om financiële administratie te beoordelen en te verifiëren.\nOnafhankelijke professional of bedrijf dat bevoegd is om organisatie- administratie te onderzoeken, naleving te beoordelen en auditoordeel uit te spreken over jaarrekeningen of operationele procedures."
|
|
de: "Person oder Organisation, die berechtigt ist, Finanzunterlagen zu überprüfen und zu verifizieren.\nUnabhängiger Profi oder Firma, die qualifiziert ist, Organisationskonten zu prüfen, Compliance zu bewerten und Prüfungsmeinungen zu Finanzberichten oder betrieblichen Verfahren abzugeben."
|
|
fr: "Personne ou organisation autorisée à examiner et vérifier les documents financiers.\nProfessionnel indépendant ou cabinet qualifié pour examiner les comptes organisationnels, évaluer la conformité et exprimer des opinions d'audit sur les états financiers ou les procédures opérationnelles."
|
|
es: "Persona u organización autorizada para revisar y verificar registros financieros.\nProfesional independiente o firma calificada para examinar cuentas organizacionales, evaluar el cumplimiento y expresar opiniones de auditoría sobre estados financieros o procedimientos operativos."
|
|
ar: "شخص أو منظمة مخولة لمراجعة والتحقق من السجلات المالية.\nمحترف مستقل أو شركة مؤهلة لفحص الحسابات التنظيمية وتقييم الامتثال وإبداء آراء التدقيق حول البيانات المالية أو الإجراءات التشغيلية."
|
|
id: "Orang atau organisasi yang berwenang untuk meninjau dan memverifikasi catatan keuangan.\nProfesional independen atau firma yang berkualifikasi untuk memeriksa akun organisasi, menilai kepatuhan, dan menyatakan opini audit tentang laporan keuangan atau prosedur operasional."
|
|
zh: "被授权审查和核实财务记录的人员或组织。\n有资格审查组织账目、评估合规性并对财务报表或运营程序表达审计意见的 独立专业人员或公司。"
|
|
examples:
|
|
- value:
|
|
has_name: PwC
|
|
has_description: Big Four accounting firm providing audit services
|
|
description: External audit firm
|
|
- value:
|
|
has_name: Deloitte
|
|
has_description: International professional services network
|
|
description: International auditor
|
|
- value:
|
|
has_name: Internal Audit Department
|
|
has_description: In-house audit function
|
|
description: Internal auditor
|
|
close_mappings:
|
|
- schema:Organization
|
|
- prov:Agent
|
|
broad_mappings:
|
|
- skos:Concept
|
|
structured_aliases:
|
|
- literal_form: accountant
|
|
in_language: nl
|
|
- literal_form: auditor
|
|
in_language: nl
|
|
- literal_form: Wirtschaftsprüfer
|
|
in_language: de
|
|
- literal_form: Prüfer
|
|
in_language: de
|
|
- literal_form: auditeur
|
|
in_language: fr
|
|
- literal_form: auditor
|
|
in_language: es
|
|
- literal_form: مدقق حسابات
|
|
in_language: ar
|
|
- literal_form: auditor
|
|
in_language: id
|
|
- literal_form: 审计师
|
|
in_language: zh
|
|
keywords:
|
|
- auditor
|
|
- accountant
|
|
- financial review
|
|
- compliance
|
|
- verification
|
|
- independent examiner
|
|
slots:
|
|
- has_name
|
|
- has_description
|
|
slot_usage:
|
|
has_name:
|
|
required: true
|
|
examples:
|
|
- value: PwC
|
|
- value: Deloitte
|
|
- value: KPMG
|
|
- value: Internal Audit Department
|
|
has_description:
|
|
required: false
|
|
examples:
|
|
- value: Big Four accounting firm providing audit services
|
|
annotations:
|
|
specificity_score: "0.35"
|
|
specificity_rationale: "Auditor is moderately specific to financial oversight and compliance."
|
|
custodian_types: "['*']"
|
|
auditor_types: "External auditor, Internal auditor, Government auditor"
|
|
big_four: "PwC, Deloitte, KPMG, EY"
|
|
comments:
|
|
- Person or organization conducting audits
|
|
- May be external firm or internal department
|
|
- Must be independent and qualified
|
|
- Big Four firms: PwC, Deloitte, KPMG, EY
|
|
see_also:
|
|
- Audit
|
|
- AuditOpinion
|