Skip to content

Class: ChemicalToGeneAssociation

An association between a chemical and a gene

URI: exposome_schema:ChemicalToGeneAssociation

classDiagram class ChemicalToGeneAssociation click ChemicalToGeneAssociation href "../ChemicalToGeneAssociation/" Association <|-- ChemicalToGeneAssociation click Association href "../Association/" ChemicalToGeneAssociation : category ChemicalToGeneAssociation : chemical ChemicalToGeneAssociation --> "0..1" ChemicalEntity : chemical click ChemicalEntity href "../ChemicalEntity/" ChemicalToGeneAssociation : description ChemicalToGeneAssociation : gene ChemicalToGeneAssociation --> "0..1" Gene : gene click Gene href "../Gene/" ChemicalToGeneAssociation : id ChemicalToGeneAssociation : interaction_type ChemicalToGeneAssociation : name ChemicalToGeneAssociation : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
chemical 0..1
ChemicalEntity
Chemical in association direct
gene 0..1
Gene
Gene in association direct
interaction_type 0..1
String
Type of interaction direct
id 1
Uriorcurie
A unique identifier for a thing NamedThing
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing
category *
String
A category or type for a thing NamedThing
xref *
Uriorcurie
External database cross-references NamedThing

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/diatomsRcool/exposome-schema

Mappings

Mapping Type Mapped Value
self exposome_schema:ChemicalToGeneAssociation
native exposome_schema:ChemicalToGeneAssociation

LinkML Source

Direct

name: ChemicalToGeneAssociation
description: An association between a chemical and a gene
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Association
slots:
- chemical
- gene
- interaction_type

Induced

name: ChemicalToGeneAssociation
description: An association between a chemical and a gene
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Association
attributes:
  chemical:
    name: chemical
    description: Chemical in association
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: chemical
    owner: ChemicalToGeneAssociation
    domain_of:
    - ChemicalToGeneAssociation
    range: ChemicalEntity
  gene:
    name: gene
    description: Gene in association
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: gene
    owner: ChemicalToGeneAssociation
    domain_of:
    - ChemicalToGeneAssociation
    - GeneToDiseaseAssociation
    range: Gene
  interaction_type:
    name: interaction_type
    description: Type of interaction
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: interaction_type
    owner: ChemicalToGeneAssociation
    domain_of:
    - ChemicalToGeneAssociation
    range: string
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: ChemicalToGeneAssociation
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: ChemicalToGeneAssociation
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: ChemicalToGeneAssociation
    domain_of:
    - NamedThing
    range: string
  category:
    name: category
    description: A category or type for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: category
    owner: ChemicalToGeneAssociation
    domain_of:
    - NamedThing
    range: string
    multivalued: true
  xref:
    name: xref
    description: External database cross-references
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: xref
    owner: ChemicalToGeneAssociation
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true