- Created 'updated_at.yaml' to record the last modified date and time of entities, including multilingual descriptions and structured aliases. - Created 'written_in.yaml' to specify the language in which content is composed, covering both natural and programming languages, with detailed comments and close ontology mappings.
91 lines
3.3 KiB
YAML
91 lines
3.3 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/20260202_matang/has_description
|
|
- ../slots/20260202_matang/identified_by
|
|
- ../slots/20260202_matang/has_label
|
|
- ../slots/20260202_matang/founded_through
|
|
- ../slots/20260202_matang/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:
|
|
- founded_through
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
- located_in
|
|
slot_usage:
|
|
has_label:
|
|
# range: string
|
|
required: true
|
|
examples:
|
|
- value: Diocese of Utrecht
|
|
- value: Bistum Münster
|
|
- value: Diocese of 's-Hertogenbosch
|
|
located_in:
|
|
# range: string
|
|
examples:
|
|
- value:
|
|
has_label: Province of Utrecht
|
|
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
|
|
located_in:
|
|
has_label: Province of Utrecht
|
|
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
|
|
located_in:
|
|
has_label: Province of Utrecht
|
|
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.
|