ponto:ReGenesis leaf node


URI

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

Label

Re-Genesis

Description

Re-Genesis is the process of exporting the current chain state, and creating a new chain that builds on it. Re-Genesis will involve stop-the-world migration, which results in a period of time when no actual blocks are added to the blockchain. In a way, re-genesis can be viewed as a hard fork process. A formal design of Re-Genesis on Substrate is still under development - Re-Genesis Rationale and Design.

Usage

Instances of ponto:ReGenesis can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:DistributedLedger
ponto:hasNetType rdf:Property xsd:string
ponto:hasPR owl:ObjectProperty ponto:PullRequest
ponto:tests owl:ObjectProperty ponto:DistributedLedger

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:ReGenesis a owl:Class ;
    rdfs:label "Re-Genesis" ;
    rdfs:comment "Re-Genesis is the process of exporting the current chain state, and creating a new chain that builds on it. Re-Genesis will involve stop-the-world migration, which results in a period of time when no actual blocks are added to the blockchain. In a way, re-genesis can be viewed as a hard fork process. A formal design of Re-Genesis on Substrate is still under development - Re-Genesis Rationale and Design." ;
    rdfs:subClassOf ponto:HardFork .