- 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
1.8 KiB
YAML
46 lines
1.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/FundingRate
|
|
name: FundingRate
|
|
title: Funding Rate
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_rate
|
|
- ../slots/maximum_of_maximum
|
|
classes:
|
|
FundingRate:
|
|
class_uri: hc:FundingRate
|
|
description: >-
|
|
Quantified proportion or cap that determines the share of eligible costs
|
|
covered by a funding instrument.
|
|
alt_descriptions:
|
|
nl: Gekwantificeerd percentage of plafond dat bepaalt welk deel van subsidiabele kosten wordt gedekt.
|
|
de: Quantifizierter Satz oder Hoechstwert, der den Anteil foerderfaehiger Kosten festlegt.
|
|
fr: Proportion ou plafond quantifie determinent la part des couts eligibles couverte par le financement.
|
|
es: Proporcion o tope cuantificado que determina la parte de costos elegibles cubierta por la financiacion.
|
|
ar: نسبة أو سقف كمي يحدد حصة التكاليف المؤهلة التي يغطيها التمويل.
|
|
id: Proporsi atau batas kuantitatif yang menentukan porsi biaya layak yang ditanggung instrumen pendanaan.
|
|
zh: 决定可资助成本覆盖比例或上限的量化比率指标。
|
|
structured_aliases:
|
|
- literal_form: financieringspercentage
|
|
in_language: nl
|
|
- literal_form: Foerdersatz
|
|
in_language: de
|
|
- literal_form: taux de financement
|
|
in_language: fr
|
|
- literal_form: tasa de financiacion
|
|
in_language: es
|
|
- literal_form: معدل التمويل
|
|
in_language: ar
|
|
- literal_form: tingkat pendanaan
|
|
in_language: id
|
|
- literal_form: 资助比例
|
|
in_language: zh
|
|
slots:
|
|
- has_rate
|
|
- maximum_of_maximum
|
|
broad_mappings:
|
|
- schema:MonetaryAmount
|