- 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.
29 lines
847 B
YAML
29 lines
847 B
YAML
id: https://nde.nl/ontology/hc/class/DismissalEvent
|
|
name: DismissalEvent
|
|
title: Dismissal Event Class
|
|
description: >-
|
|
Event representing a dismissal, rejection, or negative reception (e.g. dislikes).
|
|
MIGRATED from dislike_count slot (2026-01-26).
|
|
prefixes:
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_quantity
|
|
- ../classes/Quantity
|
|
- ../slots/has_or_had_unit
|
|
- ../classes/Unit
|
|
default_prefix: hc
|
|
classes:
|
|
DismissalEvent:
|
|
description: Event of dismissal or negative reaction.
|
|
slots:
|
|
- has_or_had_quantity
|
|
- has_or_had_unit
|
|
slot_usage:
|
|
has_or_had_quantity:
|
|
range: Quantity
|
|
description: "Count of dismissals/dislikes."
|
|
has_or_had_unit:
|
|
range: Unit
|
|
description: "Unit of measurement (e.g. 'dislike')."
|