http://www.mobr.ai/ontologies/ponto#OnlineMessage
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'.
Instances of ponto:OnlineMessage can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|
@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 .