Skip to content

Class: Family Member Relationship (FamilyRelationship)

A relationship between two Subjects. Directed as follows

URI: includedcc:FamilyRelationship

 classDiagram
    class FamilyRelationship
    click FamilyRelationship href "../FamilyRelationship/"
      Record <|-- FamilyRelationship
        click Record href "../Record/"

      FamilyRelationship : access_policy_id





        FamilyRelationship --> "0..1" AccessPolicy : access_policy_id
        click AccessPolicy href "../AccessPolicy/"



      FamilyRelationship : external_id

      FamilyRelationship : family_member_id





        FamilyRelationship --> "1" Subject : family_member_id
        click Subject href "../Subject/"



      FamilyRelationship : family_relationship_id

      FamilyRelationship : relation





        FamilyRelationship --> "1" Concept : relation
        click Concept href "../Concept/"



      FamilyRelationship : study_id





        FamilyRelationship --> "0..1" Study : study_id
        click Study href "../Study/"



      FamilyRelationship : subject_id





        FamilyRelationship --> "1" Subject : subject_id
        click Subject href "../Subject/"



Inheritance

  • FamilyRelationship [ Record]

Slots

Name Cardinality and Range Description Inheritance
family_relationship_id 1
FmGlobalID
Global ID for the Family Relationship direct
family_member_id 1
Subject
The family member Subject who is the relationship "subject" direct
relation 1
Concept or 
EnumFamilyRelation or 
EnumUnknown
Code definting the relationship predicate direct
subject_id 1
Subject
The family member Subject who is the relationship "object" direct
external_id *
Uriorcurie
Other identifiers for this entity, eg, from the submitting study or in system... Record
access_policy_id 0..1
AccessPolicy
Global identifier for the access policy that applies to this row of data Record
study_id 0..1
Study
INCLUDE Global ID for the study Record

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self includedcc:FamilyRelationship
native includedcc:FamilyRelationship

LinkML Source

Direct

name: FamilyRelationship
description: A relationship between two Subjects. Directed as follows <family_member_id>
  <relationship> <subject_id> <Mother's id> <KIN:027 "isBiologicalMotherOf"> <subject_id>
title: Family Member Relationship
from_schema: https://includedcc.org/include-access-model
mixins:
- Record
slots:
- family_relationship_id
- family_member_id
- relation
- subject_id
slot_usage:
  family_relationship_id:
    name: family_relationship_id
    identifier: true
    range: fmGlobalID
    required: true
  subject_id:
    name: subject_id
    description: The family member Subject who is the relationship "object".
    required: true

Induced

name: FamilyRelationship
description: A relationship between two Subjects. Directed as follows <family_member_id>
  <relationship> <subject_id> <Mother's id> <KIN:027 "isBiologicalMotherOf"> <subject_id>
title: Family Member Relationship
from_schema: https://includedcc.org/include-access-model
mixins:
- Record
slot_usage:
  family_relationship_id:
    name: family_relationship_id
    identifier: true
    range: fmGlobalID
    required: true
  subject_id:
    name: subject_id
    description: The family member Subject who is the relationship "object".
    required: true
attributes:
  family_relationship_id:
    name: family_relationship_id
    description: Global ID for the Family Relationship
    title: Family Relationship ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    identifier: true
    owner: FamilyRelationship
    domain_of:
    - FamilyRelationship
    range: fmGlobalID
    required: true
  family_member_id:
    name: family_member_id
    description: The family member Subject who is the relationship "subject".
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: FamilyRelationship
    domain_of:
    - FamilyRelationship
    range: Subject
    required: true
    inlined: false
  relation:
    name: relation
    description: Code definting the relationship predicate. Relationship of the "Family
      Member" to the "Subject", eg, mother of. Ideally uses KIN ontology.
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: FamilyRelationship
    domain_of:
    - FamilyRelationship
    range: Concept
    required: true
    any_of:
    - range: EnumFamilyRelation
    - range: EnumUnknown
  subject_id:
    name: subject_id
    description: The family member Subject who is the relationship "object".
    title: Study ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: FamilyRelationship
    domain_of:
    - Subject
    - Demographics
    - FamilyRelationship
    - FamilyMembership
    - SubjectAssertion
    - Encounter
    - File
    - Assay
    range: Subject
    required: true
    multivalued: false
  external_id:
    name: external_id
    description: Other identifiers for this entity, eg, from the submitting study
      or in systems like dbGaP
    title: External Identifiers
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: FamilyRelationship
    domain_of:
    - Record
    range: uriorcurie
    required: false
    multivalued: true
  access_policy_id:
    name: access_policy_id
    description: Global identifier for the access policy that applies to this row
      of data.
    title: Access Policy ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: FamilyRelationship
    domain_of:
    - Record
    - AccessPolicy
    range: AccessPolicy
  study_id:
    name: study_id
    description: INCLUDE Global ID for the study
    title: Study ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: FamilyRelationship
    domain_of:
    - Record
    - StudyMetadata
    range: Study
    multivalued: false