ponto:Sealing leaf node


URI

http://www.mobr.ai/ontologies/ponto#Sealing

Label

Sealing

Description

The process of adding a block to the Relay Chain. Note that finalization is a separate process - blocks are finalized sometime after they are sealed.

Superclasses (1)

Usage

Instances of ponto:Sealing can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:Sealing a owl:Class ;
    rdfs:label "Sealing" ;
    rdfs:comment "The process of adding a block to the Relay Chain. Note that finalization is a separate process - blocks are finalized sometime after they are sealed." ;
    rdfs:subClassOf ponto:Component .