ponto:Slashing leaf node


URI

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

Label

Slashing

Description

The removal of a percentage of an account's DOT as a punishment for a validator acting maliciously or incompetently (e.g., equivocating or remaining offline for an extended period).

Usage

Instances of ponto:Slashing 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:Slashing a owl:Class ;
    rdfs:label "Slashing" ;
    rdfs:comment "The removal of a percentage of an account's DOT as a punishment for a validator acting maliciously or incompetently (e.g., equivocating or remaining offline for an extended period)." ;
    rdfs:subClassOf owl:Thing .