- Introduced EADIdentifier, EBook, EcclesiasticalProvince, Edition, Editor, Education, EmailAddress, and Size classes to enhance archival description capabilities. - Added slots for digital presence types, digital surrogates, digitization status, and dimensions to support comprehensive metadata management. - Migrated existing slots such as ead_id, edition_number, and dimension to new structured formats. - Established relationships between works and their editions, sizes, and editors to improve data interconnectivity. - Enhanced ontology alignment with Schema.org and BIBFRAME standards for better interoperability.
31 lines
990 B
YAML
31 lines
990 B
YAML
id: https://nde.nl/ontology/hc/class/DispositionService
|
|
name: DispositionService
|
|
title: Disposition Service Class
|
|
description: >-
|
|
Service provided by a deposit archive for final disposition of records (e.g., destruction, transfer).
|
|
MIGRATED from disposition_service string (2026-01-26).
|
|
prefixes:
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_type
|
|
- ./DispositionServiceType
|
|
- ./DispositionServiceTypes
|
|
- ../slots/has_or_had_description
|
|
- ../slots/has_or_had_label
|
|
default_prefix: hc
|
|
classes:
|
|
DispositionService:
|
|
class_uri: schema:Service
|
|
description: Service for record disposition.
|
|
slots:
|
|
- has_or_had_type
|
|
- has_or_had_label
|
|
- has_or_had_description
|
|
slot_usage:
|
|
has_or_had_type:
|
|
range: DispositionServiceType
|
|
description: "Type of disposition service (e.g. Destruction, Transfer)."
|
|
has_or_had_label:
|
|
description: "Name of the service."
|