http://www.mobr.ai/ontologies/ponto#Epoch
An epoch is a time duration in the BABE protocol that is broken into smaller time slots.
Instances of ponto:Epoch can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class ponto:Epoch | |||
ponto:hasTimeSlot | owl:ObjectProperty | xsd:EpochTimeSlot |
@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 .