Skip to content

Class: Family Member Relationship (FamilyRelationship)

A relationship between two Subjects. Directed as follows

URI: [includedcc:FamilyRelationship](https://includedcc.org/include-access-model/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](Record.md)] ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [family_relationship_id](family_relationship_id.md) | 1
[FmGlobalID](FmGlobalID.md) | Global ID for the Family Relationship | direct | | [family_member_id](family_member_id.md) | 1
[Subject](Subject.md) | The family member Subject who is the relationship "subject" | direct | | [relation](relation.md) | 1
[Concept](Concept.md) or 
[EnumFamilyRelation](EnumFamilyRelation.md) or 
[EnumUnknown](EnumUnknown.md) | Code definting the relationship predicate | direct | | [subject_id](subject_id.md) | 1
[Subject](Subject.md) | The family member Subject who is the relationship "object" | direct | | [external_id](external_id.md) | *
[Uriorcurie](Uriorcurie.md) | Other identifiers for this entity, eg, from the submitting study or in system... | [Record](Record.md) | | [access_policy_id](access_policy_id.md) | 0..1
[AccessPolicy](AccessPolicy.md) | Global identifier for the access policy that applies to this row of data | [Record](Record.md) | | [study_id](study_id.md) | 0..1
[Study](Study.md) | INCLUDE Global ID for the study | [Record](Record.md) | ## 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
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