- Introduced `founding_date`, `founding_date_diocese`, and `fr` slots for capturing founding dates and French language text. - Created `collects_or_collected`, `has_or_had_objective`, `has_or_had_percentage`, `has_or_had_place`, `has_or_had_reply`, `has_or_had_web_page`, `is_or_was_acquired_by`, `is_or_was_appreciated`, `is_or_was_founded_through`, `is_or_was_part_of`, `is_or_was_part_of_total`, `start_of_the_start`, `takes_or_took_comission`, and `was_fetched_at` slots to enhance data modeling capabilities. - Each slot includes detailed descriptions, examples, and ontology alignments to ensure clarity and usability. - Migration notes added for slots transitioned from previous definitions to maintain historical context and facilitate understanding of changes.
87 lines
3.7 KiB
YAML
87 lines
3.7 KiB
YAML
id: https://nde.nl/ontology/hc/class/UniversityArchive
|
|
name: UniversityArchive
|
|
title: UniversityArchive Type
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
schema: http://schema.org/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
wd: http://www.wikidata.org/entity/
|
|
imports:
|
|
- linkml:types
|
|
- ./ArchiveOrganizationType
|
|
- ./UniversityArchiveRecordSetTypes
|
|
- ../slots/hold_or_held_record_set_type
|
|
- ../slots/has_or_had_custodian_type
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
- ../slots/is_or_was_related_to # was: wikidata_alignment - migrated per Rule 53 (2026-01-15)
|
|
- ../slots/has_or_had_identifier # was: wikidata_entity - migrated per Rule 53 (2026-01-15)
|
|
- ./WikiDataIdentifier # for has_or_had_identifier range
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
|
|
|
|
- ./TemplateSpecificityType
|
|
|
|
- ./TemplateSpecificityTypes
|
|
- ./WikidataAlignment
|
|
- ./WikiDataEntry # for is_or_was_related_to range (2026-01-15)
|
|
- ./UniversityArchiveRecordSetType
|
|
# MIGRATED 2026-01-22: founding_date → is_or_was_founded_through + FoundingEvent (Rule 53)
|
|
- ../slots/is_or_was_founded_through
|
|
- ./FoundingEvent
|
|
classes:
|
|
UniversityArchive:
|
|
description: A collection of historical records of a college or university. University archives (Universitätsarchive)
|
|
preserve the institutional memory of higher education institutions, including administrative records, faculty papers, student
|
|
records, photographs, publications, and other documentation of academic life and institutional history.
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: schema:ArchiveOrganization
|
|
slots:
|
|
- has_or_had_custodian_type
|
|
- hold_or_held_record_set_type
|
|
- specificity_annotation
|
|
- has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
- is_or_was_related_to # was: wikidata_alignment - migrated per Rule 53 (2026-01-15)
|
|
- has_or_had_identifier # was: wikidata_entity - migrated per Rule 53 (2026-01-15)
|
|
- is_or_was_founded_through # was: founding_date attribute - migrated per Rule 53 (2026-01-22)
|
|
exact_mappings:
|
|
- wd:Q2496264 # Wikidata (was: slot_usage wikidata_equivalent - migrated per Rule 53, 2026-01-17)
|
|
close_mappings:
|
|
- rico:CorporateBody
|
|
- skos:Concept
|
|
broad_mappings:
|
|
- wd:Q166118
|
|
slot_usage:
|
|
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
|
|
# MIGRATED 2026-01-22: founding_date → is_or_was_founded_through + FoundingEvent (Rule 53)
|
|
is_or_was_founded_through:
|
|
description: |
|
|
The founding event for this university archive.
|
|
Migrated from founding_date attribute per slot_fixes.yaml revision.
|
|
range: FoundingEvent
|
|
inlined: true
|
|
attributes:
|
|
parent_university:
|
|
description: The university or college this archive serves
|
|
range: string
|
|
# REMOVED: founding_date - migrated to is_or_was_founded_through (Rule 53, 2026-01-22)
|
|
records_scope:
|
|
description: Types of university records held (administrative, faculty, student, etc.)
|
|
range: string
|
|
multivalued: true
|
|
see_also:
|
|
- AcademicArchive
|
|
- InstitutionalArchive
|
|
- SchoolArchive
|
|
- ScientificArchive
|
|
annotations:
|
|
label_de: Universitätsarchiv
|
|
label_es: archivo universitario
|
|
label_fr: archives universitaires
|
|
record_set_type: true
|
|
custodian_type: true
|