http://www.mobr.ai/ontologies/ponto#ReservationReason
Certain actions require reserving transferable tokens to use space in the chain state. These tokens act as a deposit that is set aside for an operation and still belongs to the account holder but cannot be used for other operations. The tokens are reserved for as long as the reason exists. Once the reason is removed, the balance becomes transferable once again.
Instances of ponto:ReservationReason can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class ponto:ReservationReason | |||
ponto:hasReasonDescription | owl:DatatypeProperty | xsd:string |
@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:ReservationReason a owl:Class ;
rdfs:label "Reservation Reason" ;
rdfs:comment "Certain actions require reserving transferable tokens to use space in the chain state. These tokens act as a deposit that is set aside for an operation and still belongs to the account holder but cannot be used for other operations. The tokens are reserved for as long as the reason exists. Once the reason is removed, the balance becomes transferable once again." ;
rdfs:subClassOf ponto:Component .