- 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.
170 lines
5.6 KiB
YAML
170 lines
5.6 KiB
YAML
# Diocese - Ecclesiastical administrative unit class
|
|
#
|
|
# Created per slot_fixes.yaml migration for: founding_date_diocese
|
|
# Creation date: 2026-01-22
|
|
# Rule compliance: 39 (RiC-O naming), 50 (ontology mapping), 53 (slot_fixes revision)
|
|
|
|
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/is_or_was_founded_through
|
|
- ../slots/has_or_had_identifier
|
|
- ../slots/has_or_had_label
|
|
- ../slots/description
|
|
- ./FoundingEvent
|
|
|
|
classes:
|
|
Diocese:
|
|
class_uri: org:Organization
|
|
description: |
|
|
Represents an ecclesiastical diocese (bishopric) - an administrative unit
|
|
of the Catholic, Anglican, or other episcopal churches.
|
|
|
|
**USAGE**:
|
|
Captures structured information about dioceses that heritage custodians
|
|
(particularly diocesan archives) are part of.
|
|
|
|
**WIKIDATA**: Q131896 (diocese)
|
|
|
|
**ECCLESIASTICAL HIERARCHY**:
|
|
```
|
|
Vatican / Holy See
|
|
├── Ecclesiastical Province
|
|
│ └── Archdiocese (metropolitan see)
|
|
│ └── DIOCESE (suffragan see) ← THIS CLASS
|
|
│ └── Parish
|
|
└── Religious Orders
|
|
```
|
|
|
|
**HISTORICAL SIGNIFICANCE**:
|
|
Many European dioceses were established in medieval times and often
|
|
predate civil administrative divisions. Their founding dates are
|
|
significant for understanding ecclesiastical history.
|
|
|
|
**MIGRATION NOTE**:
|
|
Created per slot_fixes.yaml revision (Rule 53, 2026-01-22).
|
|
Replaces simple `founding_date_diocese` (date) with structured class
|
|
capturing diocese identity and founding event.
|
|
|
|
slots:
|
|
- is_or_was_founded_through
|
|
- has_or_had_identifier
|
|
- has_or_had_label
|
|
- description
|
|
|
|
attributes:
|
|
diocese_id:
|
|
identifier: true
|
|
description: |
|
|
Unique identifier for this diocese.
|
|
Recommended: Use Wikidata ID or institutional URI.
|
|
range: uriorcurie
|
|
slot_uri: dcterms:identifier
|
|
examples:
|
|
- value: "wd:Q1808831"
|
|
description: Diocese of Utrecht (Wikidata)
|
|
- value: "hc:diocese/s-hertogenbosch"
|
|
description: Diocese of 's-Hertogenbosch (internal URI)
|
|
|
|
diocese_name:
|
|
description: |
|
|
Official name of the diocese.
|
|
range: string
|
|
required: true
|
|
slot_uri: schema:name
|
|
examples:
|
|
- value: "Diocese of Utrecht"
|
|
- value: "Bistum Münster"
|
|
- value: "Diocese of 's-Hertogenbosch"
|
|
|
|
archdiocese_name:
|
|
description: |
|
|
Name of the metropolitan archdiocese this diocese belongs to.
|
|
range: string
|
|
slot_uri: schema:parentOrganization
|
|
examples:
|
|
- value: "Archdiocese of Utrecht"
|
|
|
|
ecclesiastical_province:
|
|
description: |
|
|
Name of the ecclesiastical province containing this diocese.
|
|
range: string
|
|
examples:
|
|
- value: "Province of Utrecht"
|
|
|
|
denomination:
|
|
description: |
|
|
Religious denomination (Catholic, Anglican, Orthodox, etc.)
|
|
range: string
|
|
slot_uri: schema:additionalType
|
|
examples:
|
|
- value: "Roman Catholic"
|
|
- value: "Church of England"
|
|
- value: "Eastern Orthodox"
|
|
|
|
slot_usage:
|
|
is_or_was_founded_through:
|
|
description: |
|
|
The founding event of this diocese.
|
|
Many dioceses have medieval founding dates.
|
|
range: FoundingEvent
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
temporal_extent:
|
|
begin_of_the_begin: "0695-01-01"
|
|
end_of_the_begin: "0695-12-31"
|
|
founding_description: "Diocese of Utrecht established circa 695 by St. Willibrord"
|
|
description: Medieval diocese founding
|
|
|
|
exact_mappings:
|
|
- wd:Q131896
|
|
|
|
close_mappings:
|
|
- org:Organization
|
|
- schema:Organization
|
|
|
|
examples:
|
|
- value:
|
|
diocese_id: "wd:Q1808831"
|
|
diocese_name: "Diocese of Utrecht"
|
|
archdiocese_name: "Archdiocese of Utrecht"
|
|
ecclesiastical_province: "Province of Utrecht"
|
|
denomination: "Roman Catholic"
|
|
is_or_was_founded_through:
|
|
temporal_extent:
|
|
begin_of_the_begin: "0695-01-01"
|
|
end_of_the_begin: "0695-12-31"
|
|
founding_description: "Established circa 695 by St. Willibrord"
|
|
description: Diocese of Utrecht example
|
|
|
|
- value:
|
|
diocese_id: "hc:diocese/s-hertogenbosch"
|
|
diocese_name: "Diocese of 's-Hertogenbosch"
|
|
archdiocese_name: "Archdiocese of Utrecht"
|
|
ecclesiastical_province: "Province of Utrecht"
|
|
denomination: "Roman Catholic"
|
|
is_or_was_founded_through:
|
|
temporal_extent:
|
|
begin_of_the_begin: "1559-05-12"
|
|
end_of_the_begin: "1559-05-12"
|
|
founding_description: "Established 12 May 1559 during reorganization of Dutch church"
|
|
description: Diocese of 's-Hertogenbosch example
|
|
|
|
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."
|