- Removed obsolete slots: `has_or_had_custodian_observation`, `provider`, and `specificity_annotation`. - Updated `has_or_had_score` slot to use `SpecificityScore` class and modified its description and examples. - Added new slots: `end_seconds`, `end_time`, `has_archive_path`, `has_or_had_custodian_name`, `protocol_name`, and `protocol_version`. - Introduced a script `check_annotation_types.py` to validate the presence and structure of `custodian_types` in YAML files. - Added a script `update_specificity.py` to automate updates related to `SpecificityAnnotation` to `SpecificityScore`.
45 lines
1.7 KiB
YAML
45 lines
1.7 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
|
|
- ../slots/has_or_had_score
|
|
- ../slots/organizational_level
|
|
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:
|
|
- has_or_had_score
|
|
- has_or_had_identifier
|
|
slot_usage:
|
|
has_or_had_identifier:
|
|
organizational_level:
|
|
equals_string: subdivision
|
|
annotations:
|
|
skos:prefLabel: Organizational Subdivision
|
|
skos:altLabel: "Untereinheit, subdivisi\xF3n organizacional, sous-division organisationnelle, Subunit, Organizational Unit"
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
see_also:
|
|
- Division
|
|
- Department
|
|
- Branch
|
|
- ParentOrganizationUnit
|
|
comments:
|
|
- Untereinheit (de)
|
|
- "subdivisi\xF3n organizacional (es)"
|
|
- sous-division organisationnelle (fr)
|
|
- Part of larger organization
|
|
- Important for understanding archival provenance
|
|
- Links to OrganizationalStructure for hierarchy modeling
|