- 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.
51 lines
1.9 KiB
YAML
51 lines
1.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/EducationLevel
|
|
name: EducationLevel
|
|
title: Education Level Class
|
|
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#
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
classes:
|
|
EducationLevel:
|
|
class_uri: schema:DefinedTerm
|
|
description: >-
|
|
Taxonomy term for the educational stage targeted by a provider,
|
|
service, or program.
|
|
alt_descriptions:
|
|
nl: Taxonomieterm voor de onderwijsfase waarop een aanbieder dienst of programma is gericht.
|
|
de: Taxonomiebegriff fuer die Bildungsstufe auf die Anbieter Dienst oder Programm ausgerichtet sind.
|
|
fr: Terme taxonomique pour le niveau educatif vise par un fournisseur service ou programme.
|
|
es: Termino taxonomico para la etapa educativa a la que se dirige un proveedor servicio o programa.
|
|
ar: مصطلح تصنيفي للمرحلة التعليمية المستهدفة من قبل مزود أو خدمة أو برنامج.
|
|
id: Istilah taksonomi untuk jenjang pendidikan yang dituju penyedia layanan atau program.
|
|
zh: 用于表示提供方、服务或项目所面向教育阶段的分类术语。
|
|
structured_aliases:
|
|
- {literal_form: onderwijsniveau, in_language: nl}
|
|
- {literal_form: Bildungsstufe, in_language: de}
|
|
- {literal_form: niveau educatif, in_language: fr}
|
|
- {literal_form: nivel educativo, in_language: es}
|
|
- {literal_form: مستوى تعليمي, in_language: ar}
|
|
- {literal_form: jenjang pendidikan, in_language: id}
|
|
- {literal_form: 教育层级, in_language: zh}
|
|
exact_mappings:
|
|
- schema:DefinedTerm
|
|
close_mappings:
|
|
- skos:Concept
|
|
|
|
slots:
|
|
- has_label
|
|
- identified_by
|
|
|
|
annotations:
|
|
custodian_types: '["E"]'
|
|
specificity_score: 0.6
|
|
specificity_rationale: Specific to education providers.
|