ponto:RefCounter leaf node


URI

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

Label

RefCounter

Usage

Instances of ponto:RefCounter can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:RefCounter
ponto:hasRefCountValue owl:DatatypeProperty xsd:integer

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 .