Skip to content

Class: StudyOrganizationAssociation

M:N link between Study and Organization with role metadata - the host institution, the collaborating institutions, and who funded the work.

URI: lambda:StudyOrganizationAssociation

classDiagram class StudyOrganizationAssociation click StudyOrganizationAssociation href "../StudyOrganizationAssociation/" StudyOrganizationAssociation : award_number StudyOrganizationAssociation : organization_id StudyOrganizationAssociation --> "1" Organization : organization_id click Organization href "../Organization/" StudyOrganizationAssociation : role StudyOrganizationAssociation --> "0..1" OrganizationRoleEnum : role click OrganizationRoleEnum href "../OrganizationRoleEnum/" StudyOrganizationAssociation : study_id StudyOrganizationAssociation --> "1" Study : study_id click Study href "../Study/"

Slots

Name Cardinality and Range Description Inheritance
study_id 1
Study
Reference to the study direct
organization_id 1
Organization
Reference to the organization direct
role 0..1
OrganizationRoleEnum
Capacity in which the organization is attached to the study direct
award_number 0..1
String
Grant or award number, where the organization is a funder direct

Usages

used by used in type used
Dataset study_organization_associations range StudyOrganizationAssociation

Identifier and Mapping Information

Schema Source

  • from schema: http://w3id.org/lambda/

Mappings

Mapping Type Mapped Value
self lambda:StudyOrganizationAssociation
native lambda:StudyOrganizationAssociation

LinkML Source

Direct

name: StudyOrganizationAssociation
description: M:N link between Study and Organization with role metadata - the host
  institution, the collaborating institutions, and who funded the work.
from_schema: http://w3id.org/lambda/
attributes:
  study_id:
    name: study_id
    description: Reference to the study
    from_schema: http://w3id.org/lambda/
    domain_of:
    - StudySampleAssociation
    - StudyExperimentAssociation
    - StudyWorkflowAssociation
    - StudyPersonAssociation
    - StudyOrganizationAssociation
    range: Study
    required: true
  organization_id:
    name: organization_id
    description: Reference to the organization
    from_schema: http://w3id.org/lambda/
    rank: 1000
    domain_of:
    - StudyOrganizationAssociation
    - PersonOrganizationAssociation
    range: Organization
    required: true
  role:
    name: role
    description: Capacity in which the organization is attached to the study
    from_schema: http://w3id.org/lambda/
    domain_of:
    - StudySampleAssociation
    - ExperimentSampleAssociation
    - ExperimentInstrumentAssociation
    - StudyPersonAssociation
    - ExperimentPersonAssociation
    - WorkflowPersonAssociation
    - StudyOrganizationAssociation
    - PersonOrganizationAssociation
    range: OrganizationRoleEnum
  award_number:
    name: award_number
    description: Grant or award number, where the organization is a funder. Distinct
      from Study.proposal_id, which is the facility's beamtime allocation rather than
      the funding that paid for the science.
    from_schema: http://w3id.org/lambda/
    rank: 1000
    domain_of:
    - StudyOrganizationAssociation
    range: string

Induced

name: StudyOrganizationAssociation
description: M:N link between Study and Organization with role metadata - the host
  institution, the collaborating institutions, and who funded the work.
from_schema: http://w3id.org/lambda/
attributes:
  study_id:
    name: study_id
    description: Reference to the study
    from_schema: http://w3id.org/lambda/
    alias: study_id
    owner: StudyOrganizationAssociation
    domain_of:
    - StudySampleAssociation
    - StudyExperimentAssociation
    - StudyWorkflowAssociation
    - StudyPersonAssociation
    - StudyOrganizationAssociation
    range: Study
    required: true
  organization_id:
    name: organization_id
    description: Reference to the organization
    from_schema: http://w3id.org/lambda/
    rank: 1000
    alias: organization_id
    owner: StudyOrganizationAssociation
    domain_of:
    - StudyOrganizationAssociation
    - PersonOrganizationAssociation
    range: Organization
    required: true
  role:
    name: role
    description: Capacity in which the organization is attached to the study
    from_schema: http://w3id.org/lambda/
    alias: role
    owner: StudyOrganizationAssociation
    domain_of:
    - StudySampleAssociation
    - ExperimentSampleAssociation
    - ExperimentInstrumentAssociation
    - StudyPersonAssociation
    - ExperimentPersonAssociation
    - WorkflowPersonAssociation
    - StudyOrganizationAssociation
    - PersonOrganizationAssociation
    range: OrganizationRoleEnum
  award_number:
    name: award_number
    description: Grant or award number, where the organization is a funder. Distinct
      from Study.proposal_id, which is the facility's beamtime allocation rather than
      the funding that paid for the science.
    from_schema: http://w3id.org/lambda/
    rank: 1000
    alias: award_number
    owner: StudyOrganizationAssociation
    domain_of:
    - StudyOrganizationAssociation
    range: string