Class: Funder
Description of the project funding
URI: https://w3id.org/osc-em/oscem-schemas-env-tomo/:Funder
erDiagram
Funder {
    string funder_name  
    OrganizationTypeEnum type_org  
    string country  
}
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-env-tomo
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | https://w3id.org/osc-em/oscem-schemas-env-tomo/:Funder | 
| native | https://w3id.org/osc-em/oscem-schemas-env-tomo/:Funder | 
LinkML Source
Direct
name: Funder
description: Description of the project funding
from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
slots:
- funder_name
- type_org
- country
Induced
name: Funder
description: Description of the project funding
from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
attributes:
  funder_name:
    name: funder_name
    description: funding organization/person.
    from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
    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-env-tomo
    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-env-tomo
    rank: 1000
    alias: country
    owner: Funder
    domain_of:
    - Author
    - Grant
    - Funder
    range: string