58 lines
2.3 KiB
YAML
58 lines
2.3 KiB
YAML
id: https://w3id.org/nde/ontology/OrganizationalSubdivision
|
|
name: OrganizationalSubdivision
|
|
title: Organizational Subdivision
|
|
|
|
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/has_or_had_identifier # was: wikidata_entity - migrated per Rule 53 (2026-01-16)
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
- ./WikiDataIdentifier
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
|
|
|
|
- ./TemplateSpecificityType
|
|
|
|
- ./TemplateSpecificityTypes
|
|
|
|
classes:
|
|
OrganizationalSubdivision:
|
|
description: Organization that is a part of a larger organization. Organizational subdivisions include departments, divisions,
|
|
branches, sections, and other units within a parent organization. In archival contexts, understanding organizational
|
|
structure is essential for records provenance and hierarchical arrangement.
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
mixins:
|
|
- OrganizationalStructure
|
|
slots:
|
|
- specificity_annotation
|
|
- has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
- has_or_had_identifier # was: wikidata_entity - migrated per Rule 53 (2026-01-16)
|
|
slot_usage:
|
|
has_or_had_identifier: # was: wikidata_entity - migrated per Rule 53 (2026-01-16)
|
|
# equals_string removed: Q9261468 (incompatible with uriorcurie range)
|
|
description: Wikidata identifier for Organizational Subdivision concept
|
|
organizational_level:
|
|
equals_string: subdivision
|
|
annotations:
|
|
skos:prefLabel: Organizational Subdivision
|
|
skos:altLabel: Untereinheit, subdivisión organizacional, sous-division organisationnelle, Subunit, Organizational Unit
|
|
see_also:
|
|
- Division
|
|
- Department
|
|
- Branch
|
|
- ParentOrganizationUnit
|
|
comments:
|
|
- Untereinheit (de)
|
|
- subdivisión organizacional (es)
|
|
- sous-division organisationnelle (fr)
|
|
- Part of larger organization
|
|
- Important for understanding archival provenance
|
|
- Links to OrganizationalStructure for hierarchy modeling
|