Skip to content

Class: CVD

_Chemical Vapor Deposition (CVD) is a process used to produce thin films and coatings by depositing material onto a substrate through chemical reactions of vapor-phase precursors. _

URI: hzb_metadata_schema:CVD

classDiagram class CVD click CVD href "../CVD" SynthesisProcess <|-- CVD click SynthesisProcess href "../SynthesisProcess" CVD <|-- CVDNanofab click CVDNanofab href "../CVDNanofab" CVD <|-- CVDPc1 click CVDPc1 href "../CVDPc1" CVD <|-- CVDPc2 click CVDPc2 href "../CVDPc2" CVD : id CVD : iri CVD : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
A human-readable name for a thing Entity, NamedEntity
id 1
Uriorcurie
A unique identifier for a thing Entity
iri 0..1
String
Internationalized Resource Identifier Entity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema

Mappings

Mapping Type Mapped Value
self hzb_metadata_schema:CVD
native hzb_metadata_schema:CVD

LinkML Source

Direct

name: CVD
description: 'Chemical Vapor Deposition (CVD) is a process used to produce thin films
  and coatings by depositing  material onto a substrate through chemical reactions
  of vapor-phase precursors. '
from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
is_a: SynthesisProcess

Induced

name: CVD
description: 'Chemical Vapor Deposition (CVD) is a process used to produce thin films
  and coatings by depositing  material onto a substrate through chemical reactions
  of vapor-phase precursors. '
from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
is_a: SynthesisProcess
attributes:
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: CVD
    domain_of:
    - Entity
    - NamedEntity
    range: string
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: CVD
    domain_of:
    - Entity
    range: uriorcurie
    required: true
  iri:
    name: iri
    description: Internationalized Resource Identifier
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    alias: iri
    owner: CVD
    domain_of:
    - Entity
    range: string