- Introduced Rule 42: No Ontology Prefixes in Slot Names to enforce clean naming conventions. - Established Rule: No Rough Edits in Schema Files to ensure structural integrity during modifications. - Implemented Rule: No Version Indicators in Names to maintain stable semantic naming. - Created Rule: Ontology Detection vs Heuristics to emphasize the importance of verifying ontology definitions. - Defined Rule 50: Ontology-to-LinkML Mapping Convention to standardize mapping practices. - Added Rule: Polished Slot Storage Location to specify directory structure for polished slot files. - Enforced Rule: Preserve Bespoke Slots Until Refactoring to prevent unintended migrations during slot updates. - Instituted Rule 56: Semantic Consistency Over Simplicity to mandate execution of revisions in slot_fixes.yaml. - Added new Genealogy Archives Registry Enrichment class with multilingual support and structured aliases.
46 lines
2 KiB
YAML
46 lines
2 KiB
YAML
id: https://nde.nl/ontology/hc/class/FundingScheme
|
|
name: FundingScheme
|
|
title: Funding Scheme
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_label
|
|
classes:
|
|
FundingScheme:
|
|
class_uri: hc:FundingScheme
|
|
description: >-
|
|
Rule-governed financing arrangement defining how resources are allocated,
|
|
evaluated, and distributed to eligible applicants.
|
|
alt_descriptions:
|
|
nl: Regeling met regels voor toewijzing, beoordeling en uitkering van middelen aan subsidiabele aanvragers.
|
|
de: Regelgebundene Finanzierungsregelung zur Zuweisung, Bewertung und Verteilung von Mitteln an foerderfaehige Antragstellende.
|
|
fr: Dispositif de financement reglemente definissant l'allocation, l'evaluation et la distribution des ressources aux candidats eligibles.
|
|
es: Esquema de financiacion con reglas que define asignacion, evaluacion y distribucion de recursos a solicitantes elegibles.
|
|
ar: نظام تمويلي قائم على قواعد يحدد كيفية تخصيص الموارد وتقييمها وتوزيعها على المتقدمين المؤهلين.
|
|
id: Skema pembiayaan berbasis aturan yang menentukan alokasi, evaluasi, dan distribusi sumber daya kepada pelamar yang memenuhi syarat.
|
|
zh: 定义资源分配、评审与发放给合格申请者方式的规则化资助机制。
|
|
structured_aliases:
|
|
- literal_form: financieringsregeling
|
|
in_language: nl
|
|
- literal_form: Foerderschema
|
|
in_language: de
|
|
- literal_form: dispositif de financement
|
|
in_language: fr
|
|
- literal_form: esquema de financiacion
|
|
in_language: es
|
|
- literal_form: مخطط التمويل
|
|
in_language: ar
|
|
- literal_form: skema pendanaan
|
|
in_language: id
|
|
- literal_form: 资助机制
|
|
in_language: zh
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
broad_mappings:
|
|
- schema:FundingScheme
|