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 : relationship 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

Slots

Name Cardinality and Range Description Inheritance
family_relationship_id 1
String
Global ID for the Family Relationship direct
family_member_id 1
Subject
The family member Subject who is the relationship "subject" direct
relationship 1
Uriorcurie
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

  • from schema: https://includedcc.org/include-access-model

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
is_a: Record
slots:
- family_relationship_id
- family_member_id
- relationship
- subject_id
slot_usage:
  family_relationship_id:
    name: family_relationship_id
    identifier: true
    range: string
    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
is_a: Record
slot_usage:
  family_relationship_id:
    name: family_relationship_id
    identifier: true
    range: string
    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
    alias: family_relationship_id
    owner: FamilyRelationship
    domain_of:
    - FamilyRelationship
    range: string
    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
    alias: family_member_id
    owner: FamilyRelationship
    domain_of:
    - FamilyRelationship
    range: Subject
    required: true
    inlined: false
  relationship:
    name: relationship
    description: Code definting the relationship predicate. Relationship of the "Family
      Member" to the "Subject", eg, mother of.
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: relationship
    owner: FamilyRelationship
    domain_of:
    - FamilyRelationship
    range: uriorcurie
    required: true
  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
    alias: subject_id
    owner: FamilyRelationship
    domain_of:
    - Subject
    - Demographics
    - FamilyRelationship
    - FamilyMember
    - SubjectAssertion
    - Encounter
    - File
    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
    alias: external_id
    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
    alias: access_policy_id
    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
    alias: study_id
    owner: FamilyRelationship
    domain_of:
    - Record
    - StudyMetadata
    range: Study
    multivalued: false