Skip to content

Class: Family (Family)

A group of individuals of some relation who are grouped together in a study.

URI: [includedcc:Family](https://includedcc.org/include-access-model/Family)
classDiagram class Family click Family href "../Family/" Record <|-- Family click Record href "../Record/" Family : access_policy_id Family --> "0..1" AccessPolicy : access_policy_id click AccessPolicy href "../AccessPolicy/" Family : consanguinity Family --> "0..1" EnumPresentAbsent : consanguinity click EnumPresentAbsent href "../EnumPresentAbsent/" Family : external_id Family : family_description Family : family_id Family : family_study_focus Family : family_type Family --> "0..1" EnumFamilyType : family_type click EnumFamilyType href "../EnumFamilyType/" Family : study_id Family --> "0..1" Study : study_id click Study href "../Study/"
## Inheritance * **Family** [ [Record](Record.md)] ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [family_id](family_id.md) | 1
[GrGlobalID](GrGlobalID.md) | Global ID for the Family | direct | | [family_type](family_type.md) | 0..1
[EnumFamilyType](EnumFamilyType.md) | Describes the 'type' of study family, eg, trio | direct | | [family_description](family_description.md) | 0..1
[String](String.md) | Free text describing the study family, such as potential inheritance or detai... | direct | | [consanguinity](consanguinity.md) | 0..1
[EnumPresentAbsent](EnumPresentAbsent.md) | Is there known or suspected consanguinity in this study family? | direct | | [family_study_focus](family_study_focus.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The specific focus of the investigation, eg, a condition | 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) | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [FamilyMembership](FamilyMembership.md) | [family_id](family_id.md) | range | [Family](Family.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://includedcc.org/include-access-model ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | includedcc:Family | | native | includedcc:Family | ## LinkML Source ### Direct
name: Family
description: A group of individuals of some relation who are grouped together in a
  study.
title: Family
from_schema: https://includedcc.org/include-access-model
mixins:
- Record
slots:
- family_id
- family_type
- family_description
- consanguinity
- family_study_focus
slot_usage:
  family_id:
    name: family_id
    identifier: true
    range: grGlobalID
    required: true

### Induced
name: Family
description: A group of individuals of some relation who are grouped together in a
  study.
title: Family
from_schema: https://includedcc.org/include-access-model
mixins:
- Record
slot_usage:
  family_id:
    name: family_id
    identifier: true
    range: grGlobalID
    required: true
attributes:
  family_id:
    name: family_id
    description: Global ID for the Family
    title: Family ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    identifier: true
    owner: Family
    domain_of:
    - Family
    - FamilyMembership
    range: grGlobalID
    required: true
  family_type:
    name: family_type
    description: Describes the 'type' of study family, eg, trio.
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Family
    domain_of:
    - Family
    range: EnumFamilyType
  family_description:
    name: family_description
    description: Free text describing the study family, such as potential inheritance
      or details about consanguinity
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Family
    domain_of:
    - Family
    range: string
  consanguinity:
    name: consanguinity
    description: Is there known or suspected consanguinity in this study family?
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Family
    domain_of:
    - Family
    range: EnumPresentAbsent
  family_study_focus:
    name: family_study_focus
    description: The specific focus of the investigation, eg, a condition.
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Family
    domain_of:
    - Family
    range: uriorcurie
  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: Family
    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: Family
    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: Family
    domain_of:
    - Record
    - StudyMetadata
    range: Study
    multivalued: false