Class: Organization
URI: schema:Organization
classDiagram
class Organization
click Organization href "../Organization"
Organization : country
Organization : identifier
Organization : name
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| identifier | 0..1 String |
Organization identifier in the form of an ROR URL (e | direct |
| name | 1 String |
Name of the organization | direct |
| country | 0..1 String |
The country in which the organization belongs | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| MonetaryGrant | funder | range | Organization |
| Person | affiliation | range | Organization |
Identifier and Mapping Information
Schema Source
- from schema: OAEDataManagementProtocol
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | schema:Organization |
| native | oae:Organization |
LinkML Source
Direct
name: Organization
from_schema: OAEDataManagementProtocol
slots:
- identifier
- name
slot_usage:
identifier:
name: identifier
description: Organization identifier in the form of an ROR URL (e.g., https://ror.org/02mhbdp94).
Please visit [https://ror.org](https://ror.org) to search for the organization
and find the appropriate ROR URL.
name:
name: name
description: Name of the organization
required: true
attributes:
country:
name: country
description: The country in which the organization belongs.
title: Country
from_schema: Core
rank: 1000
domain_of:
- Organization
- Platform
range: string
class_uri: schema:Organization
Induced
name: Organization
from_schema: OAEDataManagementProtocol
slot_usage:
identifier:
name: identifier
description: Organization identifier in the form of an ROR URL (e.g., https://ror.org/02mhbdp94).
Please visit [https://ror.org](https://ror.org) to search for the organization
and find the appropriate ROR URL.
name:
name: name
description: Name of the organization
required: true
attributes:
country:
name: country
description: The country in which the organization belongs.
title: Country
from_schema: Core
rank: 1000
alias: country
owner: Organization
domain_of:
- Organization
- Platform
range: string
identifier:
name: identifier
description: Organization identifier in the form of an ROR URL (e.g., https://ror.org/02mhbdp94).
Please visit [https://ror.org](https://ror.org) to search for the organization
and find the appropriate ROR URL.
from_schema: OAEDataManagementProtocol
rank: 1000
slot_uri: schema:identifier
alias: identifier
owner: Organization
domain_of:
- Organization
- MonetaryGrant
- Person
range: string
name:
name: name
description: Name of the organization
title: Name
from_schema: OAEDataManagementProtocol
rank: 1000
slot_uri: schema:name
alias: name
owner: Organization
domain_of:
- Organization
- NamedLink
- ExternalProject
- MonetaryGrant
- Experiment
- Person
- Dataset
- Platform
- ModelComponent
range: string
required: true
class_uri: schema:Organization