Class: Funder
Description of the project funding
URI: https://w3id.org/osc-em/oscem-schemas/:Funder
classDiagram
class Funder
click Funder href "../Funder"
Funder : country
Funder : funder_name
Funder : type_org
Funder --> "0..1" OrganizationTypeEnum : type_org
click OrganizationTypeEnum href "../OrganizationTypeEnum"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
funder_name | 0..1 String |
funding organization/person | direct |
type_org | 0..1 OrganizationTypeEnum |
Type of organization, academic, commercial, governmental, etc | direct |
country | 0..1 String |
Country of the institution | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Organizational | funder | range | Funder |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/osc-em/oscem-schemas
Mappings
Mapping Type | Mapped Value |
---|---|
self | https://w3id.org/osc-em/oscem-schemas/:Funder |
native | https://w3id.org/osc-em/oscem-schemas/:Funder |
LinkML Source
Direct
name: Funder
description: Description of the project funding
from_schema: https://w3id.org/osc-em/oscem-schemas
slots:
- funder_name
- type_org
- country
Induced
name: Funder
description: Description of the project funding
from_schema: https://w3id.org/osc-em/oscem-schemas
attributes:
funder_name:
name: funder_name
description: funding organization/person.
from_schema: https://w3id.org/osc-em/oscem-schemas
rank: 1000
alias: funder_name
owner: Funder
domain_of:
- Funder
range: string
type_org:
name: type_org
description: Type of organization, academic, commercial, governmental, etc.
from_schema: https://w3id.org/osc-em/oscem-schemas
rank: 1000
alias: type_org
owner: Funder
domain_of:
- Author
- Funder
range: OrganizationTypeEnum
country:
name: country
description: Country of the institution
from_schema: https://w3id.org/osc-em/oscem-schemas
rank: 1000
alias: country
owner: Funder
domain_of:
- Author
- Grant
- Funder
range: string