ponto:OnlineMessage leaf node


URI

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

Label

Online Message

Description

This is a message that is broadcast by a validator to verify to the network that the validator is online, even if they haven't published a block this epoch. This is sometimes referred to as 'ImOnline'.

Usage

Instances of ponto:OnlineMessage 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:OnlineMessage a owl:Class ;
    rdfs:label "Online Message" ;
    rdfs:comment "This is a message that is broadcast by a validator to verify to the network that the validator is online, even if they haven't published a block this epoch. This is sometimes referred to as 'ImOnline'." ;
    rdfs:subClassOf owl:Thing .