cardano:ProtocolEra leaf node


URI

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

Label

Protocol Era

Description

A major upgrade phase in Cardano's protocol evolution, each introducing new features and capabilities. Examples include Byron (legacy), Shelley (decentralization), Allegra (token locking), Mary (multi-asset), Alonzo (smart contracts), Babbage (Plutus V2), and Conway (governance)

Usage

Instances of cardano:ProtocolEra can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class cardano:ProtocolEra
cardano:hasMaxBlockSize owl:DatatypeProperty Maximum allowed block size in an era 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#> .

cardano:ProtocolEra a owl:Class ;
    rdfs:label "Protocol Era"@en ;
    rdfs:comment "A major upgrade phase in Cardano's protocol evolution, each introducing new features and capabilities. Examples include Byron (legacy), Shelley (decentralization), Allegra (token locking), Mary (multi-asset), Alonzo (smart contracts), Babbage (Plutus V2), and Conway (governance)"@en .