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"
FundingReference : funder
FundingReference --> "0..1" Organization : funder
click Organization href "../Organization"
FundingReference : grant_id
FundingReference : grant_title
FundingReference : grant_url
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
funder | 0..1 Organization |
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 |
---|---|---|---|
CreditMetadata | funding | range | FundingReference |
Identifier and Mapping Information
Schema Source
- from schema: https://kbase.github.io/credit_engine/linkml/credit_metadata
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:MonetaryGrant |
native | dcm: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: https://kbase.github.io/credit_engine/linkml/credit_metadata
attributes:
funder:
name: funder
description: The funder for the grant or award.
from_schema: https://kbase.github.io/credit_engine/linkml/components
rank: 1000
slot_uri: schema:funder
domain_of:
- FundingReference
range: Organization
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://kbase.github.io/credit_engine/linkml/components
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: https://kbase.github.io/credit_engine/linkml/components
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: https://kbase.github.io/credit_engine/linkml/components
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: https://kbase.github.io/credit_engine/linkml/credit_metadata
attributes:
funder:
name: funder
description: The funder for the grant or award.
from_schema: https://kbase.github.io/credit_engine/linkml/components
rank: 1000
slot_uri: schema:funder
alias: funder
owner: FundingReference
domain_of:
- FundingReference
range: Organization
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://kbase.github.io/credit_engine/linkml/components
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://kbase.github.io/credit_engine/linkml/components
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://kbase.github.io/credit_engine/linkml/components
rank: 1000
slot_uri: schema:url
alias: grant_url
owner: FundingReference
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