Skip to content

Class: Relationship

URI: cmdr:Relationship

classDiagram class Relationship click Relationship href "../Relationship" Relationship : id Relationship : participant Relationship --> "0..1" StudyParticipant : participant click StudyParticipant href "../StudyParticipant" Relationship : relationshipType Relationship : relative Relationship --> "0..1" StudyParticipant : relative click StudyParticipant href "../StudyParticipant"

Slots

Name Cardinality and Range Description Inheritance
id 0..1
String
direct
participant 0..1
StudyParticipant
direct
relative 0..1
StudyParticipant
direct
relationshipType 0..1
String
direct

Usages

used by used in type used
StudyParticipant relationships range Relationship
Family relationships range Relationship

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/cmdr

Mappings

Mapping Type Mapped Value
self cmdr:Relationship
native cmdr:Relationship

LinkML Source

Direct

name: Relationship
from_schema: https://w3id.org/linkml/cmdr
slots:
- id
- participant
- relative
- relationshipType
slot_usage:
  participant:
    name: participant
    domain_of:
    - Relationship
    range: StudyParticipant
  relative:
    name: relative
    domain_of:
    - Relationship
    range: StudyParticipant

Induced

name: Relationship
from_schema: https://w3id.org/linkml/cmdr
slot_usage:
  participant:
    name: participant
    domain_of:
    - Relationship
    range: StudyParticipant
  relative:
    name: relative
    domain_of:
    - Relationship
    range: StudyParticipant
attributes:
  id:
    name: id
    from_schema: https://w3id.org/linkml/cmdr
    rank: 1000
    alias: id
    owner: Relationship
    domain_of:
    - Subject
    - StudyParticipant
    - Relationship
    - Family
    - Group
    - Study
    - Agent
    range: string
  participant:
    name: participant
    from_schema: https://w3id.org/linkml/cmdr
    rank: 1000
    alias: participant
    owner: Relationship
    domain_of:
    - Relationship
    range: StudyParticipant
  relative:
    name: relative
    from_schema: https://w3id.org/linkml/cmdr
    rank: 1000
    alias: relative
    owner: Relationship
    domain_of:
    - Relationship
    range: StudyParticipant
  relationshipType:
    name: relationshipType
    from_schema: https://w3id.org/linkml/cmdr
    rank: 1000
    alias: relationshipType
    owner: Relationship
    domain_of:
    - Relationship
    range: string