Skip to content

Class: chemical salt by cation (ChemicalSaltByCation)

A grouping class for a chemical salt named by cation

URI: chemrof:ChemicalSaltByCation

 classDiagram
    class ChemicalSaltByCation
      ChemicalSaltGroupingClass <|-- ChemicalSaltByCation

      ChemicalSaltByCation : has_anionic_component

      ChemicalSaltByCation : has_cationic_component

      ChemicalSaltByCation : id

      ChemicalSaltByCation : name

      ChemicalSaltByCation : owl_subclass_of

          ChemicalSaltByCation --> OwlClass : owl_subclass_of

      ChemicalSaltByCation : subtype_of

          ChemicalSaltByCation --> MoleculeGroupingClass : subtype_of

Inheritance

Slots

Name Cardinality and Range Description Inheritance
has_cationic_component 0..1
String
direct
has_anionic_component 0..1
String
ChemicalSaltGroupingClass
id 1..1
String
ChemicalGroupingClass, GroupingClass
owl_subclass_of 0..1
OwlClass
Holds between C and P if C owl:subClassOf P OwlClass
name 0..1
String
name of chemical entity GroupingClass
subtype_of 0..*
MoleculeGroupingClass
grouping classes can be arranged in hierarchies arbitrarily deep GroupingClass

Examples

Value
sodium salt

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ChemicalSaltByCation
description: A grouping class for a chemical salt named by cation
title: chemical salt by cation
examples:
- value: sodium salt
from_schema: https://w3id.org/chemrof
is_a: ChemicalSaltGroupingClass
slots:
- has_cationic_component
slot_usage:
  name:
    name: name
    string_serialization: '{has cationic component} salt'
    domain_of:
    - DomainEntity
    - GroupingClass
    - Atom
    - AtomOccurrence
defining_slots:
- has_cationic_component

Induced

name: ChemicalSaltByCation
description: A grouping class for a chemical salt named by cation
title: chemical salt by cation
examples:
- value: sodium salt
from_schema: https://w3id.org/chemrof
is_a: ChemicalSaltGroupingClass
slot_usage:
  name:
    name: name
    string_serialization: '{has cationic component} salt'
    domain_of:
    - DomainEntity
    - GroupingClass
    - Atom
    - AtomOccurrence
attributes:
  has_cationic_component:
    name: has_cationic_component
    title: has cationic component
    from_schema: https://w3id.org/chemrof
    rank: 1000
    is_a: has_ionic_component
    alias: has_cationic_component
    owner: ChemicalSaltByCation
    domain_of:
    - ChemicalSaltGroupingClass
    - ChemicalSaltByCation
    range: string
  has_anionic_component:
    name: has_anionic_component
    title: has anionic component
    from_schema: https://w3id.org/chemrof
    rank: 1000
    is_a: has_ionic_component
    alias: has_anionic_component
    owner: ChemicalSaltByCation
    domain_of:
    - ChemicalSaltGroupingClass
    - ChemicalSaltByAnion
    range: string
  id:
    name: id
    title: id
    from_schema: https://w3id.org/chemrof
    mappings:
    - schema:identifier
    rank: 1000
    is_a: information_property
    identifier: true
    alias: id
    owner: ChemicalSaltByCation
    domain_of:
    - DomainEntity
    - GroupingClass
    - ChemicalGroupingClass
    range: string
    required: true
  owl_subclass_of:
    name: owl_subclass_of
    description: 'Holds between C and P if C owl:subClassOf P. Note that in this model,
      most classes are metaclasses (see ''owl class''), where these metaclasses may
      represent *groupings* or specific countable elements or species. We provide
      two different sub-properties of subclass of for two cases: (1) subtype_of, which
      connects grouping classes (e.g. alkane is_a hydrocarbon; alpha-amino-acid is_a
      amino-acid), (2) classified_by, which connects a specific element to a grouping
      class (e.g. methane is_a hydrocarbon; iron is_a metal; serine is_a amino-acid)'
    title: owl subclass of
    from_schema: https://w3id.org/chemrof
    aliases:
    - is a
    exact_mappings:
    - rdfs:subClassOf
    narrow_mappings:
    - bo:family
    rank: 1000
    is_a: classification_relationship
    mixin: true
    domain: OwlClass
    alias: owl_subclass_of
    owner: ChemicalSaltByCation
    domain_of:
    - OwlClass
    range: OwlClass
  name:
    name: name
    description: name of chemical entity. E.g. nickel, carbon-16
    title: name
    from_schema: https://w3id.org/chemrof
    rank: 1000
    is_a: information_property
    string_serialization: '{has cationic component} salt'
    slot_uri: rdfs:label
    alias: name
    owner: ChemicalSaltByCation
    domain_of:
    - DomainEntity
    - GroupingClass
    - Atom
    - AtomOccurrence
    range: string
  subtype_of:
    name: subtype_of
    description: grouping classes can be arranged in hierarchies arbitrarily deep.
      Note that subtype_of should only connect two grouping classes
    title: subtype of
    from_schema: https://w3id.org/chemrof
    rank: 1000
    is_a: chemical_to_chemical_relationship
    domain: OwlClass
    multivalued: true
    alias: subtype_of
    owner: ChemicalSaltByCation
    domain_of:
    - GroupingClass
    range: MoleculeGroupingClass
    required: false
defining_slots:
- has_cationic_component