ponto:Era leaf node


URI

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

Label

Era

Description

A (whole) number of sessions, which is the period that the validator set (and each validator's active nominator set) is recalculated and where rewards are paid out.

Superclasses (1)

Usage

Instances of ponto:Era 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:Era a owl:Class ;
    rdfs:label "Era" ;
    rdfs:comment "A (whole) number of sessions, which is the period that the validator set (and each validator's active nominator set) is recalculated and where rewards are paid out." ;
    rdfs:subClassOf ponto:Component .