Class: Funding
Funding source associated with the dataset and shall be credited on the dataset's catalog page.
URI: schema:Grant
 classDiagram
    class Funding
      Funding : funder
      Funding : grant
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| funder | 1..1  String  | 
Code or URL that identifiers the entity providing the funding. For the for the required acknowledgment of the DFG funding of the CRC1451 use the code DFG. | direct | 
| grant | 1..1  String  | 
Grant identifier. This is typically a funder-specific project code. For the required acknowledgment of the DFG funding of the CRC1451 use the code 431549029-<CRC-project-code>. | 
direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| Dataset | funding | range | Funding | 
Identifier and Mapping Information
Schema Source
- from schema: https://example.org/sfb1451/sfb1451-schema
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | schema:Grant | 
| native | sfb1451_schema:Funding | 
LinkML Source
Direct
name: Funding
description: Funding source associated with the dataset and shall be credited on the
  dataset's catalog page.
from_schema: https://example.org/sfb1451/sfb1451-schema
attributes:
  funder:
    name: funder
    description: Code or URL that identifiers the entity providing the funding. For
      the for the required acknowledgment of the DFG funding of the CRC1451 use the
      code DFG.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: schema:funder
    required: true
  grant:
    name: grant
    description: Grant identifier. This is typically a funder-specific project code.
      For the required acknowledgment of the DFG funding of the CRC1451 use the code
      `431549029-<CRC-project-code>`.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: schema:identifier
    required: true
class_uri: schema:Grant
Induced
name: Funding
description: Funding source associated with the dataset and shall be credited on the
  dataset's catalog page.
from_schema: https://example.org/sfb1451/sfb1451-schema
attributes:
  funder:
    name: funder
    description: Code or URL that identifiers the entity providing the funding. For
      the for the required acknowledgment of the DFG funding of the CRC1451 use the
      code DFG.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: schema:funder
    alias: funder
    owner: Funding
    domain_of:
    - Funding
    range: string
    required: true
  grant:
    name: grant
    description: Grant identifier. This is typically a funder-specific project code.
      For the required acknowledgment of the DFG funding of the CRC1451 use the code
      `431549029-<CRC-project-code>`.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: schema:identifier
    alias: grant
    owner: Funding
    domain_of:
    - Funding
    range: string
    required: true
class_uri: schema:Grant