- Created new YAML files for audience size and audience type slots, defining their properties and annotations. - Added archived capacity slots including cubic meters, linear meters, item count, and descriptions, with appropriate URIs and ranges. - Introduced a template specificity slot for context-aware RAG filtering. - Consolidated capacity-related slots into a unified structure, including has_or_had_capacity, capacity_type, and capacity_value, with detailed descriptions and examples.
105 lines
3.3 KiB
YAML
105 lines
3.3 KiB
YAML
# TransferPolicy class
|
|
# Policy governing custody or ownership transfers
|
|
#
|
|
# Generation date: 2026-01-15
|
|
# Rule compliance: 0 (LinkML single source of truth), 38 (slot centralization), 53 (slot_fixes.yaml)
|
|
#
|
|
# Supports migration: transfer_policy → is_or_was_transferred + TransferEvent + has_or_had_policy + TransferPolicy
|
|
|
|
id: https://nde.nl/ontology/hc/class/TransferPolicy
|
|
name: transfer_policy_class
|
|
title: TransferPolicy Class
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
dcterms: http://purl.org/dc/terms/
|
|
odrl: http://www.w3.org/ns/odrl/2/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/policy_name
|
|
- ../slots/policy_text
|
|
- ../slots/has_or_had_description # migrated from has_or_had_description per Rule 55
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
- ./Description
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
|
|
|
|
- ./TemplateSpecificityType
|
|
|
|
- ./TemplateSpecificityTypes
|
|
|
|
classes:
|
|
TransferPolicy:
|
|
class_uri: odrl:Policy
|
|
description: |
|
|
Policy governing custody or ownership transfers.
|
|
|
|
**Purpose**:
|
|
TransferPolicy captures the rules and conditions under which
|
|
heritage materials may be transferred between institutions,
|
|
including donor restrictions and legal requirements.
|
|
|
|
**Ontological Alignment**:
|
|
- **Primary**: `odrl:Policy` - ODRL policy (rights/rules)
|
|
- **Close**: `rico:RecordResourceTransferRule` - RiC-O transfer rule
|
|
- **Related**: `dcterms:RightsStatement` - rights/access statement
|
|
|
|
**Use Cases**:
|
|
- Donor restrictions on collection transfers
|
|
- Deaccessioning policies
|
|
- Inter-institutional loan agreements
|
|
- Government archive transfer regulations
|
|
|
|
exact_mappings:
|
|
- odrl:Policy
|
|
|
|
close_mappings:
|
|
- rico:RecordResourceTransferRule
|
|
|
|
related_mappings:
|
|
- dcterms:RightsStatement
|
|
|
|
slots:
|
|
- policy_name
|
|
- policy_text
|
|
- has_or_had_description # was: has_or_had_description
|
|
- specificity_annotation
|
|
- has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
|
|
slot_usage:
|
|
policy_name:
|
|
description: |
|
|
Name or title of the transfer policy.
|
|
range: string
|
|
required: false
|
|
policy_text:
|
|
description: |
|
|
Full text of the policy.
|
|
range: string
|
|
required: false
|
|
has_or_had_description: # was: has_or_had_description
|
|
description: |
|
|
Summary description of the policy.
|
|
range: Description
|
|
required: false
|
|
inlined: true
|
|
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: Transfer policies apply to all heritage types.
|
|
custodian_types_primary: null
|
|
specificity_score: 0.55
|
|
specificity_rationale: Specialized policy type for transfer governance.
|
|
|
|
examples:
|
|
- value: |
|
|
policy_name: "Donor Transfer Restriction"
|
|
policy_text: "Materials may not be transferred to institutions outside the Netherlands without donor consent."
|
|
description: "Donor-imposed transfer restriction"
|