- 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.
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/DigitalInstantiation
|
|
name: DigitalInstantiation
|
|
description: >-
|
|
Representation of a digital surrogate, digitization status, or digital manifestation of an entity.
|
|
Captures details about digital availability, format, and resolution.
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_url
|
|
- ../classes/URL
|
|
- ../slots/has_or_had_status
|
|
- ../classes/Status
|
|
- ../slots/has_or_had_label
|
|
- ../classes/Label
|
|
|
|
classes:
|
|
DigitalInstantiation:
|
|
description: >-
|
|
A digital manifestation or surrogate of a heritage entity.
|
|
MIGRATED from digital_surrogate, digital_surrogate_url, and digitization_status slots (2026-01-25).
|
|
slots:
|
|
- has_or_had_url
|
|
- has_or_had_status
|
|
- has_or_had_label
|
|
slot_usage:
|
|
has_or_had_url:
|
|
range: URL
|
|
description: "URL to the digital surrogate or download endpoint."
|
|
has_or_had_status:
|
|
range: Status
|
|
description: "Digitization status (e.g., PARTIAL, COMPLETE)."
|
|
has_or_had_label:
|
|
range: Label
|
|
description: "Label or name of the digital instantiation."
|