116 lines
4.1 KiB
YAML
116 lines
4.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/Alignment
|
|
name: alignment_class
|
|
title: Alignment
|
|
description: >-
|
|
Positioning or arrangement specification for visual elements within content
|
|
layouts, supporting caption placement, text arrangement, and element
|
|
positioning in digital heritage presentations.
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_alignment
|
|
- ../slots/has_measurement_unit
|
|
- ../slots/has_value
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
classes:
|
|
Alignment:
|
|
class_uri: hc:Alignment
|
|
description: >-
|
|
Specification of positioning or arrangement for content elements within
|
|
display contexts, capturing alignment direction, position values, and
|
|
measurement units for precise layout control in digital presentations.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Specificatie van positionering of rangschikking van elementen in
|
|
weergavecontexten, vastleggend uitlijningsrichting, positiewaarden en
|
|
meeteenheden voor nauwkeurige lay-outbeheersing in digitale
|
|
presentaties.
|
|
de: >-
|
|
Spezifikation der Positionierung oder Anordnung von Inhaltselementen in
|
|
Anzeigekontexten, die Ausrichtungsrichtung, Positionswerte und
|
|
Masseinheiten fuer praezise Layout-Kontrolle in digitalen Praesentationen
|
|
erfasst.
|
|
fr: >-
|
|
Specification du positionnement ou de l'arrangement d'elements de
|
|
contenu dans des contextes d'affichage, capturant la direction de
|
|
l'alignement, les valeurs de position et les unites de mesure pour un
|
|
controle precis de la mise en page dans les presentations numeriques.
|
|
es: >-
|
|
Especificacion del posicionamiento o disposicion de elementos de
|
|
contenido en contextos de visualizacion, capturando la direccion de
|
|
alineacion, valores de posicion y unidades de medida para un control
|
|
preciso del diseno en presentaciones digitales.
|
|
ar: >-
|
|
مواصفات التموضع أو الترتيب لعناصر المحتوى في سياقات العرض، مع
|
|
تسجيل اتجاه المحاذاة وقيم الموضع ووحدات القياس للتحكم الدقيق
|
|
في التخطيط في العروض الرقمية.
|
|
id: >-
|
|
Spesifikasi pemosisian atau pengaturan elemen konten dalam konteks
|
|
tampilan, menangkap arah perataan, nilai posisi, dan satuan pengukuran
|
|
untuk kontrol tata letak yang presisi dalam presentasi digital.
|
|
zh: >-
|
|
在显示上下文中对内容元素的定位或排列规范,捕捉对齐方向、位置值和
|
|
度量单位,用于数字演示中的精确布局控制。
|
|
examples:
|
|
- value:
|
|
has_alignment: center
|
|
has_value: "50"
|
|
has_measurement_unit: "%"
|
|
description: Center-aligned element at 50% horizontal position
|
|
- value:
|
|
has_alignment:
|
|
- bottom
|
|
- right
|
|
description: Caption positioned at bottom-right
|
|
structured_aliases:
|
|
- literal_form: uitlijning
|
|
in_language: nl
|
|
- literal_form: Ausrichtung
|
|
in_language: de
|
|
- literal_form: alignement
|
|
in_language: fr
|
|
- literal_form: alineacion
|
|
in_language: es
|
|
- literal_form: محاذاة
|
|
in_language: ar
|
|
- literal_form: perataan
|
|
in_language: id
|
|
- literal_form: 对齐
|
|
in_language: zh
|
|
keywords:
|
|
- position
|
|
- layout
|
|
- caption
|
|
- text alignment
|
|
- visual
|
|
- display
|
|
slots:
|
|
- has_alignment
|
|
- has_value
|
|
- has_measurement_unit
|
|
slot_usage:
|
|
has_alignment:
|
|
multivalued: true
|
|
examples:
|
|
- value: center
|
|
- value: right
|
|
- value: bottom
|
|
- value: middle
|
|
has_value:
|
|
examples:
|
|
- value: "10"
|
|
- value: default
|
|
has_measurement_unit:
|
|
examples:
|
|
- value: px
|
|
- value: "%"
|
|
comments:
|
|
- Generic utility class for layout positioning
|
|
- Supports multi-value alignment for combined directions
|
|
annotations:
|
|
specificity_score: "0.1"
|
|
specificity_rationale: Generic utility class for layout positioning
|
|
custodian_types: "['*']"
|