Skip to content

Class: Substance

List of PubChem 'substance' terms (specific formulations of chemical materials) directly referenced in this C2M2 submission

URI: cfde_schema:Substance

classDiagram class Substance Substance : compound Substance : description Substance : id Substance : synonyms

Slots

Name Range Cardinality Description Info
id xsd:string 1..1 A PubChem substance ID (SID) .
description xsd:string 0..1 A human-readable description of this PubChem SID .
synonyms xsd:string 0..* A list of synonyms for this PubChem SID .
compound Compound 1..1 The (unique) PubChem compound ID (CID) associated with this PubChem SID .

Usages

used by used in type used
CollectionSubstance Substance range substance
BiosampleSubstance Substance range substance
SubjectSubstance Substance range substance

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: substance
description: List of PubChem 'substance' terms (specific formulations of chemical
  materials) directly referenced in this C2M2 submission
title: substance
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: A PubChem substance ID (SID)
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    range: string
    required: true
  description:
    name: description
    description: A human-readable description of this PubChem SID
    from_schema: https://w3id.org/linkml/cfde
    range: string
  synonyms:
    name: synonyms
    description: A list of synonyms for this PubChem SID
    from_schema: https://w3id.org/linkml/cfde
    multivalued: true
  compound:
    name: compound
    description: The (unique) PubChem compound ID (CID) associated with this PubChem
      SID
    from_schema: https://w3id.org/linkml/cfde
    range: compound
    required: true
unique_keys:
  id_unique_key:
    unique_key_name: id_unique_key
    unique_key_slots:
    - id

Induced

name: substance
description: List of PubChem 'substance' terms (specific formulations of chemical
  materials) directly referenced in this C2M2 submission
title: substance
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: A PubChem substance ID (SID)
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    alias: id
    owner: substance
    range: string
    required: true
  description:
    name: description
    description: A human-readable description of this PubChem SID
    from_schema: https://w3id.org/linkml/cfde
    alias: description
    owner: substance
    range: string
  synonyms:
    name: synonyms
    description: A list of synonyms for this PubChem SID
    from_schema: https://w3id.org/linkml/cfde
    multivalued: true
    alias: synonyms
    owner: substance
    range: string
  compound:
    name: compound
    description: The (unique) PubChem compound ID (CID) associated with this PubChem
      SID
    from_schema: https://w3id.org/linkml/cfde
    alias: compound
    owner: substance
    range: compound
    required: true
unique_keys:
  id_unique_key:
    unique_key_name: id_unique_key
    unique_key_slots:
    - id