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.
62 lines
2 KiB
YAML
62 lines
2 KiB
YAML
id: https://nde.nl/ontology/hc/class/SubsidiaryOrganization
|
|
name: SubsidiaryOrganization
|
|
title: SubsidiaryOrganization Type
|
|
imports:
|
|
- linkml:types
|
|
- ./ArchiveOrganizationType
|
|
- ../slots/class_metadata_slots
|
|
classes:
|
|
SubsidiaryOrganization:
|
|
description: An entity or organization administered by a larger entity or organization. In
|
|
the heritage context, subsidiary organizations are archives, museums, libraries,
|
|
or other heritage custodians that operate under the governance or administrative
|
|
control of a parent institution. This class models the hierarchical relationship
|
|
between organizations.
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
mixins:
|
|
- OrganizationalStructure
|
|
slots:
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- wikidata_alignment
|
|
- wikidata_entity
|
|
slot_usage:
|
|
wikidata_entity:
|
|
equals_string: Q62079110
|
|
wikidata_alignment:
|
|
range: WikidataAlignment
|
|
inlined: true
|
|
description: 'Wikidata alignment: Q62079110 ()'
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
rico_record_set_type:
|
|
equals_string: 'False'
|
|
label_de:
|
|
equals_string: Tochterorganisation
|
|
label_es:
|
|
equals_string: entidad subsidiaria
|
|
label_fr:
|
|
equals_string: entité subsidiaire
|
|
custodian_only:
|
|
equals_expression: 'true'
|
|
attributes:
|
|
parent_organization:
|
|
description: The parent organization that administers this subsidiary
|
|
range: string
|
|
required: true
|
|
governance_relationship:
|
|
description: Type of governance relationship (wholly owned, affiliated, etc.)
|
|
range: string
|
|
operational_autonomy:
|
|
description: Level of operational independence from parent
|
|
range: string
|
|
see_also:
|
|
- ParentOrganizationUnit
|
|
- OrganizationalSubdivision
|
|
- Department
|
|
- JointArchives
|