Class: Organizational
Overarching category for authors and grants
URI: https://w3id.org/osc-em/oscem-schemas-env-tomo/:Organizational
erDiagram
Organizational {
}
Funder {
string funder_name
OrganizationTypeEnum type_org
string country
}
Author {
string orcid
string country
string role
string name_org
OrganizationTypeEnum type_org
string family_name
string given_name
boolean job_title
string email
string telephone
}
Grant {
string grant_name
datetime start_date
datetime end_date
string project_id
string country
}
QuantityValue {
string unit
float value
}
Organizational ||--}o Grant : "grants"
Organizational ||--}| Author : "authors"
Organizational ||--}o Funder : "funder"
Grant ||--|o QuantityValue : "budget"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
grants | * Grant |
List of grants associated with the project | direct |
authors | 1..* Author |
List of authors associated with the project | direct |
funder | * Funder |
funding organization/person | direct |
Usages
used by | used in | type | used |
---|---|---|---|
EMDatasetEnv | organizational | range | Organizational |
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/:Organizational |
native | https://w3id.org/osc-em/oscem-schemas-env-tomo/:Organizational |
LinkML Source
Direct
name: Organizational
description: Overarching category for authors and grants
from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
slots:
- grants
- authors
- funder
slot_usage:
authors:
name: authors
required: true
funder:
name: funder
required: false
Induced
name: Organizational
description: Overarching category for authors and grants
from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
slot_usage:
authors:
name: authors
required: true
funder:
name: funder
required: false
attributes:
grants:
name: grants
description: List of grants associated with the project
from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
rank: 1000
alias: grants
owner: Organizational
domain_of:
- Organizational
range: Grant
multivalued: true
authors:
name: authors
description: List of authors associated with the project
from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
rank: 1000
alias: authors
owner: Organizational
domain_of:
- Organizational
range: Author
required: true
multivalued: true
funder:
name: funder
description: funding organization/person.
from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
rank: 1000
alias: funder
owner: Organizational
domain_of:
- Organizational
range: Funder
required: false
multivalued: true