Class: BiosampleFromSubject
Association between a biosample and its source subject
URI: cfde_schema:BiosampleFromSubject
classDiagram
class BiosampleFromSubject
BiosampleFromSubject : age_at_sampling
BiosampleFromSubject : biosample_id_namespace
BiosampleFromSubject : biosample_local_id
BiosampleFromSubject : subject_id_namespace
BiosampleFromSubject : subject_local_id
Slots
Name | Range | Cardinality | Description | Info |
---|---|---|---|---|
biosample_id_namespace | xsd:string | 1..1 | Identifier namespace for this biosample | . |
biosample_local_id | xsd:string | 1..1 | The ID of this biosample | . |
subject_id_namespace | xsd:string | 1..1 | Identifier namespace for this subject | . |
subject_local_id | xsd:string | 1..1 | The ID of this subject | . |
age_at_sampling | xsd:decimal | 0..1 | The age in years (with a fixed precision of two digits past the decimal point) of this subject when this biosample was taken | . |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/cfde
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['cfde_schema:BiosampleFromSubject'] |
native | ['cfde_schema:BiosampleFromSubject'] |
LinkML Specification
Direct
name: biosample_from_subject
description: Association between a biosample and its source subject
title: biosample_from_subject
from_schema: https://w3id.org/linkml/cfde
attributes:
biosample_id_namespace:
name: biosample_id_namespace
description: Identifier namespace for this biosample
from_schema: https://w3id.org/linkml/cfde
range: string
required: true
biosample_local_id:
name: biosample_local_id
description: The ID of this biosample
from_schema: https://w3id.org/linkml/cfde
range: string
required: true
subject_id_namespace:
name: subject_id_namespace
description: Identifier namespace for this subject
from_schema: https://w3id.org/linkml/cfde
range: string
required: true
subject_local_id:
name: subject_local_id
description: The ID of this subject
from_schema: https://w3id.org/linkml/cfde
range: string
required: true
age_at_sampling:
name: age_at_sampling
description: The age in years (with a fixed precision of two digits past the decimal
point) of this subject when this biosample was taken
from_schema: https://w3id.org/linkml/cfde
range: decimal
unique_keys:
biosample_from_subject_primary_key:
unique_key_name: biosample_from_subject_primary_key
unique_key_slots:
- '[''biosample_id_namespace'', ''biosample_local_id'', ''subject_id_namespace'',
''subject_local_id'']'
Induced
name: biosample_from_subject
description: Association between a biosample and its source subject
title: biosample_from_subject
from_schema: https://w3id.org/linkml/cfde
attributes:
biosample_id_namespace:
name: biosample_id_namespace
description: Identifier namespace for this biosample
from_schema: https://w3id.org/linkml/cfde
alias: biosample_id_namespace
owner: biosample_from_subject
range: string
required: true
biosample_local_id:
name: biosample_local_id
description: The ID of this biosample
from_schema: https://w3id.org/linkml/cfde
alias: biosample_local_id
owner: biosample_from_subject
range: string
required: true
subject_id_namespace:
name: subject_id_namespace
description: Identifier namespace for this subject
from_schema: https://w3id.org/linkml/cfde
alias: subject_id_namespace
owner: biosample_from_subject
range: string
required: true
subject_local_id:
name: subject_local_id
description: The ID of this subject
from_schema: https://w3id.org/linkml/cfde
alias: subject_local_id
owner: biosample_from_subject
range: string
required: true
age_at_sampling:
name: age_at_sampling
description: The age in years (with a fixed precision of two digits past the decimal
point) of this subject when this biosample was taken
from_schema: https://w3id.org/linkml/cfde
alias: age_at_sampling
owner: biosample_from_subject
range: decimal
unique_keys:
biosample_from_subject_primary_key:
unique_key_name: biosample_from_subject_primary_key
unique_key_slots:
- '[''biosample_id_namespace'', ''biosample_local_id'', ''subject_id_namespace'',
''subject_local_id'']'