cardano:hasEpochNumber leaf node


URI

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

Label

has epoch number

Description

The sequential number of an epoch.

Usage

DOMAINPROPERTYRANGE
cardano:Epoch cardano:hasEpochNumber xsd:integer

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

cardano:hasEpochNumber a owl:DatatypeProperty ;
    rdfs:label "has epoch number"@en ;
    rdfs:comment "The sequential number of an epoch."@en ;
    rdfs:domain cardano:Epoch ;
    rdfs:range xsd:integer .