- Updated titles and descriptions in TimeSlot, TimeSpan, TimeSpanType, and TimespanBlock for improved readability and understanding. - Enhanced multilingual support with refined alt_descriptions and structured_aliases across various classes. - Changed mapping types from broad_mappings to exact_mappings in WebClaimsBlock, WebCollection, WebPage, WebPlatform, WebSource, WorkExperience, and various YouTube-related classes for better alignment with schema definitions. - Improved comments and modeling notes in VariantTypes to clarify usage and examples. - General cleanup of unnecessary comments and formatting adjustments for consistency across YAML files.
57 lines
2.3 KiB
YAML
57 lines
2.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/Education
|
|
name: Education
|
|
title: Education Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/has_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/temporal_extent
|
|
classes:
|
|
Education:
|
|
class_uri: schema:EducationalOccupationalCredential
|
|
description: >-
|
|
Structured qualification entry representing completed or pursued study,
|
|
credential attainment, or formal training history.
|
|
alt_descriptions:
|
|
nl: Gestructureerde kwalificatievermelding voor afgeronde of gevolgde studie diplomaverwerving of formele opleidingsgeschiedenis.
|
|
de: Strukturierter Qualifikationseintrag fuer absolvierte oder laufende Ausbildung Abschlusserwerb oder formale Lernhistorie.
|
|
fr: Entree de qualification structuree representant etudes suivies obtention de diplome ou parcours de formation formelle.
|
|
es: Entrada estructurada de cualificacion que representa estudios cursados logro de credencial o historial formativo formal.
|
|
ar: إدخال مؤهل منظم يمثل الدراسة المنجزة أو الجارية أو نيل الاعتماد أو تاريخ التدريب الرسمي.
|
|
id: Entri kualifikasi terstruktur yang merepresentasikan studi yang ditempuh capaian kredensial atau riwayat pelatihan formal.
|
|
zh: 表示已修/在修学习经历、资质取得或正式培训履历的结构化资格条目。
|
|
structured_aliases:
|
|
- {literal_form: opleidingsvermelding, in_language: nl}
|
|
- {literal_form: Bildungseintrag, in_language: de}
|
|
- {literal_form: parcours de formation, in_language: fr}
|
|
- {literal_form: registro educativo, in_language: es}
|
|
- {literal_form: سجل تعليمي, in_language: ar}
|
|
- {literal_form: riwayat pendidikan, in_language: id}
|
|
- {literal_form: 教育履历项, in_language: zh}
|
|
exact_mappings:
|
|
- schema:EducationalOccupationalCredential
|
|
close_mappings:
|
|
- schema:Course
|
|
|
|
slots:
|
|
- has_label
|
|
- identified_by
|
|
- temporal_extent
|
|
- has_description
|
|
|
|
slot_usage:
|
|
has_label:
|
|
temporal_extent:
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
specificity_score: 0.6
|
|
specificity_rationale: Specific to person/staff profiles.
|