Skip to content

Class: SubjectSubstance

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

URI: cfde_schema:SubjectSubstance

classDiagram class SubjectSubstance SubjectSubstance : subject_id_namespace SubjectSubstance : subject_local_id SubjectSubstance : substance

Slots

Name Range Cardinality Description Info
subject_id_namespace xsd:string 1..1 Identifier namespace for this subject .
subject_local_id xsd:string 1..1 The ID of this subject .
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:SubjectSubstance']
native ['cfde_schema:SubjectSubstance']

LinkML Specification

Direct

name: subject_substance
description: Association between a C2M2 subject and a PubChem substance experimentally
  associated with that subject
title: subject_substance
from_schema: https://w3id.org/linkml/cfde
attributes:
  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
  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:
  subject_substance_primary_key:
    unique_key_name: subject_substance_primary_key
    unique_key_slots:
    - '[''subject_id_namespace'', ''subject_local_id'', ''substance'']'

Induced

name: subject_substance
description: Association between a C2M2 subject and a PubChem substance experimentally
  associated with that subject
title: subject_substance
from_schema: https://w3id.org/linkml/cfde
attributes:
  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: subject_substance
    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: subject_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: subject_substance
    range: substance
    required: true
unique_keys:
  subject_substance_primary_key:
    unique_key_name: subject_substance_primary_key
    unique_key_slots:
    - '[''subject_id_namespace'', ''subject_local_id'', ''substance'']'