ponto:Equivocation leaf node


URI

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

Label

Equivocation

Description

Providing conflicting information to the network. BABE equivocation entails creating multiple blocks in the same slot. GRANDPA equivocation would consist of signing multiple conflicting chains.

Usage

Instances of ponto:Equivocation 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:Equivocation a owl:Class ;
    rdfs:label "Equivocation" ;
    rdfs:comment "Providing conflicting information to the network. BABE equivocation entails creating multiple blocks in the same slot. GRANDPA equivocation would consist of signing multiple conflicting chains." ;
    rdfs:subClassOf owl:Thing .