Skip to content

Class: Compound

List of (i) GlyTouCan terms or (ii) PubChem 'compound' terms (normalized chemical structures) referenced in this submission; (ii) will include all PubChem 'compound' terms associated with any PubChem 'substance' terms (specific formulations of chemical materials) directly referenced in this submission, in addition to any 'compound' terms directly referenced

URI: cfde_schema:Compound

classDiagram class Compound Compound : description Compound : id Compound : synonyms

Slots

Name Range Cardinality Description Info
id xsd:string 1..1 A GlyTouCan ID or a PubChem compound ID (CID) .
description xsd:string 0..1 A human-readable description of this compound .
synonyms xsd:string 0..* A list of synonyms for this compound .

Usages

used by used in type used
CollectionCompound Compound range compound
Substance Compound range compound

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: compound
description: List of (i) GlyTouCan terms or (ii) PubChem 'compound' terms (normalized
  chemical structures) referenced in this submission; (ii) will include all PubChem
  'compound' terms associated with any PubChem 'substance' terms (specific formulations
  of chemical materials) directly referenced in this submission, in addition to any
  'compound' terms directly referenced
title: compound
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: A GlyTouCan ID or a PubChem compound ID (CID)
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    range: string
    required: true
  description:
    name: description
    description: A human-readable description of this compound
    from_schema: https://w3id.org/linkml/cfde
    range: string
  synonyms:
    name: synonyms
    description: A list of synonyms for this compound
    from_schema: https://w3id.org/linkml/cfde
    multivalued: true
unique_keys:
  id_unique_key:
    unique_key_name: id_unique_key
    unique_key_slots:
    - id

Induced

name: compound
description: List of (i) GlyTouCan terms or (ii) PubChem 'compound' terms (normalized
  chemical structures) referenced in this submission; (ii) will include all PubChem
  'compound' terms associated with any PubChem 'substance' terms (specific formulations
  of chemical materials) directly referenced in this submission, in addition to any
  'compound' terms directly referenced
title: compound
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: A GlyTouCan ID or a PubChem compound ID (CID)
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    alias: id
    owner: compound
    range: string
    required: true
  description:
    name: description
    description: A human-readable description of this compound
    from_schema: https://w3id.org/linkml/cfde
    alias: description
    owner: compound
    range: string
  synonyms:
    name: synonyms
    description: A list of synonyms for this compound
    from_schema: https://w3id.org/linkml/cfde
    multivalued: true
    alias: synonyms
    owner: compound
    range: string
unique_keys:
  id_unique_key:
    unique_key_name: id_unique_key
    unique_key_slots:
    - id