53 lines
1.3 KiB
YAML
53 lines
1.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/UNESCOListStatus
|
|
name: UNESCOListStatus
|
|
title: UNESCO List Status
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_code
|
|
classes:
|
|
UNESCOListStatus:
|
|
class_uri: skos:Concept
|
|
description: 'Status on a UNESCO heritage list.
|
|
|
|
|
|
**USAGE**:
|
|
|
|
Used for:
|
|
|
|
- Intangible Cultural Heritage list status
|
|
|
|
- World Heritage list status
|
|
|
|
- Memory of the World status
|
|
|
|
'
|
|
slots:
|
|
- has_or_had_code
|
|
attributes:
|
|
list_name:
|
|
range: string
|
|
description: Name of the UNESCO list
|
|
inscription_date:
|
|
range: date
|
|
description: Date of inscription on list
|
|
status_type:
|
|
range: string
|
|
description: Type of status (INSCRIBED, NOMINATED, WITHDRAWN)
|
|
exact_mappings:
|
|
- skos:Concept
|
|
annotations:
|
|
specificity_score: '0.60'
|
|
specificity_rationale: More specific - UNESCO status heritage-domain.
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|
|
examples:
|
|
- value:
|
|
has_or_had_code: INSCRIBED
|
|
list_name: Representative List of ICH
|
|
inscription_date: '2023-12-06'
|
|
description: UNESCO ICH inscription status
|