Class: Grant
Grant
URI: schema:Grant
classDiagram
class Grant
click Grant href "../Grant"
Grant : budget
Grant --> "0..1" QuantityValue : budget
click QuantityValue href "../QuantityValue"
Grant : country
Grant : end_date
Grant : grant_name
Grant : project_id
Grant : start_date
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
grant_name | 0..1 String |
name of the grant | direct |
start_date | 0..1 Date |
start date | direct |
end_date | 0..1 Date |
end date | direct |
budget | 0..1 QuantityValue |
budget | direct |
project_id | 0..1 String |
project id | direct |
country | 0..1 String |
Country of the institution | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Organizational | grants | range | Grant |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/osc-em/oscem-schemas
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:Grant |
native | https://w3id.org/osc-em/oscem-schemas/:Grant |
LinkML Source
Direct
name: Grant
description: Grant
from_schema: https://w3id.org/osc-em/oscem-schemas
slots:
- grant_name
- start_date
- end_date
- budget
- project_id
- country
class_uri: schema:Grant
Induced
name: Grant
description: Grant
from_schema: https://w3id.org/osc-em/oscem-schemas
attributes:
grant_name:
name: grant_name
description: name of the grant
from_schema: https://w3id.org/osc-em/oscem-schemas
rank: 1000
alias: grant_name
owner: Grant
domain_of:
- Grant
range: string
start_date:
name: start_date
description: start date
from_schema: https://w3id.org/osc-em/oscem-schemas
rank: 1000
alias: start_date
owner: Grant
domain_of:
- Grant
range: date
end_date:
name: end_date
description: end date
from_schema: https://w3id.org/osc-em/oscem-schemas
rank: 1000
alias: end_date
owner: Grant
domain_of:
- Grant
range: date
budget:
name: budget
description: budget
from_schema: https://w3id.org/osc-em/oscem-schemas
rank: 1000
alias: budget
owner: Grant
domain_of:
- Grant
range: QuantityValue
project_id:
name: project_id
description: project id
from_schema: https://w3id.org/osc-em/oscem-schemas
rank: 1000
slot_uri: schema:identifier
alias: project_id
owner: Grant
domain_of:
- Grant
range: string
country:
name: country
description: Country of the institution
from_schema: https://w3id.org/osc-em/oscem-schemas
rank: 1000
alias: country
owner: Grant
domain_of:
- Author
- Grant
- Funder
range: string
class_uri: schema:Grant