- 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.
42 lines
2 KiB
YAML
42 lines
2 KiB
YAML
id: https://nde.nl/ontology/hc/class/MerchandiseSale
|
|
name: MerchandiseSale
|
|
title: Merchandise Sale
|
|
description: The sale of merchandise, goods, or products. MIGRATED from gift_shop slot context per Rule 53. Follows schema:SellAction or schema:Offer.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_label
|
|
default_prefix: hc
|
|
classes:
|
|
MerchandiseSale:
|
|
class_uri: schema:SellAction
|
|
description: Commercial sale action for goods or products in institutional retail contexts.
|
|
alt_descriptions:
|
|
nl: Commerciele verkoophandeling voor goederen of producten binnen institutionele retailcontexten.
|
|
de: Kommerzielle Verkaufshandlung fuer Waren oder Produkte in institutionellen Einzelhandelskontexten.
|
|
fr: Action commerciale de vente de biens ou produits dans des contextes de vente institutionnels.
|
|
es: Accion comercial de venta de bienes o productos en contextos minoristas institucionales.
|
|
ar: إجراء بيع تجاري للسلع أو المنتجات ضمن سياقات بيع مؤسسية.
|
|
id: Tindakan penjualan komersial untuk barang atau produk dalam konteks ritel institusional.
|
|
zh: 在机构零售场景中进行商品或产品销售的商业行为。
|
|
structured_aliases:
|
|
- {literal_form: institutionele goederenverkoop, in_language: nl}
|
|
- {literal_form: institutioneller Warenverkauf, in_language: de}
|
|
- {literal_form: vente de produits institutionnelle, in_language: fr}
|
|
- {literal_form: venta institucional de productos, in_language: es}
|
|
- {literal_form: بيع سلع مؤسسي, in_language: ar}
|
|
- {literal_form: penjualan barang institusional, in_language: id}
|
|
- {literal_form: 机构商品销售, in_language: zh}
|
|
exact_mappings:
|
|
- schema:SellAction
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|