Skip to content

Class: Surfaces

Surface property

URI: catcore:Surfaces

classDiagram class Surfaces click Surfaces href "../Surfaces/" CalculatedProperty <|-- Surfaces click CalculatedProperty href "../CalculatedProperty/" Surfaces : identifier Surfaces : miller_indices Surfaces : slab_thickness Surfaces : surface_energy Surfaces : surface_termination_method Surfaces : vacuum_spacing

Inheritance

Slots

Name Cardinality and Range Description Inheritance
surface_energy *
Float
Surface energy direct
miller_indices *
String
Miller indices of surface direct
slab_thickness *
Float
Slab thickness direct
vacuum_spacing *
Float
Vacuum spacing direct
surface_termination_method *
String
Surface termination method direct
identifier 0..1
String
Unique identifier for the entity CatCoreEntity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/nfdi4cat/catcore

Mappings

Mapping Type Mapped Value
self catcore:Surfaces
native catcore:Surfaces

LinkML Source

Direct

name: Surfaces
description: Surface property
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CalculatedProperty
slots:
- surface_energy
- miller_indices
- slab_thickness
- vacuum_spacing
- surface_termination_method
class_uri: catcore:Surfaces

Induced

name: Surfaces
description: Surface property
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CalculatedProperty
attributes:
  surface_energy:
    name: surface_energy
    description: Surface energy
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:surface_energy
    alias: surface_energy
    owner: Surfaces
    domain_of:
    - Surfaces
    range: float
    multivalued: true
    unit:
      ucum_code: J/m2
  miller_indices:
    name: miller_indices
    description: Miller indices of surface
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:miller_indices
    alias: miller_indices
    owner: Surfaces
    domain_of:
    - Surfaces
    range: string
    multivalued: true
  slab_thickness:
    name: slab_thickness
    description: Slab thickness
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:slab_thickness
    alias: slab_thickness
    owner: Surfaces
    domain_of:
    - Surfaces
    range: float
    multivalued: true
    unit:
      ucum_code: angstrom
  vacuum_spacing:
    name: vacuum_spacing
    description: Vacuum spacing
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:vacuum_spacing
    alias: vacuum_spacing
    owner: Surfaces
    domain_of:
    - Surfaces
    range: float
    multivalued: true
    unit:
      ucum_code: angstrom
  surface_termination_method:
    name: surface_termination_method
    description: Surface termination method
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:surface_termination_method
    alias: surface_termination_method
    owner: Surfaces
    domain_of:
    - Surfaces
    range: string
    multivalued: true
  identifier:
    name: identifier
    description: Unique identifier for the entity
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:identifier
    alias: identifier
    owner: Surfaces
    domain_of:
    - CatCoreEntity
    range: string
class_uri: catcore:Surfaces