- 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.
43 lines
1.9 KiB
YAML
43 lines
1.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/FundingCall
|
|
name: FundingCall
|
|
title: Funding Call
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../classes/CallForApplication
|
|
classes:
|
|
FundingCall:
|
|
class_uri: hc:FundingCall
|
|
is_a: CallForApplication
|
|
description: >-
|
|
Public invitation that opens a defined application window for submitting
|
|
proposals to a specific funding opportunity.
|
|
alt_descriptions:
|
|
nl: Openbare oproep die een afgebakende indieningsperiode opent voor voorstellen binnen een specifieke financieringskans.
|
|
de: Oeffentliche Ausschreibung mit festem Einreichungszeitraum fuer Antraege auf eine bestimmte Foerdermoeglichkeit.
|
|
fr: Appel public ouvrant une periode definie pour soumettre des propositions a une opportunite de financement specifique.
|
|
es: Convocatoria publica que abre un periodo definido para presentar propuestas a una oportunidad de financiacion concreta.
|
|
ar: دعوة عامة تفتح فترة تقديم محددة لإرسال مقترحات لفرصة تمويل معينة.
|
|
id: Undangan publik yang membuka jendela aplikasi terdefinisi untuk pengajuan proposal pada peluang pendanaan tertentu.
|
|
zh: 为特定资助机会开启明确申报期的公开征集通知。
|
|
structured_aliases:
|
|
- literal_form: financieringsoproep
|
|
in_language: nl
|
|
- literal_form: Foerderaufruf
|
|
in_language: de
|
|
- literal_form: appel de financement
|
|
in_language: fr
|
|
- literal_form: convocatoria de financiacion
|
|
in_language: es
|
|
- literal_form: دعوة تمويل
|
|
in_language: ar
|
|
- literal_form: panggilan pendanaan
|
|
in_language: id
|
|
- literal_form: 资助征集
|
|
in_language: zh
|
|
broad_mappings:
|
|
- schema:Offer
|