29 lines
898 B
YAML
29 lines
898 B
YAML
id: https://nde.nl/ontology/hc/enum/LanguageProficiencyEnum
|
|
name: language_proficiency_enum
|
|
title: Language Proficiency Enum
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
|
|
enums:
|
|
LanguageProficiencyEnum:
|
|
description: |
|
|
LinkedIn language proficiency levels.
|
|
Based on LinkedIn's standard proficiency descriptions.
|
|
permissible_values:
|
|
NATIVE_BILINGUAL:
|
|
description: Native or bilingual proficiency
|
|
FULL_PROFESSIONAL:
|
|
description: Full professional proficiency
|
|
PROFESSIONAL_WORKING:
|
|
description: Professional working proficiency
|
|
LIMITED_WORKING:
|
|
description: Limited working proficiency
|
|
ELEMENTARY:
|
|
description: Elementary proficiency
|
|
UNKNOWN:
|
|
description: Proficiency level not specified
|