glam/schemas/20251121/linkml/modules/classes/ClassificationStatus.yaml
kempersc ca4a54181e Refactor schema files to improve clarity and maintainability
- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting.
- Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes.
- Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting.
- Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting.
- Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability.
- Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability.
- Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name.
- Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity.
- Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity.
- Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity.
- Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
2026-01-31 00:46:23 +01:00

109 lines
No EOL
3.8 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
- ./ClassificationStatusType
- ./ClassificationStatusTypes
- ./TimeSpan
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"