Skip to content

Class: BiosampleSubstance

Association between a C2M2 biosample and a PubChem substance experimentally associated with that biosample

URI: cfde_schema:BiosampleSubstance

classDiagram class BiosampleSubstance BiosampleSubstance : biosample_id_namespace BiosampleSubstance : biosample_local_id BiosampleSubstance : substance

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 .
substance Substance 1..1 A PubChem substance ID (SID) describing this substance .

Usages

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/cfde

Mappings

Mapping Type Mapped Value
self ['cfde_schema:BiosampleSubstance']
native ['cfde_schema:BiosampleSubstance']

LinkML Specification

Direct

name: biosample_substance
description: Association between a C2M2 biosample and a PubChem substance experimentally
  associated with that biosample
title: biosample_substance
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
  substance:
    name: substance
    description: A PubChem substance ID (SID) describing this substance
    from_schema: https://w3id.org/linkml/cfde
    range: substance
    required: true
unique_keys:
  biosample_substance_primary_key:
    unique_key_name: biosample_substance_primary_key
    unique_key_slots:
    - '[''biosample_id_namespace'', ''biosample_local_id'', ''substance'']'

Induced

name: biosample_substance
description: Association between a C2M2 biosample and a PubChem substance experimentally
  associated with that biosample
title: biosample_substance
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_substance
    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_substance
    range: string
    required: true
  substance:
    name: substance
    description: A PubChem substance ID (SID) describing this substance
    from_schema: https://w3id.org/linkml/cfde
    alias: substance
    owner: biosample_substance
    range: substance
    required: true
unique_keys:
  biosample_substance_primary_key:
    unique_key_name: biosample_substance_primary_key
    unique_key_slots:
    - '[''biosample_id_namespace'', ''biosample_local_id'', ''substance'']'