ponto:Safety leaf node


URI

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

Label

Safety

Description

The property of a distributed system indicating that a particular state transition will not be reverted. GRANDPA provides deterministic safety. That is, for a state changed marked as 'safe' or 'final', one would require a hard fork to revert that change.

Usage

Instances of ponto:Safety 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:Safety a owl:Class ;
    rdfs:label "Safety" ;
    rdfs:comment "The property of a distributed system indicating that a particular state transition will not be reverted. GRANDPA provides deterministic safety. That is, for a state changed marked as 'safe' or 'final', one would require a hard fork to revert that change." ;
    rdfs:subClassOf owl:Thing .