- 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`.
106 lines
No EOL
3.7 KiB
YAML
106 lines
No EOL
3.7 KiB
YAML
id: https://nde.nl/ontology/hc/class/ClassificationStatus
|
|
name: ClassificationStatus
|
|
title: Classification Status Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
schema: http://schema.org/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_description
|
|
- ../slots/has_or_had_type
|
|
- ../slots/temporal_extent
|
|
default_prefix: hc
|
|
classes:
|
|
ClassificationStatus:
|
|
class_uri: prov:Activity
|
|
description: >-
|
|
Structured status of a custodian type classification attempt.
|
|
|
|
Describes why classification is unspecified, including:
|
|
- The type of classification issue (indeterminate, ambiguous, etc.)
|
|
- Description of the specific situation
|
|
- Temporal context of when status was assessed
|
|
|
|
**CLASSIFICATION STATUS TYPES**:
|
|
|
|
| Type | Description |
|
|
|------|-------------|
|
|
| IndeterminateStatus | Cannot determine from available evidence |
|
|
| AmbiguousStatus | Conflicting evidence about institutional function |
|
|
| TransitionalStatus | Institution changing type, outcome unclear |
|
|
| NovelStatus | Doesn't fit existing taxonomy categories |
|
|
| UnderReviewStatus | Classification being researched |
|
|
| PendingVerificationStatus | Type suspected but needs confirmation |
|
|
|
|
**EXAMPLE**:
|
|
|
|
```yaml
|
|
ClassificationStatus:
|
|
has_or_had_type:
|
|
type: AmbiguousStatus
|
|
has_or_had_label: "Ambiguous"
|
|
has_or_had_description: "Sources conflict: museum (website) vs archive (ISIL registry)"
|
|
temporal_extent:
|
|
begin_of_the_begin: "2026-01-19T00:00:00Z"
|
|
```
|
|
|
|
**MIGRATION NOTE (2026-01-19)**:
|
|
Created per slot_fixes.yaml revision for classification_status migration.
|
|
Replaces simple string with structured class.
|
|
exact_mappings:
|
|
- prov:Activity
|
|
close_mappings:
|
|
- schema:StatusEnumeration
|
|
slots:
|
|
- has_or_had_type
|
|
- has_or_had_description
|
|
- temporal_extent
|
|
slot_usage:
|
|
has_or_had_type:
|
|
range: uriorcurie
|
|
required: true
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_or_had_label: "Indeterminate"
|
|
- value:
|
|
has_or_had_label: "Ambiguous"
|
|
has_or_had_description:
|
|
range: string
|
|
required: true
|
|
examples:
|
|
- value: "Type indeterminate - insufficient evidence"
|
|
- value: "Sources conflict: museum (website) vs archive (ISIL registry)"
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
required: false
|
|
inlined: true
|
|
annotations:
|
|
custodian_types: '["U"]'
|
|
custodian_types_rationale: >-
|
|
Classification status applies to Unspecified (U) custodian type.
|
|
custodian_types_primary: "U"
|
|
specificity_score: 0.85
|
|
specificity_rationale: >-
|
|
Highly specific - only applies to unclassified heritage custodians.
|
|
examples:
|
|
- value: |
|
|
ClassificationStatus:
|
|
has_or_had_type:
|
|
has_or_had_label: "Indeterminate"
|
|
has_or_had_description: "Type indeterminate - insufficient evidence. Defunct organization, minimal records."
|
|
- value: |
|
|
ClassificationStatus:
|
|
has_or_had_type:
|
|
has_or_had_label: "Ambiguous"
|
|
has_or_had_description: "Sources conflict: museum (website) vs archive (ISIL registry)"
|
|
temporal_extent:
|
|
begin_of_the_begin: "2026-01-19T00:00:00Z"
|
|
- value: |
|
|
ClassificationStatus:
|
|
has_or_had_type:
|
|
has_or_had_label: "Transitional"
|
|
has_or_had_description: "Merger in progress between museum and archive, final type TBD" |