- Removed unnecessary aliases and adjusted slot definitions in Timestamp, Topic, TopicType, TransferEvent, TransferPolicy, and others. - Enhanced descriptions and added alternative language descriptions for TradeUnionArchiveRecordSetType and UnescoIchElement. - Updated slot usage for various archive-related classes to use `equals_string` instead of `equals_expression`. - Streamlined VideoChapter class by refining descriptions and restructuring slot usage for better navigation and organization. - General cleanup of comments and annotations to ensure clarity and maintainability.
82 lines
No EOL
2.6 KiB
YAML
82 lines
No EOL
2.6 KiB
YAML
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/has_description # migrated from has_description per Rule 55
|
|
- ../slots/has_score # was: template_specificity
|
|
- ../slots/has_label
|
|
- ../slots/has_text
|
|
classes:
|
|
TransferPolicy:
|
|
is_a: Policy # Added 2026-01-22 per condition_policy migration (Rule 53)
|
|
class_uri: hc:TransferPolicy # Changed from odrl:Policy to avoid collision with base class
|
|
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:
|
|
- has_label
|
|
- has_text
|
|
- has_description # was: has_description
|
|
- has_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
|
|
slot_usage:
|
|
has_label:
|
|
has_score:
|
|
# range: string
|
|
required: false
|
|
has_text:
|
|
# range: string
|
|
required: false
|
|
has_description: # was: has_description
|
|
# range: string
|
|
required: false
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
|
|
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." |