Class: GrantReference
Information about grant ID and funding body that funded the study
URI: bia_mifa_models:GrantReference
classDiagram
class GrantReference
GrantReference : funder
GrantReference : grant_id
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
grant_id | 1..1 String |
The identifier for the grant | direct |
funder | 1..1 String |
The funding body provididing support | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Study | grants | range | GrantReference |
GrantReferenceCollection | grants | range | GrantReference |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/BioImage-Archive/bia-mifa-models
Mappings
Mapping Type | Mapped Value |
---|---|
self | bia_mifa_models:GrantReference |
native | bia_mifa_models:GrantReference |
LinkML Source
Direct
name: GrantReference
description: Information about grant ID and funding body that funded the study
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
slots:
- grant_id
- funder
Induced
name: GrantReference
description: Information about grant ID and funding body that funded the study
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
attributes:
grant_id:
name: grant_id
description: The identifier for the grant
examples:
- value: ALTF 1234-567
- value: '840767'
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: grant_id
owner: GrantReference
domain_of:
- GrantReference
range: string
required: true
funder:
name: funder
description: The funding body provididing support
examples:
- value: EMBO Long-Term Fellowship
- value: Marie Sklodowska-Curie Individual Fellowship
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
rank: 1000
slot_uri: schema:funder
alias: funder
owner: GrantReference
domain_of:
- GrantReference
range: string
required: true