glam/schemas/20251121/linkml/modules/classes/CommissionRate.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

34 lines
1.6 KiB
YAML

id: https://nde.nl/ontology/hc/class/CommissionRate
name: commission_rate_class
title: Commission Rate Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
- ../metadata
- ../slots/has_percentage
classes:
CommissionRate:
class_uri: hc:CommissionRate
description: >-
Percentage-based commercial compensation term used to model intermediary remuneration in sales contexts.
alt_descriptions:
nl: Percentagegebaseerde commerciële vergoedingsvoorwaarde om beloning van tussenpersonen in verkoopcontexten te modelleren.
de: Prozentbasierte kommerzielle Vergütungsbedingung zur Modellierung von Vermittlerentlohnung in Verkaufskontexten.
fr: Condition de rémunération commerciale en pourcentage utilisée pour modéliser la rémunération d'intermédiaires dans des contextes de vente.
es: Condicion de remuneracion comercial basada en porcentaje para modelar la compensacion de intermediarios en contextos de venta.
ar: شرط تعويض تجاري قائم على النسبة المئوية لنمذجة أجر الوسطاء في سياقات البيع.
id: Ketentuan kompensasi komersial berbasis persentase untuk memodelkan remunerasi perantara dalam konteks penjualan.
zh: 用于建模销售场景中中介报酬的百分比佣金条款。
close_mappings:
- schema:PriceSpecification
slots:
- has_percentage
slot_usage:
has_percentage:
range: Percentage
inlined: true
required: true