Skip to content

Class: physicochemical entity (PhysicochemicalEntity)

A discrete chemical structure, material structure, or subatomic particle type

  • NOTE: this is an abstract class and should not be instantiated directly

URI: chemrof:PhysicochemicalEntity

 classDiagram
    class PhysicochemicalEntity
    click PhysicochemicalEntity href "../PhysicochemicalEntity"
      DomainEntity <|-- PhysicochemicalEntity
        click DomainEntity href "../DomainEntity"


      PhysicochemicalEntity <|-- ChemicalEntity
        click ChemicalEntity href "../ChemicalEntity"
      PhysicochemicalEntity <|-- SubatomicParticle
        click SubatomicParticle href "../SubatomicParticle"
      PhysicochemicalEntity <|-- Material
        click Material href "../Material"


      PhysicochemicalEntity : id

      PhysicochemicalEntity : name

      PhysicochemicalEntity : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
String
DomainEntity
name 0..1
String
name of chemical entity DomainEntity
type 0..1
Uriorcurie
DomainEntity

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: PhysicochemicalEntity
description: A discrete chemical structure, material structure, or subatomic particle
  type
title: physicochemical entity
from_schema: https://w3id.org/chemrof
is_a: DomainEntity
abstract: true

Induced

name: PhysicochemicalEntity
description: A discrete chemical structure, material structure, or subatomic particle
  type
title: physicochemical entity
from_schema: https://w3id.org/chemrof
is_a: DomainEntity
abstract: true
attributes:
  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: PhysicochemicalEntity
    domain_of:
    - DomainEntity
    - GroupingClass
    - ChemicalGroupingClass
    range: string
    required: true
  name:
    name: name
    description: name of chemical entity. E.g. nickel, carbon-16
    title: name
    from_schema: https://w3id.org/chemrof
    close_mappings:
    - bo:symbol
    rank: 1000
    is_a: information_property
    slot_uri: rdfs:label
    alias: name
    owner: PhysicochemicalEntity
    domain_of:
    - DomainEntity
    - GroupingClass
    - Atom
    - AtomOccurrence
    range: string
  type:
    name: type
    title: type
    from_schema: https://w3id.org/chemrof
    rank: 1000
    designates_type: true
    alias: type
    owner: PhysicochemicalEntity
    domain_of:
    - DomainEntity
    range: uriorcurie