59 lines
1.6 KiB
YAML
59 lines
1.6 KiB
YAML
id: https://nde.nl/ontology/hc/class/Treatment
|
|
name: Treatment
|
|
title: Treatment
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
classes:
|
|
Treatment:
|
|
class_uri: crm:E11_Modification
|
|
description: 'A conservation or processing treatment applied to an object.
|
|
|
|
|
|
**USAGE**:
|
|
|
|
Used for:
|
|
|
|
- Conservation treatments
|
|
|
|
- Restoration work
|
|
|
|
- Processing activities
|
|
|
|
'
|
|
attributes:
|
|
treatment_type:
|
|
range: string
|
|
description: Type of treatment (CONSERVATION, RESTORATION, CLEANING)
|
|
treatment_description:
|
|
range: string
|
|
required: true
|
|
description: Description of the treatment
|
|
treatment_date:
|
|
range: date
|
|
description: Date of treatment
|
|
treated_by:
|
|
range: string
|
|
description: Conservator or entity that performed treatment
|
|
materials_used:
|
|
range: string
|
|
multivalued: true
|
|
description: Materials used in treatment
|
|
exact_mappings:
|
|
- crm:E11_Modification
|
|
annotations:
|
|
specificity_score: '0.60'
|
|
specificity_rationale: More specific - conservation treatments are heritage-domain.
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|
|
examples:
|
|
- value:
|
|
treatment_type: CONSERVATION
|
|
treatment_description: Surface cleaning and stabilization
|
|
treatment_date: '2025-01-10'
|
|
treated_by: Conservation Lab
|
|
description: Conservation treatment record
|