YAML arrays in LinkML annotations must be quoted strings to ensure proper parsing. This change quotes all custodian_types annotations from the raw array format to quoted string format. Before: custodian_types: ["A", "G"] After: custodian_types: '["A", "G"]' Affected: 50+ class files in modules/classes/ Also updates: manifest.json, 01_custodian_name_modular.yaml
45 lines
1.6 KiB
YAML
45 lines
1.6 KiB
YAML
# Monastery Archive
|
|
# Auto-generated from ArchiveTypeEnum refactoring
|
|
# Wikidata: Q27030561
|
|
|
|
id: https://w3id.org/nde/ontology/MonasteryArchive
|
|
name: MonasteryArchive
|
|
title: Monastery Archive
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
|
|
classes:
|
|
MonasteryArchive:
|
|
description: >-
|
|
Archive of a monastery. Monastery archives preserve records created
|
|
by monastic communities over centuries, including administrative
|
|
documents, charters, liturgical records, manuscripts, and documentation
|
|
of daily monastic life. These archives are invaluable for medieval
|
|
and early modern history, often containing some of the oldest
|
|
surviving written records in a region.
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
slots:
|
|
- wikidata_entity
|
|
slot_usage:
|
|
wikidata_entity:
|
|
equals_string: "Q27030561"
|
|
annotations:
|
|
custodian_types: '["A", "H"]'
|
|
custodian_types_rationale: "MonasteryArchive serves dual roles - as an ARCHIVE (A) for monastic records and as part of a HOLY_SITE (H) religious community"
|
|
skos:prefLabel: "Monastery Archive"
|
|
skos:altLabel: "Klosterarchiv, archivo monástico, Monastic Archive, Abbey Archive"
|
|
subject_domain: "religious/monastic"
|
|
institutional_context: "religious community"
|
|
see_also:
|
|
- ReligiousArchive
|
|
- DiocesanArchive
|
|
- ParishArchive
|
|
- ChurchArchive
|
|
comments:
|
|
- "Klosterarchiv (de)"
|
|
- "archivo monástico (es)"
|
|
- "Contains records of monastic communities"
|
|
- "Often includes medieval manuscripts and charters"
|
|
- "May be held by active monasteries or transferred to state archives"
|