glam/schemas/20251121/linkml/modules/classes/LanguageProficiency.yaml
kempersc c2cdbed614 Refactor Price, PriceRange, Primary, and PrimaryDigitalPresenceAssertion classes for improved clarity and multilingual support
- Updated descriptions and titles for Price and PriceRange classes to enhance understanding.
- Added multilingual alt_descriptions for Price, PriceRange, Primary, and PrimaryDigitalPresenceAssertion classes.
- Enhanced examples in Price and PriceRange classes to provide clearer context.
- Improved annotations and comments for better documentation and understanding of class purposes.
- Introduced new slots for official names (including and excluding type) to standardize naming conventions.
- Added sorting variant for official names to facilitate alphabetical ordering.
- Ensured all changes align with the latest schema requirements and best practices.
2026-02-15 21:54:42 +01:00

89 lines
3.6 KiB
YAML

id: https://nde.nl/ontology/hc/class/LanguageProficiency
name: LanguageProficiency
title: Language Proficiency
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
default_prefix: hc
imports:
- linkml:types
- ../enums/LanguageProficiencyEnum
- ../slots/has_score
- ../slots/has_code
- ../slots/has_label
- ../slots/has_raw_data
- ../slots/proficient_in
classes:
LanguageProficiency:
class_uri: hc:LanguageProficiency
description: >-
Language skill statement combining language identity with a declared
proficiency level.
alt_descriptions:
nl: {text: Vaardigheidsverklaring die taalidentiteit combineert met een aangegeven beheersingsniveau., language: nl}
de: {text: Sprachkompetenzangabe, die Sprachidentitaet mit einem angegebenen Beherrschungsgrad kombiniert., language: de}
fr: {text: Declaration de competence linguistique combinant l identite de la langue et un niveau de maitrise declare., language: fr}
es: {text: Declaracion de competencia linguistica que combina identidad del idioma con un nivel declarado de dominio., language: es}
ar: {text: بيان كفاءة لغوية يجمع بين هوية اللغة ومستوى إتقان مُعلن., language: ar}
id: {text: Pernyataan kemampuan bahasa yang menggabungkan identitas bahasa dengan tingkat kemahiran yang dinyatakan., language: id}
zh: {text: 将语言身份与声明的熟练程度结合的语言能力陈述。, language: zh}
structured_aliases:
nl: [{literal_form: taalvaardigheid, language: nl}]
de: [{literal_form: Sprachkompetenz, language: de}]
fr: [{literal_form: competence linguistique, language: fr}]
es: [{literal_form: competencia linguistica, language: es}]
ar: [{literal_form: كفاءة لغوية, language: ar}]
id: [{literal_form: kemahiran bahasa, language: id}]
zh: [{literal_form: 语言熟练度, language: zh}]
slots:
- has_code
- has_label
- has_raw_data
- proficient_in
- has_score
slot_usage:
has_raw_data:
examples:
- value: English - Native or bilingual
- value: Dutch - Professional working proficiency
has_label:
examples:
- value: English
- value: Dutch
- value: French
has_code:
pattern: "^[a-z]{2}$"
examples:
- value: en
- value: nl
- value: fr
proficient_in:
range: LanguageProficiencyEnum
examples:
- value: NATIVE_BILINGUAL
close_mappings:
- schema:knowsLanguage
- dcterms:language
comments:
- Models language abilities as extracted from profile sources (e.g., LinkedIn language sections) and retains raw strings for provenance.
- Use has_label/has_code for parsed components; use has_raw_data to preserve original source phrasing.
see_also:
- https://schema.org/knowsLanguage
- https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
examples:
- value:
has_raw_data: English - Native or bilingual
has_label: English
has_code: en
proficient_in: NATIVE_BILINGUAL
- value:
has_raw_data: French - Professional working proficiency
has_label: French
has_code: fr
proficient_in: PROFESSIONAL_WORKING
annotations:
specificity_score: 0.3
specificity_rationale: Person-profile skill statement used for staff capability and multilingual analysis.
custodian_types: "['*']"