ponto:StakingLockType leaf node


URI

http://www.mobr.ai/ontologies/ponto#StakingLockType

Label

Staking Lock Type

Description

Probably the most common lock type. It applies when tokens are staked to nominate or validate. They can be bonded or unbonding.

Superclasses (2)

Usage

Instances of ponto:StakingLockType can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@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:StakingLockType a owl:Class ;
    rdfs:label "Staking Lock Type" ;
    rdfs:comment "Probably the most common lock type. It applies when tokens are staked to nominate or validate. They can be bonded or unbonding." ;
    rdfs:subClassOf ponto:LockType .