- Remove slot_uri, description, mappings from slot_usage sections - Move these properties to centralized slot files in modules/slots/ - Keep only class-specific overrides in slot_usage (required, inlined, examples) - Update 1,499 centralized slot files with enriched definitions - Clean 188 class files Violations fixed: - slot_uri in slot_usage: 1,676 → 0 - description in slot_usage: 2,287 → 0 (moved to centralized) Schema still validates: 816 classes, 2028 slots, 127 enums
65 lines
2.1 KiB
YAML
65 lines
2.1 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
|
|
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
|