Skip to content

Class: Family (Family)

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

URI: includedcc: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" EnumConsanguinityAssertion : consanguinity click EnumConsanguinityAssertion href "../EnumConsanguinityAssertion/" 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

Slots

Name Cardinality and Range Description Inheritance
family_id 1
String
Global ID for the Family direct
family_type 0..1
EnumFamilyType
Describes the 'type' of study family, eg, trio direct
family_description 0..1
String
Free text describing the study family, such as potential inheritance or detai... direct
consanguinity 0..1
EnumConsanguinityAssertion
Is there known or suspected consanguinity in this study family? direct
family_study_focus 0..1
Uriorcurie
The specific focus of the investigation, eg, a condition 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

Usages

used by used in type used
FamilyMember family_id range Family

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
is_a: Record
slots:
- family_id
- family_type
- family_description
- consanguinity
- family_study_focus
slot_usage:
  family_id:
    name: family_id
    identifier: true
    range: string
    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
is_a: Record
slot_usage:
  family_id:
    name: family_id
    identifier: true
    range: string
    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
    alias: family_id
    owner: Family
    domain_of:
    - Family
    - FamilyMember
    range: string
    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
    alias: family_type
    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
    alias: family_description
    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
    alias: consanguinity
    owner: Family
    domain_of:
    - Family
    range: EnumConsanguinityAssertion
  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
    alias: family_study_focus
    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
    alias: external_id
    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
    alias: access_policy_id
    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
    alias: study_id
    owner: Family
    domain_of:
    - Record
    - StudyMetadata
    range: Study
    multivalued: false