- 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.
48 lines
1.7 KiB
YAML
48 lines
1.7 KiB
YAML
id: https://nde.nl/ontology/hc/class/FundingSource
|
|
name: FundingSource
|
|
title: Funding Source
|
|
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/has_type
|
|
classes:
|
|
FundingSource:
|
|
class_uri: hc:FundingSource
|
|
description: >-
|
|
Originating organization or mechanism from which financial support is
|
|
provided.
|
|
alt_descriptions:
|
|
nl: Organisatie of mechanisme van waaruit financiele ondersteuning afkomstig is.
|
|
de: Herkunftsorganisation oder Mechanismus, aus dem finanzielle Unterstuetzung bereitgestellt wird.
|
|
fr: Organisation ou mecanisme d'origine a partir duquel le soutien financier est fourni.
|
|
es: Organizacion o mecanismo de origen desde el cual se proporciona apoyo financiero.
|
|
ar: الجهة أو الآلية المصدِّرة التي يُقدَّم منها الدعم المالي.
|
|
id: Organisasi atau mekanisme asal dari mana dukungan finansial diberikan.
|
|
zh: 提供资金支持的来源组织或机制。
|
|
structured_aliases:
|
|
- literal_form: financieringsbron
|
|
in_language: nl
|
|
- literal_form: Finanzierungsquelle
|
|
in_language: de
|
|
- literal_form: source de financement
|
|
in_language: fr
|
|
- literal_form: fuente de financiacion
|
|
in_language: es
|
|
- literal_form: مصدر التمويل
|
|
in_language: ar
|
|
- literal_form: sumber pendanaan
|
|
in_language: id
|
|
- literal_form: 资金来源
|
|
in_language: zh
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
- has_type
|
|
broad_mappings:
|
|
- schema:Organization
|