Schema Improvements: - Fix YAML import indentation across 800+ class files (sed: '^- ../' → ' - ../') - Add descriptions to 26 inline slots missing them (lint warnings) - Fix malformed imports in BirthPlace.yaml and CustodianObservation.yaml Validation Results: - linkml-lint: 4 warnings (intentional SCREAMING_CASE tier names) - gen-owl: SUCCESS (164,069 lines generated) - gen-json-schema: SUCCESS (9.4MB generated) Files affected: 1,034 files, +23,908 -15,200 lines
125 lines
4.2 KiB
YAML
125 lines
4.2 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/has_or_had_scope # was: type_scope - migrated per Rule 53 (2026-01-15)
|
|
- ./Scope # for has_or_had_scope range (2026-01-15)
|
|
- ../slots/hold_or_held_record_set_type
|
|
- ../slots/has_or_had_custodian_type
|
|
- ../slots/dual_class_link
|
|
# broader_concept REMOVED - migrated to has_or_had_hypernym (Rule 53)
|
|
- ../slots/has_or_had_hypernym
|
|
- ../slots/has_or_had_label
|
|
- ../slots/specificity_annotation
|
|
- ../slots/template_specificity
|
|
- ../slots/is_or_was_related_to # was: wikidata_alignment - migrated per Rule 53 (2026-01-15)
|
|
- ./DualClassLink
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
- ./WikidataAlignment
|
|
- ./WikiDataEntry # for is_or_was_related_to range (2026-01-15)
|
|
- ./AcademicArchiveRecordSetType
|
|
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
|
|
- hold_or_held_record_set_type
|
|
# broader_concept REMOVED - migrated to has_or_had_hypernym (Rule 53)
|
|
- has_or_had_hypernym
|
|
- has_or_had_label
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- is_or_was_related_to # was: wikidata_alignment - migrated per Rule 53 (2026-01-15)
|
|
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:
|
|
hold_or_held_record_set_type:
|
|
equals_expression: '["hc:UniversityAdministrativeFonds", "hc:StudentRecordSeries", "hc:FacultyPaperCollection", "hc:CampusDocumentationCollection"]
|
|
|
|
'
|
|
wikidata_entity:
|
|
pattern: ^Q[0-9]+$
|
|
equals_string: Q27032435
|
|
has_or_had_custodian_type:
|
|
equals_expression: '["hc:ArchiveOrganizationType"]'
|
|
is_or_was_related_to: # was: wikidata_alignment - migrated per Rule 53 (2026-01-15)
|
|
range: WikidataAlignment
|
|
inlined: true
|
|
has_or_had_hypernym:
|
|
description: >-
|
|
MIGRATED from broader_concept (Rule 53).
|
|
SKOS broader (parent) concept in the archive type hierarchy.
|
|
equals_expression: '["wd:Q166118"]'
|
|
has_or_had_label:
|
|
description: >-
|
|
Human-readable label for the broader concept.
|
|
Stored for display to avoid repeated lookups.
|
|
MIGRATED from broader_concept_label (2026-01-15) per Rule 53.
|
|
equals_string: archive
|
|
dual_class_link:
|
|
range: DualClassLink
|
|
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
|