glam/schemas/20251121/linkml/modules/classes/DisplayLocation.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form.
- Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format.
- Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
2026-02-16 10:16:51 +01:00

45 lines
2 KiB
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:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
crm: http://www.cidoc-crm.org/cidoc-crm/
imports:
- linkml:types
- ../slots/has_label
default_prefix: hc
classes:
DisplayLocation:
class_uri: crm:E53_Place
description: >-
Specific in-venue placement point where an object is presented for
visitor viewing.
alt_descriptions:
nl: Specifiek plaatsingspunt binnen een locatie waar een object voor bezoekers wordt getoond.
de: Konkreter Platzierungspunkt innerhalb einer Einrichtung an dem ein Objekt fuer Besuchende praesentiert wird.
fr: Point de placement specifique dans un lieu ou un objet est presente au public.
es: Punto especifico de ubicacion dentro de un recinto donde se presenta un objeto a visitantes.
ar: نقطة عرض محددة داخل المكان يُقدَّم فيها الشيء للزوار.
id: Titik penempatan spesifik di dalam venue tempat objek dipresentasikan kepada pengunjung.
zh: 场馆内用于向观众展示对象的具体陈列位置点。
structured_aliases:
- {literal_form: tentoonstellingslocatie, in_language: nl}
- {literal_form: Ausstellungsort, in_language: de}
- {literal_form: emplacement d exposition, in_language: fr}
- {literal_form: ubicacion de exhibicion, in_language: es}
- {literal_form: موقع العرض, in_language: ar}
- {literal_form: lokasi display, in_language: id}
- {literal_form: 展示位置, in_language: zh}
broad_mappings:
- crm:E53_Place
slots:
- has_label
slot_usage:
has_label:
# range: string
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"