- Updated SignificanceType.yaml to enhance descriptions, add alternative language descriptions, and clarify comments. - Refined CommunitySignificance, EconomicSignificance, HistoricalSignificance, ScientificSignificance, AestheticSignificance, TerroirSignificance, and DiplomaticSignificance classes with structured aliases and comments. - Enhanced SilenceSegment.yaml with multilingual descriptions and structured aliases. - Improved Size.yaml with clearer descriptions and added multilingual support. - Updated SocialMediaPlatformType.yaml and SocialMediaProfile.yaml to include alternative descriptions in multiple languages and refined modeling notes. - Added has_url slot to SocialMediaProfile for better URL management. - Enhanced Warehouse and WarehouseType classes with preserved modeling notes for clarity on definitions and distinctions. - Updated WebClaim and WebPortalType classes with preserved descriptions for better understanding of their roles and structures.
98 lines
3.3 KiB
YAML
98 lines
3.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/Material
|
|
name: Material
|
|
title: Material Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
schema: http://schema.org/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
aat: http://vocab.getty.edu/aat/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_description
|
|
- ../slots/has_type
|
|
- ../slots/equivalent_to
|
|
- ../slots/has_score
|
|
classes:
|
|
Material:
|
|
class_uri: crm:E57_Material
|
|
description: Physical substance from which heritage objects are made.
|
|
exact_mappings:
|
|
- crm:E57_Material
|
|
close_mappings:
|
|
- aat:300010358
|
|
related_mappings:
|
|
- skos:Concept
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
- has_type
|
|
- equivalent_to
|
|
- has_score
|
|
slot_usage:
|
|
identified_by:
|
|
identifier: true
|
|
required: true
|
|
has_label:
|
|
required: true
|
|
equivalent_to:
|
|
range: WikiDataIdentifier
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
notes:
|
|
- |
|
|
Preserved from prior description (commit 6e634651):
|
|
|
|
Preserved from prior description (commit 6e634651):
|
|
|
|
Represents a physical material or substance, typically used to categorize
|
|
what types of heritage objects a storage environment is designed to preserve.
|
|
|
|
**DEFINITION**:
|
|
|
|
Material represents the physical substance from which heritage objects are made.
|
|
This class enables structured representation of target materials for storage
|
|
environments, replacing simple string lists with semantically rich entities.
|
|
|
|
**CIDOC-CRM ALIGNMENT**:
|
|
|
|
Maps to `crm:E57_Material` - "A type of material of which things can be made."
|
|
E57_Material provides vocabulary for describing the physical composition of
|
|
heritage objects and the environmental requirements for their preservation.
|
|
|
|
**USE CASES**:
|
|
|
|
1. **Storage Environment Classification**:
|
|
- EnvironmentalZoneType specifies which materials it's designed for
|
|
- StorageType indicates suitable material types
|
|
|
|
2. **Preservation Requirements**:
|
|
- Different materials have different climate requirements
|
|
- Paper vs. film vs. textiles have distinct needs
|
|
|
|
3. **Collection Categorization**:
|
|
- Materials provide another facet for classifying collections
|
|
- Enables material-specific search and discovery
|
|
|
|
**EXAMPLES**:
|
|
|
|
- Paper, parchment, vellum (archival materials)
|
|
- Nitrate film, acetate film, polyester film (photographic)
|
|
- Wool, silk, cotton, linen (textiles)
|
|
- Bronze, iron, silver (metals)
|
|
- Oil paint, acrylic, tempera (art materials)
|
|
|
|
**MIGRATION NOTE (2026-01-16)**:
|
|
|
|
This class replaces simple string-based `target_material` slot per Rule 53/56.
|
|
Provides structured representation with type classification, Wikidata alignment,
|
|
and extensibility for future material-specific properties.
|
|
annotations:
|
|
specificity_score: 0.5
|
|
specificity_rationale: Preservation-relevant material class supporting environmental and treatment modeling.
|
|
custodian_types: '["*"]'
|