ponto:Babe leaf node


URI

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

Label

BABE

Description

Blind Assignment for Blockchain Extension (BABE) is the Polkadot's block production mechanism.

Superclasses (1)

Usage

Instances of ponto:Babe 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:Babe a owl:Class ;
    rdfs:label "BABE" ;
    rdfs:comment "Blind Assignment for Blockchain Extension (BABE) is the Polkadot's block production mechanism." ;
    rdfs:subClassOf ponto:Component .