Class: charged (Charged)
Applies to entities that are charged, either positive or negative
URI: chemrof:Charged
classDiagram
class Charged
click Charged href "../Charged"
ChargeState <|-- Charged
click ChargeState href "../ChargeState"
Charged <|-- AnionState
click AnionState href "../AnionState"
Charged <|-- CationState
click CationState href "../CationState"
Charged <|-- PolyatomicIon
click PolyatomicIon href "../PolyatomicIon"
Charged <|-- MonoatomicIon
click MonoatomicIon href "../MonoatomicIon"
Charged : elemental_charge
Inheritance
- State
- ChargeState
- Charged
- ChargeState
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