http://www.mobr.ai/ontologies/ponto#TransferableBalance
Transferable tokens are fully available. These tokens are the ones that can be transferred, used to pay transaction fees, and become locked or reserved for other purposes.
Instances of ponto:TransferableBalance can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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:TransferableBalance a owl:Class ;
rdfs:label "Transferable Balance" ;
rdfs:comment "Transferable tokens are fully available. These tokens are the ones that can be transferred, used to pay transaction fees, and become locked or reserved for other purposes. " ;
rdfs:subClassOf ponto:Balance .