55 lines
1.8 KiB
YAML
55 lines
1.8 KiB
YAML
# UnescoIchEnrichment - UNESCO Intangible Cultural Heritage elements for country
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/UnescoIchEnrichment
|
|
name: UnescoIchEnrichment
|
|
title: UnescoIchEnrichment
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
- ./UnescoIchElement
|
|
default_range: string
|
|
|
|
classes:
|
|
UnescoIchEnrichment:
|
|
description: >-
|
|
UNESCO Intangible Cultural Heritage (ICH) elements for a country.
|
|
Contains the country code, total element count, enrichment timestamp,
|
|
and list of individual ICH elements inscribed on UNESCO lists.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is prov:Entity because this is enrichment data extracted
|
|
from UNESCO ICH registry, not the heritage elements themselves
|
|
- close_mappings includes crm:E89_Propositional_Object as ICH
|
|
elements are conceptual/propositional cultural assets
|
|
- related_mappings includes schema:Dataset (collection of elements)
|
|
and prov:Collection (grouped provenance entities)
|
|
class_uri: prov:Entity
|
|
close_mappings:
|
|
- crm:E89_Propositional_Object
|
|
related_mappings:
|
|
- schema:Dataset
|
|
- prov:Collection
|
|
attributes:
|
|
country_code:
|
|
range: string
|
|
description: ISO 3166-1 alpha-2 code
|
|
total_elements_in_country:
|
|
range: integer
|
|
enrichment_timestamp:
|
|
range: datetime
|
|
elements:
|
|
range: UnescoIchElement
|
|
multivalued: true
|
|
inlined_as_list: true
|