glam/schemas/20251121/linkml/modules/classes/AcademicArchive.yaml
kempersc 0393b321c9 refactor(schema): unify custodian_type slots into has_or_had_custodian_type (Rule 39, 43)
- 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
2026-01-09 10:55:21 +01:00

189 lines
5.9 KiB
YAML

id: https://nde.nl/ontology/hc/class/AcademicArchive
name: AcademicArchive
title: Academic Archive Type
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
- ./ArchiveOrganizationType
- ./CollectionType
- ./AcademicArchiveRecordSetTypes
- ../slots/type_scope
- ../slots/holds_record_set_types
- ../slots/has_or_had_custodian_type
- ../slots/dual_class_link
- ../slots/broader_concept
- ../slots/broader_concept_label
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/wikidata_alignment
- ./DualClassLink
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ./WikidataAlignment
classes:
AcademicArchive:
is_a: ArchiveOrganizationType
class_uri: schema:ArchiveOrganization
description: Archive of a higher education institution (university, college, polytechnic).
slots:
- has_or_had_custodian_type
- dual_class_link
- holds_record_set_types
- broader_concept
- broader_concept_label
- specificity_annotation
- template_specificity
- wikidata_alignment
structured_aliases:
- literal_form: Hochschularchiv
in_language: de
- literal_form: archivo académico
in_language: es
- literal_form: archives académiques
in_language: fr
- literal_form: archivio accademico
in_language: it
- literal_form: academisch archief
in_language: nl
- literal_form: arquivo acadêmico
in_language: pt
keywords:
- administrative records
- governance records
- committee records
- policy records
- student records
- enrollment records
- graduation records
- academic transcripts
- faculty papers
- research documentation
- university publications
- ephemera
- campus photographs
- audiovisual materials
- campus life documentation
slot_usage:
holds_record_set_types:
description: Record set types typically held by academic archives.
equals_expression: |
["hc:UniversityAdministrativeFonds", "hc:StudentRecordSeries", "hc:FacultyPaperCollection", "hc:CampusDocumentationCollection"]
wikidata_entity:
description: |
Should be Q27032435 for this type.
Narrower than Q166118 (archive).
pattern: ^Q[0-9]+$
equals_string: Q27032435
archive_scope:
description: |
Typically 'university', 'college', or 'institutional'.
Reflects the educational institution's administrative scope.
has_or_had_custodian_type:
equals_expression: '["hc:ArchiveOrganizationType"]'
wikidata_alignment:
range: WikidataAlignment
inlined: true
description: 'Wikidata alignment: Q27032435 (academic archive)'
broader_concept:
equals_expression: '["wd:Q166118"]'
broader_concept_label:
equals_string: archive
dual_class_link:
range: DualClassLink
inlined: true
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
exact_mappings:
- wd:Q27032435
close_mappings:
- rico:CorporateBody
- skos:Concept
broad_mappings:
- wd:Q166118
- wd:Q124762372
narrow_mappings:
- wd:Q2496264
related_mappings:
- wd:Q1065413
comments:
- Custodian type class for academic/higher education archives
- 'Part of dual-class pattern: custodian type + rico:RecordSetType'
- Parent institution is typically a university or college
- class_uri is schema:ArchiveOrganization - primary semantic meaning
- skos:broader relationship to wd:Q166118 (archive) expressed via broad_mappings
see_also:
- wd:Q2496264
- wd:Q124762372
- wd:Q1065413
- AcademicArchiveRecordSetType
AcademicArchiveRecordSetType:
description: A rico:RecordSetType for classifying collections of academic and higher education institutional records.
is_a: CollectionType
class_uri: rico:RecordSetType
slots:
- has_or_had_custodian_type
- dual_class_link
- specificity_annotation
- template_specificity
- type_scope
- wikidata_alignment
attributes:
type_scope:
range: TypeScopeEntry
multivalued: true
inlined_as_list: true
description: |
Structured scope definitions for AcademicArchiveRecordSetType.
Formally documents what types of record sets are classified under this type.
comments:
- Collection type class for academic/higher education record sets
- Part of dual-class pattern with AcademicArchive (custodian type)
structured_aliases:
- literal_form: Hochschularchivbestand
in_language: de
- literal_form: fondo de archivo académico
in_language: es
- literal_form: fonds d'archives académiques
in_language: fr
- literal_form: academisch archiefbestand
in_language: nl
slot_usage:
wikidata_equivalent:
equals_string: Q27032435
has_or_had_custodian_type:
equals_expression: '["hc:ArchiveOrganizationType"]'
wikidata_alignment:
range: WikidataAlignment
inlined: true
description: 'Wikidata alignment: Q27032435 (academic archive)'
dual_class_link:
range: DualClassLink
inlined: true
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
exact_mappings:
- rico:RecordSetType
broad_mappings:
- wd:Q27032435
close_mappings:
- skos:Concept
see_also:
- AcademicArchive
- rico:RecordSetType
- UniversityAdministrativeFonds
- StudentRecordSeries
- FacultyPaperCollection
- CampusDocumentationCollection