Skip to content

Class: uncharged (Uncharged)

Applies to entities that are uncharged, i.e. have an elemental charge of zero

URI: chemrof:Uncharged

 classDiagram
    class Uncharged
      ChargeState <|-- Uncharged


      Uncharged <|-- NetUnchargedMolecule
      Uncharged <|-- UnchargedAtom


      Uncharged : 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
NetUnchargedMolecule A molecule that has no net charge
UnchargedAtom An atom type that has no charge

Aliases

  • neutral charge

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self chemrof:Uncharged
native chemrof:Uncharged
undefined CHEMINF:000401

LinkML Source

Direct

name: Uncharged
description: Applies to entities that are uncharged, i.e. have an elemental charge
  of zero
title: uncharged
from_schema: https://w3id.org/chemrof
aliases:
- neutral charge
mappings:
- CHEMINF:000401
is_a: ChargeState
mixin: true
slot_usage:
  elemental_charge:
    name: elemental_charge
    domain_of:
    - ChargeState
    - AtomIonicForm
    - FullySpecifiedAtom
    minimum_value: 0
    maximum_value: 0
    equals_expression: '0'

Induced

name: Uncharged
description: Applies to entities that are uncharged, i.e. have an elemental charge
  of zero
title: uncharged
from_schema: https://w3id.org/chemrof
aliases:
- neutral charge
mappings:
- CHEMINF:000401
is_a: ChargeState
mixin: true
slot_usage:
  elemental_charge:
    name: elemental_charge
    domain_of:
    - ChargeState
    - AtomIonicForm
    - FullySpecifiedAtom
    minimum_value: 0
    maximum_value: 0
    equals_expression: '0'
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: Uncharged
    domain_of:
    - ChargeState
    - AtomIonicForm
    - FullySpecifiedAtom
    range: integer
    minimum_value: 0
    maximum_value: 0
    equals_expression: '0'