Class: FundingReference
Represents a funding source for a resource, including the funding body and the grant awarded.
__
The 'funder_name' field is required; all 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
FundingReference : funder
FundingReference --|> Organization : funder
FundingReference : grant_id
FundingReference : grant_title
FundingReference : grant_url
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
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 |
funder | 0..1 Organization |
The funder for the grant or award | direct |
Usages
used by | used in | type | used |
---|---|---|---|
CreditMetadata | funding | range | FundingReference |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:MonetaryGrant |
native | kbcms:FundingReference |
LinkML Source
Direct
name: FundingReference
description: "Represents a funding source for a resource, including the funding body\
\ and the grant awarded.\n\nThe 'funder_name' field is required; all 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: https://github.com/kbase/credit_engine/schema/kbase/linkml
attributes:
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: https://github.com/kbase/credit_engine/schema/kbase/linkml
exact_mappings:
- DataCite:attributes.funding_references.award_number
- Crossref:message.award
narrow_mappings:
- OSTI.ARTICLE:award_doi
- OSTI.ARTICLE:award_number
rank: 1000
slot_uri: schema:identifier
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: https://github.com/kbase/credit_engine/schema/kbase/linkml
exact_mappings:
- DataCite:attributes.funding_references.award_title
rank: 1000
slot_uri: schema:name
grant_url:
name: grant_url
description: URL for the grant
examples:
- value: https://genome.jgi.doe.gov/portal/Metanaintenssite/Metanaintenssite.info.html
from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
exact_mappings:
- DataCite:attributes.funding_references.award_url
close_mappings:
- OSTI.ARTICLE:award_doi
rank: 1000
slot_uri: schema:url
range: uriorcurie
pattern: ^[a-zA-Z0-9.-_]+:\S
funder:
name: funder
description: The funder for the grant or award
from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
rank: 1000
slot_uri: schema:funder
range: Organization
class_uri: schema:MonetaryGrant
Induced
name: FundingReference
description: "Represents a funding source for a resource, including the funding body\
\ and the grant awarded.\n\nThe 'funder_name' field is required; all 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: https://github.com/kbase/credit_engine/schema/kbase/linkml
attributes:
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: https://github.com/kbase/credit_engine/schema/kbase/linkml
exact_mappings:
- DataCite:attributes.funding_references.award_number
- Crossref:message.award
narrow_mappings:
- OSTI.ARTICLE:award_doi
- OSTI.ARTICLE:award_number
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: https://github.com/kbase/credit_engine/schema/kbase/linkml
exact_mappings:
- DataCite:attributes.funding_references.award_title
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: https://github.com/kbase/credit_engine/schema/kbase/linkml
exact_mappings:
- DataCite:attributes.funding_references.award_url
close_mappings:
- OSTI.ARTICLE:award_doi
rank: 1000
slot_uri: schema:url
alias: grant_url
owner: FundingReference
domain_of:
- FundingReference
range: uriorcurie
pattern: ^[a-zA-Z0-9.-_]+:\S
funder:
name: funder
description: The funder for the grant or award
from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
rank: 1000
slot_uri: schema:funder
alias: funder
owner: FundingReference
domain_of:
- FundingReference
range: Organization
class_uri: schema:MonetaryGrant