cardano:Epoch leaf node


URI

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

Label

Epoch

Description

A fixed period in the Cardano blockchain.

Usage

Instances of cardano:Epoch can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class cardano:Epoch
cardano:hasEndTime owl:DatatypeProperty The end time of an epoch. xsd:dateTime
cardano:hasEpochNumber owl:DatatypeProperty The sequential number of an epoch. xsd:integer
cardano:hasStartTime owl:DatatypeProperty The start time of an epoch. xsd:dateTime

Implementation

@prefix cardano: <http://www.mobr.ai/ontologies/cardano#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

cardano:Epoch a owl:Class ;
    rdfs:label "Epoch"@en ;
    rdfs:comment "A fixed period in the Cardano blockchain."@en .