ponto:Finality leaf node


URI

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

Label

Finality

Description

The property of a block that cannot be reverted. Generally, created blocks are not final until some point in the future - perhaps never, in the case of 'probabilistic finality'. The Polkadot Relay Chain uses a deterministic finality gadget known as GRANDPA.

Usage

Instances of ponto:Finality 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:Finality a owl:Class ;
    rdfs:label "Finality" ;
    rdfs:comment "The property of a block that cannot be reverted. Generally, created blocks are not final until some point in the future - perhaps never, in the case of 'probabilistic finality'. The Polkadot Relay Chain uses a deterministic finality gadget known as GRANDPA." ;
    rdfs:subClassOf owl:Thing .