glam/schemas/20251121/linkml/modules/classes/Group.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- 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.
2026-02-16 10:16:51 +01:00

48 lines
2.1 KiB
YAML

id: https://nde.nl/ontology/hc/class/Group
name: Group
title: Group
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
org: http://www.w3.org/ns/org#
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
classes:
Group:
class_uri: org:OrganizationalUnit
description: >-
Organizational unit used to represent teams, departments, committees, or
other internal coordination bodies.
alt_descriptions:
nl: Organisatorische eenheid voor teams afdelingen commissies of andere interne samenwerkingsverbanden.
de: Organisationseinheit zur Abbildung von Teams Abteilungen Ausschuessen oder anderen internen Koordinationsstrukturen.
fr: Unite organisationnelle representant equipes departements comites ou autres structures internes de coordination.
es: Unidad organizativa para representar equipos departamentos comites u otras estructuras internas de coordinacion.
ar: وحدة تنظيمية لتمثيل الفرق والأقسام واللجان وغيرها من هياكل التنسيق الداخلية.
id: Unit organisasi untuk merepresentasikan tim departemen komite atau struktur koordinasi internal lainnya.
zh: 用于表示团队、部门、委员会等内部协作结构的组织单元。
structured_aliases:
- {literal_form: organisatie-eenheid, in_language: nl}
- {literal_form: Organisationseinheit, in_language: de}
- {literal_form: unite organisationnelle, in_language: fr}
- {literal_form: unidad organizativa, in_language: es}
- {literal_form: وحدة تنظيمية, in_language: ar}
- {literal_form: unit organisasi, in_language: id}
- {literal_form: 组织单元, in_language: zh}
exact_mappings:
- org:OrganizationalUnit
close_mappings:
- schema:Organization
annotations:
specificity_score: 0.35
specificity_rationale: Low specificity - groups are common organizational concept.
custodian_types: '[''*'']'
examples:
- value:
group_name: Storage Team
group_type: TEAM
member_count: 5
description: Warehouse management team
slots: []