ponto:SlotLeader leaf node


URI

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

Label

Slot Leader

Description

Each time slot that compose an epoch has at least one slot leader who has the right to propose a block.

Superclasses (1)

Usage

Instances of ponto:SlotLeader 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:SlotLeader a owl:Class ;
    rdfs:label "Slot Leader" ;
    rdfs:comment "Each time slot that compose an epoch has at least one slot leader who has the right to propose a block." ;
    rdfs:subClassOf ponto:Component .