Skip to content

Class: FundingSource

Source of funding for the review

URI: revaise:FundingSource

```mermaid classDiagram class FundingSource click FundingSource href "../FundingSource/" FundingSource : funder_id

  FundingSource : funder_name

  FundingSource : grant_number

```

Slots

Name Cardinality and Range Description Inheritance
funder_name 1
String
Name of the funding organization direct
grant_number 0..1
String
Grant or award number direct
funder_id 0..1
String
Funder identifier (e direct

Usages

used by used in type used
Review funding_sources range FundingSource

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema

Mappings

Mapping Type Mapped Value
self revaise:FundingSource
native revaise:FundingSource

LinkML Source

Direct

name: FundingSource
description: Source of funding for the review
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slots:
- funder_name
- grant_number
- funder_id
slot_usage:
  funder_name:
    name: funder_name
    description: Name of the funding organization
    range: string
    required: true
  grant_number:
    name: grant_number
    description: Grant or award number
    range: string
  funder_id:
    name: funder_id
    description: Funder identifier (e.g., Crossref Funder ID)
    range: string

Induced

name: FundingSource
description: Source of funding for the review
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slot_usage:
  funder_name:
    name: funder_name
    description: Name of the funding organization
    range: string
    required: true
  grant_number:
    name: grant_number
    description: Grant or award number
    range: string
  funder_id:
    name: funder_id
    description: Funder identifier (e.g., Crossref Funder ID)
    range: string
attributes:
  funder_name:
    name: funder_name
    description: Name of the funding organization
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: FundingSource
    domain_of:
    - FundingSource
    range: string
    required: true
  grant_number:
    name: grant_number
    description: Grant or award number
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: FundingSource
    domain_of:
    - FundingSource
    range: string
  funder_id:
    name: funder_id
    description: Funder identifier (e.g., Crossref Funder ID)
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: FundingSource
    domain_of:
    - FundingSource
    range: string