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.
46 lines
1.6 KiB
YAML
46 lines
1.6 KiB
YAML
id: https://w3id.org/nde/ontology/ParentOrganizationUnit
|
|
name: ParentOrganizationUnit
|
|
title: Parent Organization Unit
|
|
classes:
|
|
ParentOrganizationUnit:
|
|
description: Organization that has a subsidiary unit. For companies, this refers
|
|
to entities that own enough voting stock in another firm to control management
|
|
and operations. In heritage contexts, this represents organizations that have
|
|
subordinate archives, museums, or other heritage custodian units under their
|
|
administrative control.
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
mixins:
|
|
- OrganizationalStructure
|
|
slots:
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- wikidata_entity
|
|
slot_usage:
|
|
wikidata_entity:
|
|
equals_string: Q1956113
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
organizational_level:
|
|
equals_string: parent
|
|
annotations:
|
|
skos:prefLabel: Parent Organization Unit
|
|
skos:altLabel: Mutterunternehmen, organización matriz, société mère, Parent
|
|
Organization, Holding Organization
|
|
see_also:
|
|
- OrganizationalSubdivision
|
|
- SubsidiaryOrganization
|
|
- EncompassingBody
|
|
comments:
|
|
- Mutterunternehmen (de)
|
|
- organización matriz (es)
|
|
- société mère (fr)
|
|
- Has subordinate organizational units
|
|
- Controls subsidiary archives or heritage institutions
|
|
- Links to OrganizationalStructure for hierarchy modeling
|
|
imports:
|
|
- ../slots/class_metadata_slots
|