Skip to content

Class: anion state (AnionState)

This mixin is applied on an entity (atom or molecule) that is negatively charged

URI: chemrof:AnionState

 classDiagram
    class AnionState
      Charged <|-- AnionState


      AnionState <|-- MolecularAnion
      AnionState <|-- AtomAnion


      AnionState : elemental_charge

Inheritance

Slots

Name Cardinality and Range Description Inheritance
elemental_charge 0..1
Integer
number of protons minus number of electrons ChargeState

Mixin Usage

mixed into description
MolecularAnion A polyatomic ion that is negative
AtomAnion A monoatomic ion that is negative

Aliases

  • negatively charged state

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/chemrof

Mappings

Mapping Type Mapped Value
self chemrof:AnionState
native chemrof:AnionState
undefined CHEMINF:000403

LinkML Source

Direct

name: AnionState
description: This mixin is applied on an entity (atom or molecule) that is negatively
  charged
title: anion state
from_schema: https://w3id.org/chemrof
aliases:
- negatively charged state
mappings:
- CHEMINF:000403
is_a: Charged
mixin: true
slot_usage:
  elemental_charge:
    name: elemental_charge
    domain_of:
    - ChargeState
    - AtomIonicForm
    - FullySpecifiedAtom
    maximum_value: -1

Induced

name: AnionState
description: This mixin is applied on an entity (atom or molecule) that is negatively
  charged
title: anion state
from_schema: https://w3id.org/chemrof
aliases:
- negatively charged state
mappings:
- CHEMINF:000403
is_a: Charged
mixin: true
slot_usage:
  elemental_charge:
    name: elemental_charge
    domain_of:
    - ChargeState
    - AtomIonicForm
    - FullySpecifiedAtom
    maximum_value: -1
attributes:
  elemental_charge:
    name: elemental_charge
    description: number of protons minus number of electrons
    title: elemental charge
    from_schema: https://w3id.org/chemrof
    rank: 1000
    is_a: property_of_atom
    domain: ChemicalEntity
    alias: elemental_charge
    owner: AnionState
    domain_of:
    - ChargeState
    - AtomIonicForm
    - FullySpecifiedAtom
    range: integer
    maximum_value: -1