cardano:hasEpochSlot leaf node


URI

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

Label

has epoch slot

Description

The slot number within an epoch.

Usage

DOMAINPROPERTYRANGE
blockchain:Block cardano:hasEpochSlot xsd:integer

Implementation

@prefix blockchain: <http://www.mobr.ai/ontologies/blockchain#> .
@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:hasEpochSlot a owl:DatatypeProperty ;
    rdfs:label "has epoch slot"@en ;
    rdfs:comment "The slot number within an epoch."@en ;
    rdfs:domain blockchain:Block ;
    rdfs:range xsd:integer .