43 lines
1.4 KiB
YAML
43 lines
1.4 KiB
YAML
id: https://w3id.org/nde/ontology/Division
|
|
name: Division
|
|
title: Division (Organizational Unit)
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/identified_by
|
|
- ../slots/has_score
|
|
- ../slots/has_level
|
|
classes:
|
|
Division:
|
|
description: A distinct and large part of an organization. In the context of heritage custodians, this represents a major organizational unit or department that may have its own archival or collection management responsibilities. Divisions are typically larger than departments and may contain multiple sub-units.
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
mixins:
|
|
- OrganizationalStructure
|
|
slots:
|
|
- has_score
|
|
- identified_by
|
|
slot_usage:
|
|
identified_by:
|
|
has_level:
|
|
equals_string: major unit
|
|
annotations:
|
|
skos:prefLabel: Division
|
|
skos:altLabel: "Abteilung, divisi\xF3n, division"
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
see_also:
|
|
- Department
|
|
- Branch
|
|
- Section
|
|
comments:
|
|
- Abteilung (de)
|
|
- "divisi\xF3n (es)"
|
|
- division (fr)
|
|
- Represents structural organization within heritage institutions
|
|
- Links to OrganizationalStructure for hierarchical modeling
|