- 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.
54 lines
2.2 KiB
YAML
54 lines
2.2 KiB
YAML
id: https://nde.nl/ontology/hc/classes/CertificationEntry
|
|
name: CertificationEntry
|
|
title: CertificationEntry
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_name
|
|
- ../slots/has_date
|
|
default_prefix: hc
|
|
classes:
|
|
CertificationEntry:
|
|
description: >-
|
|
Credential record that captures an awarded qualification, issuing body context, and award date.
|
|
alt_descriptions:
|
|
nl: Bewijsrecord dat een toegekende kwalificatie, context van de uitgevende instantie en afgiftedatum vastlegt.
|
|
de: Nachweisdatensatz, der eine verliehene Qualifikation, den Kontext der ausstellenden Stelle und das Verleihungsdatum erfasst.
|
|
fr: Enregistrement d'attestation qui consigne une qualification obtenue, le contexte de l'organisme délivreur et la date d'obtention.
|
|
es: Registro de credencial que captura una cualificación otorgada, el contexto de la entidad emisora y la fecha de obtención.
|
|
ar: سجل اعتماد يوثّق مؤهلًا ممنوحًا وسياق الجهة المُصدِرة وتاريخ المنح.
|
|
id: Rekam kredensial yang mencatat kualifikasi yang diberikan, konteks lembaga penerbit, dan tanggal pemberian.
|
|
zh: 记录已授予资质、签发机构背景及授予日期的资历条目。
|
|
structured_aliases:
|
|
- literal_form: certificeringsvermelding
|
|
in_language: nl
|
|
- literal_form: Zertifizierungseintrag
|
|
in_language: de
|
|
- literal_form: entrée de certification
|
|
in_language: fr
|
|
- literal_form: entrada de certificación
|
|
in_language: es
|
|
- literal_form: قيد اعتماد
|
|
in_language: ar
|
|
- literal_form: entri sertifikasi
|
|
in_language: id
|
|
- literal_form: 认证条目
|
|
in_language: zh
|
|
class_uri: schema:EducationalOccupationalCredential
|
|
close_mappings:
|
|
- schema:Certification
|
|
related_mappings:
|
|
- prov:Entity
|
|
- schema:Organization
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|
|
slots:
|
|
- has_name
|
|
- has_date
|