ponto:Epoch leaf node


URI

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

Label

Epoch

Description

An epoch is a time duration in the BABE protocol that is broken into smaller time slots.

Superclasses (1)

Usage

Instances of ponto:Epoch can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Epoch
ponto:hasTimeSlot owl:ObjectProperty xsd:EpochTimeSlot

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:Epoch a owl:Class ;
    rdfs:label "Epoch" ;
    rdfs:comment "An epoch is a time duration in the BABE protocol that is broken into smaller time slots." ;
    rdfs:subClassOf ponto:Component .