ponto:TransferableBalance leaf node


URI

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

Label

Transferable Balance

Description

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.

Superclasses (2)

Usage

Instances of ponto:TransferableBalance can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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: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 .