Class: FundingReference
Represents a funding source for a resource, including the funding body and the grant awarded.
__
One (or more) of the fields grant_id
, grant_url
, or funder.organization_name
is required; others are optional.
__
Recommended resources for organization identifiers include:
_ - Research Organization Registry, http://ror.org_
_ - International Standard Name Identifier, https://isni.org_
_ - Crossref Funder Registry, https://www.crossref.org/services/funder-registry/ (to be subsumed into ROR)_
__
Some organizations may have a digital object identifier (DOI).
__
URI: schema:MonetaryGrant
classDiagram
class FundingReference
click FundingReference href "../FundingReference/"
Table <|-- FundingReference
click Table href "../Table/"
FundingReference : funder
FundingReference : funding_reference_id
FundingReference : grant_id
FundingReference : grant_title
FundingReference : grant_url
Inheritance
- Table
- FundingReference
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
funding_reference_id | 1 CdmId |
Internal (CDM) unique identifier for a specific source of funding -- e.g. a grant or award. From the Entity table: entity_id where entity_type == 'FundingReference'. |
direct |
funder | 0..1 CdmContributorId |
The funder for the grant or award. | direct |
grant_id | 0..1 String |
Code for the grant, assigned by the funder. | direct |
grant_title | 0..1 String |
Title for the grant. | direct |
grant_url | 0..1 Uriorcurie |
URL for the grant. | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Schema | funding_references | range | FundingReference |
Identifier and Mapping Information
Schema Source
- from schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:MonetaryGrant |
native | kb_cdm:FundingReference |
LinkML Source
Direct
name: FundingReference
description: "Represents a funding source for a resource, including the funding body\
\ and the grant awarded.\n\nOne (or more) of the fields `grant_id`, `grant_url`,\
\ or `funder.organization_name` is required; others are optional.\n\nRecommended\
\ resources for organization identifiers include:\n - Research Organization Registry,\
\ http://ror.org\n - International Standard Name Identifier, https://isni.org\n\
\ - Crossref Funder Registry, https://www.crossref.org/services/funder-registry/\
\ (to be subsumed into ROR)\n\nSome organizations may have a digital object identifier\
\ (DOI).\n"
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: Table
slots:
- funding_reference_id
slot_usage:
funding_reference_id:
name: funding_reference_id
identifier: true
attributes:
funder:
name: funder
description: The funder for the grant or award.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
rank: 1000
slot_uri: schema:funder
domain_of:
- FundingReference
range: cdm_contributor_id
grant_id:
name: grant_id
description: Code for the grant, assigned by the funder.
examples:
- value: '1296'
- value: CBET-0756451
- value: DOI:10.46936/10.25585/60000745
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
rank: 1000
slot_uri: schema:identifier
domain_of:
- FundingReference
grant_title:
name: grant_title
description: Title for the grant.
examples:
- value: Metagenomic analysis of the rhizosphere of three biofuel crops at the
KBS intensive site
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
rank: 1000
slot_uri: schema:name
domain_of:
- FundingReference
grant_url:
name: grant_url
description: URL for the grant.
examples:
- value: https://genome.jgi.doe.gov/portal/Metanaintenssite/Metanaintenssite.info.html
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
rank: 1000
slot_uri: schema:url
domain_of:
- FundingReference
range: uriorcurie
pattern: ^[a-zA-Z0-9.-_]+:\S
class_uri: schema:MonetaryGrant
any_of:
- slot_conditions:
grant_id:
name: grant_id
required: true
- slot_conditions:
grant_url:
name: grant_url
required: true
- slot_conditions:
funder:
name: funder
required: true
Induced
name: FundingReference
description: "Represents a funding source for a resource, including the funding body\
\ and the grant awarded.\n\nOne (or more) of the fields `grant_id`, `grant_url`,\
\ or `funder.organization_name` is required; others are optional.\n\nRecommended\
\ resources for organization identifiers include:\n - Research Organization Registry,\
\ http://ror.org\n - International Standard Name Identifier, https://isni.org\n\
\ - Crossref Funder Registry, https://www.crossref.org/services/funder-registry/\
\ (to be subsumed into ROR)\n\nSome organizations may have a digital object identifier\
\ (DOI).\n"
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: Table
slot_usage:
funding_reference_id:
name: funding_reference_id
identifier: true
attributes:
funder:
name: funder
description: The funder for the grant or award.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
rank: 1000
slot_uri: schema:funder
alias: funder
owner: FundingReference
domain_of:
- FundingReference
range: cdm_contributor_id
grant_id:
name: grant_id
description: Code for the grant, assigned by the funder.
examples:
- value: '1296'
- value: CBET-0756451
- value: DOI:10.46936/10.25585/60000745
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
rank: 1000
slot_uri: schema:identifier
alias: grant_id
owner: FundingReference
domain_of:
- FundingReference
range: string
grant_title:
name: grant_title
description: Title for the grant.
examples:
- value: Metagenomic analysis of the rhizosphere of three biofuel crops at the
KBS intensive site
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
rank: 1000
slot_uri: schema:name
alias: grant_title
owner: FundingReference
domain_of:
- FundingReference
range: string
grant_url:
name: grant_url
description: URL for the grant.
examples:
- value: https://genome.jgi.doe.gov/portal/Metanaintenssite/Metanaintenssite.info.html
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
rank: 1000
slot_uri: schema:url
alias: grant_url
owner: FundingReference
domain_of:
- FundingReference
range: uriorcurie
pattern: ^[a-zA-Z0-9.-_]+:\S
funding_reference_id:
name: funding_reference_id
description: 'Internal (CDM) unique identifier for a specific source of funding
-- e.g. a grant or award.
From the Entity table: entity_id where entity_type == ''FundingReference''.
'
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
rank: 1000
identifier: true
alias: funding_reference_id
owner: FundingReference
domain_of:
- DataSource_x_FundingReference
- FundingReference
range: cdm_id
required: true
class_uri: schema:MonetaryGrant
any_of:
- slot_conditions:
grant_id:
name: grant_id
required: true
- slot_conditions:
grant_url:
name: grant_url
required: true
- slot_conditions:
funder:
name: funder
required: true