glam/schemas/20251121/linkml/modules/classes/Item.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form.
- Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format.
- Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
2026-02-16 10:16:51 +01:00

56 lines
1.8 KiB
YAML

id: https://nde.nl/ontology/hc/class/Item
name: Item
title: Item 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/
default_prefix: hc
imports:
- linkml:types
- ../slots/identified_by
- ../slots/has_label
- ../slots/has_description
classes:
Item:
class_uri: crm:E22_Human-Made_Object
description: Individual heritage object that may be managed in loans, returns, or custody transitions.
exact_mappings:
- crm:E22_Human-Made_Object
close_mappings:
- schema:Thing
- schema:Product
slots:
- identified_by
- has_label
- has_description
slot_usage:
identified_by:
multivalued: true
notes:
- |
Preserved from prior description (commit 6e634651):
A heritage item that can be subject to loans, returns, or custody transfers.
Maps to CIDOC-CRM E22 Human-Made Object, the base class for physical
heritage objects created by human activity.
**USE CASES**:
1. **Loan Records**: Items loaned out and returned
2. **Custody Transfers**: Items changing custodianship
3. **Conservation**: Items undergoing treatment
**RELATIONSHIP TO OTHER CLASSES**:
- More specific than Collection (individual vs. aggregate)
- Used by ReturnEvent.item_returned
- Used by Loan.loaned_items
**Migration (2026-01-22)**:
Created as part of condition_on_return migration per slot_fixes.yaml (Rule 53)
annotations:
custodian_types: '["*"]'
custodian_types_rationale: All heritage custodians may hold individual items.
specificity_score: 0.35
specificity_rationale: Generic but useful object-level anchor for transactional and conservation contexts.