glam/schemas/20251121/linkml/modules/classes/Significance.yaml

113 lines
No EOL
3.7 KiB
YAML

id: https://nde.nl/ontology/hc/class/Significance
name: significance_class
title: Significance Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
crm: http://www.cidoc-crm.org/cidoc-crm/
dcterms: http://purl.org/dc/terms/
schema: http://schema.org/
imports:
- linkml:types
- ../metadata
- ../slots/has_description
- ../slots/has_label
- ../slots/has_type
default_prefix: hc
classes:
Significance:
class_uri: crm:E55_Type
description: |
Structured representation of significance or importance.
**MIGRATION NOTE** (2026-01-22):
Created per slot_fixes.yaml migration from `community_significance` string
to structured Significance class per Rule 53.
**Purpose**:
Provides structured representation for significance including:
- Type classification (e.g., cultural, economic, historical)
- Description of the significance
- Supporting evidence or justification
**Ontological Alignment**:
- **Primary** (`class_uri`): `crm:E55_Type` - CIDOC-CRM type (significance as typed concept)
- **Close**: `dcterms:description` - Dublin Core description
**Use Cases**:
- Cultural heritage significance (UNESCO recognition)
- Community importance (identity, social cohesion)
- Economic impact (tourism, heritage economy)
- Historical continuity (ancestral links)
**Pattern**:
```yaml
has_significance:
- has_type: CommunitySignificance
has_description: "Belgian cultural identity, Trappist beer heritage"
- has_type: EconomicSignificance
has_description: "Tourism revenue, heritage economy"
```
slots:
- has_type
- has_description
- has_label
slot_usage:
has_type:
range: SignificanceType
required: false
examples:
- value: CommunitySignificance
- value: EconomicSignificance
has_description:
# range: string
required: true
examples:
- value: "UNESCO-recognized Trappist tradition, Belgian cultural identity"
- value: "Economic importance for regional tourism"
has_label:
# range: string
required: false
examples:
- value: "UNESCO Intangible Heritage"
- value: "Regional Economic Driver"
exact_mappings:
- crm:E55_Type
close_mappings:
- dcterms:description
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Significance applicable to all heritage custodian types.
custodian_types_primary: T
specificity_score: 0.35
specificity_rationale: >-
Broadly applicable - significance is fundamental to heritage justification
across all domains.
template_specificity: '{"collection_discovery": 0.4, "general_heritage": 0.35}'
# migration_info: (Flattened)
migration_source_slot: community_significance
migration_date: "2026-01-22"
migration_rule: "Rule 53"
comments:
- "Structured significance representation with type"
- "Replaces simple string-valued community_significance slot"
- "Type classification via SignificanceType hierarchy"
- "Created 2026-01-22 from community_significance migration (Rule 53)"
examples:
- value:
has_type: CommunitySignificance
has_label: "Belgian Trappist Heritage"
has_description: "UNESCO-recognized Trappist tradition, Belgian cultural identity, Beer pilgrimage site"
- value:
has_type: EconomicSignificance
has_label: "Regional Tourism"
has_description: "Whisky tourism generating 50,000 visitors/year"