Skip to content

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 0..1
String
Name of the organization direct
country 0..1
String
The country in which the organization belongs (formatted as ISO 3166-1 alpha-... direct

Usages

used by used in type used
MonetaryGrant funder range Organization
Investigator 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
attributes:
  country:
    name: country
    description: The country in which the organization belongs (formatted as ISO 3166-1
      alpha-2 code)
    title: Country
    from_schema: Core
    rank: 1000
    domain_of:
    - Organization
    range: string
    pattern: ^[A-Z]{2}$
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
attributes:
  country:
    name: country
    description: The country in which the organization belongs (formatted as ISO 3166-1
      alpha-2 code)
    title: Country
    from_schema: Core
    rank: 1000
    alias: country
    owner: Organization
    domain_of:
    - Organization
    range: string
    pattern: ^[A-Z]{2}$
  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
    - Investigator
    range: string
  name:
    name: name
    description: Name of the organization
    title: Name
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: name
    owner: Organization
    domain_of:
    - Organization
    - NamedLink
    - ExternalProject
    - MonetaryGrant
    - Experiment
    - Investigator
    range: string
class_uri: schema:Organization