http://www.mobr.ai/ontologies/ponto#LockedBalance
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.
Instances of ponto:LockedBalance can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class ponto:LockedBalance | |||
ponto:hasLockType | owl:ObjectProperty | ponto:LockType | |
From class ponto:Balance | |||
ponto:hasBalanceValue | owl:DatatypeProperty | xsd:decimal |
@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 .