- 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`.
122 lines
3.2 KiB
YAML
122 lines
3.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/ColonialStatus
|
|
name: colonial_status_class
|
|
title: Colonial Status Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/has_or_had_identifier
|
|
- ../slots/has_or_had_label
|
|
- ../slots/temporal_extent
|
|
default_prefix: hc
|
|
classes:
|
|
ColonialStatus:
|
|
class_uri: hc:ColonialStatus
|
|
description: 'Structured representation of colonial/territorial status for geographic
|
|
coverage.
|
|
|
|
|
|
**PURPOSE**:
|
|
|
|
|
|
Models colonial territories and their historical status in archival finding
|
|
aids.
|
|
|
|
Captures both the geographic territory and its colonial relationship over time.
|
|
|
|
|
|
**DESIGN RATIONALE**:
|
|
|
|
|
|
Created per slot_fixes.yaml migration from simple `colonial` string slot to
|
|
|
|
structured class with temporal and geographic context.
|
|
|
|
|
|
The revision specifies:
|
|
|
|
- `includes_or_included` + `GeoSpatialPlace` for territory geometry
|
|
|
|
- `is_or_was_categorized_as` + `ColonialStatus` for categorization
|
|
|
|
|
|
**USE CASES**:
|
|
|
|
|
|
- Dutch East Indies archives (1602-1949)
|
|
|
|
- Belgian Congo documentation
|
|
|
|
- British Colonial Office records
|
|
|
|
- Portuguese overseas territories
|
|
|
|
|
|
**PROVENANCE CONSIDERATIONS**:
|
|
|
|
|
|
Colonial status is historically contingent and politically sensitive.
|
|
|
|
Always capture:
|
|
|
|
- Time period of colonial relationship
|
|
|
|
- Perspective (colonizer vs. colonized)
|
|
|
|
- Modern-day geographic equivalent
|
|
|
|
'
|
|
close_mappings:
|
|
- dcterms:spatial
|
|
- schema:containedInPlace
|
|
related_mappings:
|
|
- skos:Concept
|
|
slots:
|
|
- has_or_had_label
|
|
- has_or_had_identifier
|
|
- temporal_extent
|
|
slot_usage:
|
|
has_or_had_label:
|
|
range: string
|
|
examples:
|
|
- value: Dutch East Indies (1602-1949)
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
begin_of_the_begin: '1602-01-01'
|
|
end_of_the_end: '1949-12-27'
|
|
examples:
|
|
- value:
|
|
has_or_had_label: Dutch East Indies (1602-1949)
|
|
temporal_extent:
|
|
begin_of_the_begin: '1602-03-20'
|
|
end_of_the_end: '1949-12-27'
|
|
- value:
|
|
has_or_had_label: Dutch Suriname (1667-1975)
|
|
temporal_extent:
|
|
begin_of_the_begin: '1667-01-01'
|
|
end_of_the_end: '1975-11-25'
|
|
- value:
|
|
has_or_had_label: Netherlands Antilles (1954-2010)
|
|
temporal_extent:
|
|
begin_of_the_begin: '1954-01-01'
|
|
end_of_the_end: '2010-10-10'
|
|
comments:
|
|
- Created per slot_fixes.yaml migration from colonial slot (2026-01-22)
|
|
- Models colonial territories with temporal and geographic context
|
|
- Supports decolonization research and provenance tracking
|
|
- Politically sensitive - capture multiple perspectives where relevant
|
|
see_also:
|
|
- https://www.nationaalarchief.nl/onderzoeken/colonial-records
|
|
- https://www.kit.nl/project/decolonization-heritage/
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|