- Removed obsolete slots: `has_or_had_custodian_observation`, `provider`, and `specificity_annotation`. - Updated `has_or_had_score` slot to use `SpecificityScore` class and modified its description and examples. - Added new slots: `end_seconds`, `end_time`, `has_archive_path`, `has_or_had_custodian_name`, `protocol_name`, and `protocol_version`. - Introduced a script `check_annotation_types.py` to validate the presence and structure of `custodian_types` in YAML files. - Added a script `update_specificity.py` to automate updates related to `SpecificityAnnotation` to `SpecificityScore`.
110 lines
2.8 KiB
YAML
110 lines
2.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/ChurchArchive
|
|
name: ChurchArchive
|
|
title: Church Archive Type
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_identifier
|
|
- ../slots/has_or_had_scope
|
|
- ../slots/hold_or_held_record_set_type
|
|
classes:
|
|
ChurchArchive:
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
description: 'Archive kept by a church or ecclesiastical organization, preserving
|
|
|
|
records of religious administration and church life.
|
|
|
|
|
|
**Wikidata**: Q2877653
|
|
|
|
|
|
**Note**: There are two Wikidata entries for church archives:
|
|
|
|
- Q2877653: General church/ecclesiastical archives (this class)
|
|
|
|
- Q64166606: Swedish parish archives specifically
|
|
|
|
|
|
**Scope**:
|
|
|
|
Church archives (Kirchenarchive) preserve:
|
|
|
|
- Governing body records (synods, councils, boards)
|
|
|
|
- Pastoral correspondence
|
|
|
|
- Property and financial records
|
|
|
|
- Membership and vital records (historical)
|
|
|
|
- Missionary and charitable activity documentation
|
|
|
|
- Publications and periodicals
|
|
|
|
- Photographs and audiovisual materials
|
|
|
|
|
|
**Organizational Levels**:
|
|
|
|
Church archives exist at multiple levels:
|
|
|
|
- Denominational headquarters (national/international)
|
|
|
|
- Regional bodies (dioceses, conferences, presbyteries)
|
|
|
|
- Local congregations (see ParishArchive)
|
|
|
|
|
|
**Related Types**:
|
|
|
|
- CathedralArchive (Q132201761) - Cathedral chapter records
|
|
|
|
- DiocesanArchive (Q11906839) - Diocese administration
|
|
|
|
- MonasteryArchive (Q27030561) - Monastic institution records
|
|
|
|
- ParishArchive (Q34544468) - Local congregation records
|
|
|
|
- ReligiousArchive (Q85545753) - Broader religious archives
|
|
|
|
|
|
**Genealogical Value**:
|
|
|
|
Church archives are crucial for:
|
|
|
|
- Birth, baptism, marriage, death records
|
|
|
|
- Membership and confirmation registers
|
|
|
|
- Immigration and emigration documentation
|
|
|
|
- Historical vital statistics
|
|
|
|
'
|
|
slots:
|
|
- has_or_had_identifier
|
|
- hold_or_held_record_set_type
|
|
slot_usage:
|
|
has_or_had_identifier: null
|
|
hold_or_held_record_set_type:
|
|
equals_expression: '["hc:ChurchGovernanceFonds", "hc:ParishRegisterSeries", "hc:PastoralCorrespondenceCollection", "hc:ChurchPropertyFonds", "hc:CongregationalLifeCollection"]
|
|
|
|
'
|
|
see_also:
|
|
- CathedralArchive
|
|
- DiocesanArchive
|
|
- MonasteryArchive
|
|
- ParishArchive
|
|
- ReligiousArchive
|
|
- ChurchArchiveRecordSetType
|
|
- ChurchGovernanceFonds
|
|
- ParishRegisterSeries
|
|
- PastoralCorrespondenceCollection
|
|
- ChurchPropertyFonds
|
|
- CongregationalLifeCollection
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|