- 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.
72 lines
2.7 KiB
YAML
72 lines
2.7 KiB
YAML
id: https://nde.nl/ontology/hc/class/Staff
|
|
name: Staff
|
|
title: Staff
|
|
description: >-
|
|
Staff members or employee groups of an organization.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
org: http://www.w3.org/ns/org#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_quantity
|
|
- ../slots/has_type
|
|
classes:
|
|
Staff:
|
|
class_uri: schema:Person
|
|
description: >-
|
|
Personnel employed by an organization, either as individuals or as grouped
|
|
workforce units with associated roles, qualifications, and responsibilities.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Personeel in dienst van een organisatie, als individuen of als gegroepeerde
|
|
personeelseenheden met bijbehorende rollen, kwalificaties en verantwoordelijkheden.
|
|
de: >-
|
|
Personal, das von einer Organisation beschäftigt wird, entweder als Einzelpersonen
|
|
oder als gruppierte Arbeitseinheiten mit entsprechenden Rollen, Qualifikationen und Verantwortlichkeiten.
|
|
fr: >-
|
|
Personnel employé par une organisation, soit en tant qu'individus, soit en tant qu'unités
|
|
de main-d'œuvre groupées avec des rôles, des qualifications et des responsabilités associés.
|
|
es: >-
|
|
Personal empleado por una organización, ya sea como individuos o como unidades
|
|
de fuerza laboral agrupadas con roles, calificaciones y responsabilidades asociadas.
|
|
ar: >-
|
|
موظفون يعملون في منظمة، إما كأفراد أو كوحدات قوى عاملة
|
|
مجمعة مع الأدوار والمؤهلات والمسؤوليات المرتبطة بها.
|
|
id: >-
|
|
Personil yang dipekerjakan oleh organisasi, baik sebagai individu atau sebagai unit
|
|
tenaga kerja yang dikelompokkan dengan peran, kualifikasi, dan tanggung jawab terkait.
|
|
zh: >-
|
|
组织雇用的人员,可以是个人,也可以是具有相关角色、资格和职责的分组劳动力单位。
|
|
broad_mappings:
|
|
- schema:Person
|
|
- org:Role
|
|
keywords:
|
|
- staff
|
|
- personnel
|
|
- employees
|
|
- workforce
|
|
structured_aliases:
|
|
- literal_form: personeel
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: Personal
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: personnel
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: personal
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class created during migration
|
|
custodian_types: '["*"]'
|
|
slots:
|
|
- has_quantity
|
|
- has_type
|
|
- has_description
|