Extends migration to all class types (museums, libraries, galleries, etc.) New slots added to class_metadata_slots.yaml: - RiC-O: rico_record_set_type, rico_organizational_principle, rico_has_or_had_holder, rico_note - Multilingual: label_de, label_es, label_fr, label_nl, label_it, label_pt - Scope: scope_includes, scope_excludes, custodian_only, organizational_level, geographic_restriction - Notes: privacy_note, preservation_note, legal_note Migration script now handles 30+ annotation types. All migrated schemas pass linkml-validate. Total: 387 class files now use proper slots instead of annotations.
43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
id: https://w3id.org/nde/ontology/Division
|
|
name: Division
|
|
title: Division (Organizational Unit)
|
|
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:
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- wikidata_entity
|
|
slot_usage:
|
|
wikidata_entity:
|
|
equals_string: Q334453
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
organizational_level:
|
|
equals_string: major unit
|
|
annotations:
|
|
skos:prefLabel: Division
|
|
skos:altLabel: Abteilung, división, division
|
|
see_also:
|
|
- Department
|
|
- Branch
|
|
- Section
|
|
comments:
|
|
- Abteilung (de)
|
|
- división (es)
|
|
- division (fr)
|
|
- Represents structural organization within heritage institutions
|
|
- Links to OrganizationalStructure for hierarchical modeling
|
|
imports:
|
|
- ../slots/class_metadata_slots
|