- Updated descriptions and classifications for Diocesan and District Archive record types to enhance clarity and alignment with archival standards. - Introduced structured aliases and alternative descriptions in multiple languages for key classes, improving accessibility and usability. - Enhanced the Documentation and Documentation Centre classes with clearer definitions and broader mappings to relevant ontologies. - Refined the DispositionService and DispositionServiceType schemas to better reflect operational contexts and service classifications. - General cleanup of unused prefixes and redundant annotations across various schema files to streamline the overall structure.
49 lines
1.3 KiB
YAML
49 lines
1.3 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#
|
|
org: http://www.w3.org/ns/org#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/identified_by
|
|
- ../slots/has_score
|
|
- ../slots/has_level
|
|
classes:
|
|
Division:
|
|
description: >-
|
|
Major organizational unit within an institution, used to model high-level internal structure.
|
|
is_a: OrganizationUnit
|
|
class_uri: org:OrganizationalUnit
|
|
broad_mappings:
|
|
- org:OrganizationalUnit
|
|
close_mappings:
|
|
- 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
|