ponto:DutyRoster leaf node


URI

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

Label

Duty Roster

Description

A lookup table that specifies the job that a particular validator is required to do (i.e. attest to the validity of a specific parachain). The duty roster routinely shuffles the validator set into different subsets per parachain.

Superclasses (1)

Usage

Instances of ponto:DutyRoster 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:DutyRoster a owl:Class ;
    rdfs:label "Duty Roster" ;
    rdfs:comment "A lookup table that specifies the job that a particular validator is required to do (i.e. attest to the validity of a specific parachain). The duty roster routinely shuffles the validator set into different subsets per parachain." ;
    rdfs:subClassOf ponto:Component .