- 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.
22 lines
654 B
YAML
22 lines
654 B
YAML
id: https://nde.nl/ontology/hc/class/DisplayLocation
|
|
name: DisplayLocation
|
|
title: Display Location Class
|
|
description: >-
|
|
Specific location within a venue where an object is displayed (e.g. Gallery, Wing, Case).
|
|
MIGRATED from display_location string (2026-01-26).
|
|
prefixes:
|
|
hc: https://nde.nl/ontology/hc/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_label
|
|
- ../classes/Label
|
|
default_prefix: hc
|
|
classes:
|
|
DisplayLocation:
|
|
description: Location within a venue for display.
|
|
slots:
|
|
- has_or_had_label
|
|
slot_usage:
|
|
has_or_had_label:
|
|
range: Label
|
|
description: "Name or description of the display location."
|