ponto:LockedBalance leaf node


URI

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

Label

Locked Balance

Description

When tokens are used to serve their utility purpose on the chain, they are locked. The account holder still controls locked tokens. They cannot be transferred, but they can be used for multiple operations at the same time. For example, the same locked tokens can be used to nominate validators and vote in democracy.

Superclasses (2)

Usage

Instances of ponto:LockedBalance can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:LockedBalance
ponto:hasLockType owl:ObjectProperty ponto:LockType
From class ponto:Balance
ponto:hasBalanceValue owl:DatatypeProperty xsd:decimal

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:LockedBalance a owl:Class ;
    rdfs:label "Locked Balance" ;
    rdfs:comment "When tokens are used to serve their utility purpose on the chain, they are locked. The account holder still controls locked tokens. They cannot be transferred, but they can be used for multiple operations at the same time. For example, the same locked tokens can be used to nominate validators and vote in democracy." ;
    rdfs:subClassOf ponto:Balance .