- 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.
113 lines
5.3 KiB
YAML
113 lines
5.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/AdministrativeUnit
|
|
name: AdministrativeUnit
|
|
title: Administrative Unit
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
org: http://www.w3.org/ns/org#
|
|
schema: http://schema.org/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
dcterms: http://purl.org/dc/terms/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_name
|
|
- ../slots/has_description
|
|
- ../slots/identified_by
|
|
classes:
|
|
AdministrativeUnit:
|
|
class_uri: org:OrganizationalUnit
|
|
description: >-
|
|
Administrative division or unit within an organization.
|
|
|
|
Represents a distinct organizational component with defined responsibilities, reporting structure, and operational scope. May be a department, division, team, or other organizational subdivision.
|
|
alt_descriptions:
|
|
nl: "Administratieve afdeling of eenheid binnen een organisatie.\nVertegenwoordigt een duidelijk organisatieonderdeel met gedefinieerde verantwoordelijkheden, rapportagelijnen en operationele reikwijdte. Kan een afdeling, divisie, team of andere organisatorische onderverdeling zijn."
|
|
de: "Administrative Abteilung oder Einheit innerhalb einer Organisation.\nRepräsentiert eine eigenständige Organisationskomponente mit definierten Verantwortlichkeiten, Berichtsstruktur und operatives Tätigkeitsfeld. Kann eine Abteilung, Division, Team oder andere organisatorische Unterteilung sein."
|
|
fr: "Division administrative ou unité au sein d'une organisation.\nReprésente un composant organisationnel distinct avec des responsabilités définies, une structure de rapport et une portée opérationnelle. Peut être un département, une division, une équipe ou autre subdivision organisationnelle."
|
|
es: "División administrativa o unidad dentro de una organización.\nRepresenta un componente organizativo distinto con responsabilidades definidas, estructura de informes y alcance operativo. Puede ser un departamento, división, equipo u otra subdivisión organizativa."
|
|
ar: "قسم إداري أو وحدة داخل منظمة.\nيمثل مكونًا تنظيميًا متميزًا بمسؤوليات محددة وهيكل إبلاغ ونطاق تشغيلي. يمكن أن يكون قسمًا أو شعبة أو فريقًا أو تقسيمًا تنظيميًا آخر."
|
|
id: "Divisi administratif atau unit dalam organisasi.\nMewakili komponen organisasi yang berbeda dengan tanggung jawab yang ditentukan, struktur pelaporan, dan cakupan operasional. Dapat berupa departemen, divisi, tim, atau subdivisi organisasi lainnya."
|
|
zh: "组织内的行政部门或单位。\n代表具有明确职责、汇报结构和运营范围的独立组织组成部分。 可以是部门、分部、团队或其他组织细分。"
|
|
examples:
|
|
- value:
|
|
has_name: Conservation Department
|
|
has_description: Responsible for preservation and restoration of collection items
|
|
description: Conservation department within a museum
|
|
- value:
|
|
has_name: Digital Services Division
|
|
has_description: Manages digitization, digital preservation, and online access
|
|
description: Digital services division
|
|
close_mappings:
|
|
- org:OrganizationalUnit
|
|
- schema:Organization
|
|
broad_mappings:
|
|
- skos:Concept
|
|
structured_aliases:
|
|
- literal_form: administratieve eenheid
|
|
in_language: nl
|
|
- literal_form: afdeling
|
|
in_language: nl
|
|
- literal_form: Verwaltungseinheit
|
|
in_language: de
|
|
- literal_form: Abteilung
|
|
in_language: de
|
|
- literal_form: unité administrative
|
|
in_language: fr
|
|
- literal_form: département
|
|
in_language: fr
|
|
- literal_form: unidad administrativa
|
|
in_language: es
|
|
- literal_form: departamento
|
|
in_language: es
|
|
- literal_form: وحدة إدارية
|
|
in_language: ar
|
|
- literal_form: قسم
|
|
in_language: ar
|
|
- literal_form: unit administratif
|
|
in_language: id
|
|
- literal_form: departemen
|
|
in_language: id
|
|
- literal_form: 行政单位
|
|
in_language: zh
|
|
- literal_form: 部门
|
|
in_language: zh
|
|
keywords:
|
|
- administrative unit
|
|
- department
|
|
- division
|
|
- team
|
|
- organizational unit
|
|
- organizational structure
|
|
slots:
|
|
- has_name
|
|
- has_description
|
|
- identified_by
|
|
slot_usage:
|
|
has_name:
|
|
required: true
|
|
examples:
|
|
- value: Conservation Department
|
|
- value: Digital Services Division
|
|
- value: Reader Services Team
|
|
has_description:
|
|
required: false
|
|
examples:
|
|
- value: Responsible for preservation and restoration of collection items
|
|
identified_by:
|
|
required: false
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/admin-unit/conservation-dept
|
|
annotations:
|
|
specificity_score: "0.10"
|
|
specificity_rationale: "Generic utility class - administrative units are broadly applicable across all organizational contexts."
|
|
custodian_types: "['*']"
|
|
unit_types: "Department, Division, Team, Section, Unit"
|
|
comments:
|
|
- Represents internal organizational divisions
|
|
- May be hierarchical (departments within divisions)
|
|
- Used for staff assignment and responsibility tracking
|
|
see_also:
|
|
- https://www.w3.org/TR/vocab-org/#org:OrganizationalUnit
|
|
- Administration
|
|
- AdministrativeLevel
|