- 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`.
91 lines
3.4 KiB
YAML
91 lines
3.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/Diocese
|
|
name: Diocese
|
|
title: Diocese
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
org: http://www.w3.org/ns/org#
|
|
wd: http://www.wikidata.org/entity/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_description
|
|
- ../slots/has_or_had_identifier
|
|
- ../slots/has_or_had_label
|
|
- ../slots/is_or_was_founded_through
|
|
- ../slots/is_or_was_located_in
|
|
classes:
|
|
Diocese:
|
|
class_uri: org:Organization
|
|
description: "Represents an ecclesiastical diocese (bishopric) - an administrative\
|
|
\ unit\nof the Catholic, Anglican, or other episcopal churches.\n\n**USAGE**:\n\
|
|
Captures structured information about dioceses that heritage custodians\n(particularly\
|
|
\ diocesan archives) are part of.\n\n**WIKIDATA**: Q131896 (diocese)\n\n**ECCLESIASTICAL\
|
|
\ HIERARCHY**:\n```\nVatican / Holy See\n ├── Ecclesiastical Province\n │\
|
|
\ └── Archdiocese (metropolitan see)\n │ └── DIOCESE (suffragan\
|
|
\ see) ← THIS CLASS\n │ └── Parish\n └── Religious Orders\n\
|
|
```\n\n**HISTORICAL SIGNIFICANCE**:\nMany European dioceses were established\
|
|
\ in medieval times and often\npredate civil administrative divisions. Their\
|
|
\ founding dates are\nsignificant for understanding ecclesiastical history.\n\
|
|
\n**MIGRATION NOTE**:\nCreated per slot_fixes.yaml revision (Rule 53, 2026-01-22).\n\
|
|
Replaces simple `founding_date_diocese` (date) with structured class\ncapturing\
|
|
\ diocese identity and founding event.\n"
|
|
slots:
|
|
- is_or_was_founded_through
|
|
- has_or_had_identifier
|
|
- has_or_had_label
|
|
- has_or_had_description
|
|
- is_or_was_located_in
|
|
slot_usage:
|
|
has_or_had_label:
|
|
range: string
|
|
required: true
|
|
examples:
|
|
- value: Diocese of Utrecht
|
|
- value: Bistum Münster
|
|
- value: Diocese of 's-Hertogenbosch
|
|
is_or_was_located_in:
|
|
range: string
|
|
examples:
|
|
- value:
|
|
has_or_had_label: Province of Utrecht
|
|
is_or_was_founded_through:
|
|
range: FoundingEvent
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
temporal_extent:
|
|
begin_of_the_begin: '0695-01-01'
|
|
end_of_the_begin: '0695-12-31'
|
|
exact_mappings:
|
|
- wd:Q131896
|
|
close_mappings:
|
|
- org:Organization
|
|
- schema:Organization
|
|
examples:
|
|
- value:
|
|
diocese_id: wd:Q1808831
|
|
diocese_name: Diocese of Utrecht
|
|
is_or_was_located_in:
|
|
has_or_had_label: Province of Utrecht
|
|
is_or_was_founded_through:
|
|
temporal_extent:
|
|
begin_of_the_begin: '0695-01-01'
|
|
end_of_the_begin: '0695-12-31'
|
|
- value:
|
|
diocese_id: hc:diocese/s-hertogenbosch
|
|
diocese_name: Diocese of 's-Hertogenbosch
|
|
is_or_was_located_in:
|
|
has_or_had_label: Province of Utrecht
|
|
is_or_was_founded_through:
|
|
temporal_extent:
|
|
begin_of_the_begin: '1559-05-12'
|
|
end_of_the_begin: '1559-05-12'
|
|
annotations:
|
|
custodian_types: '["H"]'
|
|
custodian_types_rationale: Dioceses are ecclesiastical organizations relevant
|
|
to Holy Sites (H) heritage custodians.
|
|
specificity_score: '0.75'
|
|
specificity_rationale: Fairly specific - primarily relevant for diocesan archives
|
|
and religious heritage.
|