- Migrate 236+ class files from custodian_types to has_or_had_custodian_type - Archive deprecated slots: custodian_type, custodian_types, custodian_type_broader/narrower/related - Update main schema and manifest imports - Fix Custodian.yaml class to use new slot - Fix annotation format (list→scalar) in has_or_had_custodian_type.yaml Rules applied: - Rule 39: RiC-O naming convention (hasOrHad pattern) - Rule 43: Slot nouns must be singular (multivalued:true for cardinality) - Rule 38: Slot centralization with semantic URI
68 lines
2.2 KiB
YAML
68 lines
2.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/SubsidiaryOrganization
|
|
name: SubsidiaryOrganization
|
|
title: SubsidiaryOrganization Type
|
|
imports:
|
|
- linkml:types
|
|
- ./ArchiveOrganizationType
|
|
- ../slots/specificity_annotation
|
|
- ../slots/template_specificity
|
|
- ../slots/wikidata_alignment
|
|
- ../slots/wikidata_entity
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
- ./WikidataAlignment
|
|
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
|
|
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
|