- Deleted the `rights_statement_url` slot definition as it is no longer needed. - Added multiple new slots including `has_legal_basis`, `has_statement`, `impose`, `pose_condition`, and `reviewed_through` with detailed descriptions and ontology alignments. - Updated existing slots to improve clarity and consistency, including renaming `close_mappings` to `related_mappings` in several definitions. - Enhanced the `require` slot with additional aliases for better usability. - Improved documentation and comments across all slot definitions to clarify their purpose and usage.
190 lines
8.9 KiB
YAML
190 lines
8.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/conservation-lab
|
|
name: conservation_lab_class
|
|
title: ConservationLab Class
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/20260202_matang/accept
|
|
- ../slots/20260202_matang/new/conservation_specialization
|
|
- ../slots/20260202_matang/has_description
|
|
- ../slots/20260202_matang/has_equipment
|
|
- ../slots/20260202_matang/identified_by
|
|
- ../slots/20260202_matang/has_label
|
|
- ../slots/20260202_matang/has_quantity
|
|
- ../slots/20260202_matang/has_score
|
|
- ../slots/20260202_matang/new/is_accredited
|
|
- ../slots/20260202_matang/derive_from
|
|
- ../slots/20260202_matang/generated_by
|
|
- ../slots/20260202_matang/new/safety_certification
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
org: http://www.w3.org/ns/org#
|
|
dcterms: http://purl.org/dc/terms/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
prov: http://www.w3.org/ns/prov#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
aat: http://vocab.getty.edu/aat/
|
|
classes:
|
|
ConservationLab:
|
|
is_a: ReconstructedEntity
|
|
class_uri: org:Site
|
|
description: "Conservation or restoration laboratory of a heritage custodian.\n\n**DEFINITION**:\n\nA ConservationLab is a specialized facility where conservation professionals\nperform preventive conservation, remedial treatment, and restoration of\nheritage materials. These labs require specialized equipment, climate control,\nand safety features for working with collection objects.\n\n**GETTY AAT ALIGNMENT**:\n\n`aat:300263557` (conservation laboratories) - \"Laboratories where objects,\ndocuments, works of art, or specimens are examined, tested, and treated\nfor preservation or restoration.\"\n\n**DISTINCTION FROM OTHER AUXILIARY PLACE TYPES**:\n\n| Type | Primary Function | Staff |\n|------|------------------|-------|\n| **ConservationLab** | Object treatment/preservation | Conservators |\n| ResearchCenter | Academic research | Researchers |\n| Storage | Collection housing | Collections staff |\n| AdministrativeOffice | Back-office operations | Admin staff |\n\n**TYPICAL CHARACTERISTICS**:\n\
|
|
\n- **Specialized equipment**: Microscopes, fume hoods, treatment tables\n- **Climate control**: Precise temperature/humidity for materials\n- **Safety features**: Ventilation, chemical storage, fire suppression\n- **Restricted access**: Conservation staff only (has_riskous materials)\n- **Documentation systems**: Treatment records, imaging equipment\n\n**CONSERVATION SPECIALIZATIONS**:\n\nLabs may specialize in specific material types:\n- Paper/book conservation (archives, libraries)\n- Paintings conservation (museums, galleries)\n- Textile conservation (costume, ethnographic collections)\n- Objects conservation (3D artifacts, sculpture)\n- Photographic conservation (film, prints, negatives)\n- Digital preservation (born-digital materials)\n\n**USE CASES**:\n\n1. **Museum Conservation Department**:\n ```yaml\n ConservationLab:\n identified_by: \"https://nde.nl/ontology/hc/aux/rijksmuseum-conservation\"\n has_label:\n label_text: \"Rijksmuseum Conservation\
|
|
\ Studio\"\n conservation_specialization:\n - \"Paintings\"\n - \"Works on paper\"\n - \"Furniture\"\n has_imaging_equipment: true\n is_accredited: true\n ```\n\n2. **Archive Paper Conservation**:\n ```yaml\n ConservationLab:\n has_label:\n label_text: \"Nationaal Archief Restauratie Atelier\"\n conservation_specialization:\n - \"Paper\"\n - \"Parchment\"\n - \"Seals\"\n has_deacidification_facility: true\n ```\n\n**CIDOC-CRM ALIGNMENT**:\n\nConservation activities map to:\n- `crm:E11_Modification` - Physical changes to objects\n- `crm:E14_Condition_Assessment` - Documentation of condition\n- `crm:E79_Part_Addition` / `crm:E80_Part_Removal` - Treatment actions\n"
|
|
exact_mappings:
|
|
- aat:300263557
|
|
close_mappings:
|
|
- org:Site
|
|
- schema:Place
|
|
- crm:E27_Site
|
|
related_mappings:
|
|
- crm:E11_Modification
|
|
- crm:E14_Condition_Assessment
|
|
- schema:ResearchOrganization
|
|
slots:
|
|
- accept
|
|
- conservation_specialization
|
|
- has_equipment
|
|
- is_accredited
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
- safety_certification
|
|
- has_quantity
|
|
- has_score
|
|
- derived_from
|
|
- generated_by
|
|
slot_usage:
|
|
identified_by:
|
|
# range: string # uriorcurie
|
|
required: true
|
|
identifier: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/aux/rijksmuseum-conservation
|
|
has_label:
|
|
# range: string
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
required: true
|
|
examples:
|
|
- value:
|
|
label_text: Rijksmuseum Conservation Studio
|
|
- value:
|
|
label_text: Nationaal Archief Restauratie Atelier
|
|
- value:
|
|
label_text: KB Preservation Laboratory
|
|
has_description:
|
|
# range: string
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value:
|
|
description_text: State-of-the-art conservation studio specializing in 17th-century Dutch paintings. Features advanced imaging suite for technical art history research.
|
|
conservation_specialization:
|
|
# range: string
|
|
multivalued: true
|
|
examples:
|
|
- value: Paintings
|
|
- value: Works on paper
|
|
- value: Furniture
|
|
has_equipment:
|
|
range: EquipmentType
|
|
multivalued: true
|
|
inlined: true
|
|
inlined_as_list: true
|
|
examples:
|
|
- value:
|
|
has_label: Stereomicroscope
|
|
has_type: MicroscopyEquipment
|
|
- value:
|
|
has_label: X-ray fluorescence spectrometer
|
|
has_type: AnalyticalEquipment
|
|
- value:
|
|
has_label: Suction table
|
|
has_type: PaperConservationEquipment
|
|
safety_certification:
|
|
# range: string
|
|
multivalued: true
|
|
examples:
|
|
- value: ISO 45001 Occupational Health and Safety
|
|
is_accredited:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
- value: ICON - Institute of Conservation
|
|
has_quantity:
|
|
range: integer
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
accept:
|
|
range: ExternalWork
|
|
inlined: true
|
|
multivalued: true
|
|
examples:
|
|
- value:
|
|
derived_from:
|
|
range: CustodianObservation
|
|
multivalued: true
|
|
required: false
|
|
generated_by:
|
|
range: ReconstructionActivity
|
|
required: false
|
|
comments:
|
|
- ConservationLab models specialized preservation/restoration facilities
|
|
- Getty AAT 300263557 for conservation laboratories
|
|
- Distinguished from ResearchCenter by focus on object treatment vs. academic research
|
|
- Requires specialized equipment, climate control, and safety features
|
|
- May specialize in specific material types (paper, paintings, textiles, etc.)
|
|
see_also:
|
|
- http://vocab.getty.edu/aat/300263557
|
|
- https://www.culturalheritage.org/
|
|
- https://icon.org.uk/
|
|
examples:
|
|
- value:
|
|
identified_by: https://nde.nl/ontology/hc/aux/rijksmuseum-conservation
|
|
has_label:
|
|
label_text: Rijksmuseum Conservation Studio
|
|
has_description:
|
|
description_text: State-of-the-art conservation studio specializing in Dutch Golden Age paintings, works on paper, and decorative arts.
|
|
conservation_specialization:
|
|
- Paintings
|
|
- Works on paper
|
|
- Furniture
|
|
- Metalwork
|
|
has_equipment:
|
|
- has_label: Stereomicroscopes
|
|
- has_label: X-ray fluorescence spectrometer
|
|
- has_label: Infrared reflectography system
|
|
- has_label: High-resolution digital imaging
|
|
has_fume_hoods: true
|
|
is_accredited: true
|
|
accreditation_body: VeRes
|
|
has_quantity:
|
|
range: integer
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
accept: []
|
|
- value:
|
|
identified_by: https://nde.nl/ontology/hc/aux/na-restauratie
|
|
has_label:
|
|
label_text: Nationaal Archief Restauratie Atelier
|
|
has_description:
|
|
description_text: Paper and parchment conservation workshop serving the national archives. Specializes in historical documents, maps, and seals.
|
|
conservation_specialization:
|
|
- Paper
|
|
- Parchment
|
|
- Seals
|
|
- Maps and plans
|
|
has_equipment:
|
|
- has_label: Leaf casting machine
|
|
- has_label: Suction tables
|
|
- has_label: Book presses
|
|
- has_label: Ultrasonic humidifiers
|
|
has_fume_hoods: true
|
|
has_quantity:
|
|
range: integer
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
accept:
|
|
- work_type: paper_conservation
|
|
- work_type: seal_restoration
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|