- 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.
50 lines
2.2 KiB
YAML
50 lines
2.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/FundingProgram
|
|
name: FundingProgram
|
|
title: Funding Program
|
|
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
|
|
- ../slots/targeted_at
|
|
classes:
|
|
FundingProgram:
|
|
class_uri: hc:FundingProgram
|
|
description: >-
|
|
Structured funding framework that groups related calls, budget lines, and
|
|
eligibility logic under a shared strategic objective.
|
|
alt_descriptions:
|
|
nl: Gestructureerd financieringskader dat verwante oproepen, budgetlijnen en subsidieregels bundelt onder een gedeeld strategisch doel.
|
|
de: Strukturiertes Foerderprogramm, das zusammenhaengende Ausschreibungen, Budgetlinien und Foerderlogiken unter einem gemeinsamen strategischen Ziel buendelt.
|
|
fr: Cadre de financement structure regroupant appels, lignes budgetaires et regles d'eligibilite autour d'un objectif strategique commun.
|
|
es: Marco de financiacion estructurado que agrupa convocatorias, lineas presupuestarias y logica de elegibilidad bajo un objetivo estrategico comun.
|
|
ar: إطار تمويلي منظم يجمع الدعوات وخطوط الميزانية ومنطق الأهلية ضمن هدف استراتيجي مشترك.
|
|
id: Kerangka pendanaan terstruktur yang mengelompokkan panggilan, lini anggaran, dan logika kelayakan di bawah tujuan strategis bersama.
|
|
zh: 在共同战略目标下整合相关征集、预算条线与资格逻辑的结构化资助框架。
|
|
structured_aliases:
|
|
- literal_form: financieringsprogramma
|
|
in_language: nl
|
|
- literal_form: Foerderprogramm
|
|
in_language: de
|
|
- literal_form: programme de financement
|
|
in_language: fr
|
|
- literal_form: programa de financiacion
|
|
in_language: es
|
|
- literal_form: برنامج تمويل
|
|
in_language: ar
|
|
- literal_form: program pendanaan
|
|
in_language: id
|
|
- literal_form: 资助计划
|
|
in_language: zh
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
- targeted_at
|
|
broad_mappings:
|
|
- schema:FundingScheme
|
|
close_mappings:
|
|
- schema:Grant
|