Skip to content

Class: charged (Charged)

Applies to entities that are charged, either positive or negative

URI: chemrof:Charged

 classDiagram
    class Charged
      ChargeState <|-- Charged


      Charged <|-- AnionState
      Charged <|-- CationState
      Charged <|-- PolyatomicIon
      Charged <|-- MonoatomicIon


      Charged : 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
PolyatomicIon A molecule that has a net charge
MonoatomicIon An atom type that has a charge

Aliases

  • ion
  • ionic state

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self chemrof:Charged
native chemrof:Charged

LinkML Source

Direct

name: Charged
description: Applies to entities that are charged, either positive or negative
title: charged
from_schema: https://w3id.org/chemrof
aliases:
- ion
- ionic state
is_a: ChargeState
mixin: true
union_of:
- AnionState
- CationState

Induced

name: Charged
description: Applies to entities that are charged, either positive or negative
title: charged
from_schema: https://w3id.org/chemrof
aliases:
- ion
- ionic state
is_a: ChargeState
mixin: true
attributes:
  elemental_charge:
    name: elemental_charge
    description: number of protons minus number of electrons
    title: elemental charge
    from_schema: https://w3id.org/chemrof
    mappings:
    - CHEMINF:000120
    rank: 1000
    is_a: property_of_atom
    domain: ChemicalEntity
    alias: elemental_charge
    owner: Charged
    domain_of:
    - ChargeState
    - AtomIonicForm
    - FullySpecifiedAtom
    range: integer
union_of:
- AnionState
- CationState