ponto:ReservationReason leaf node


URI

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

Label

Reservation Reason

Description

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.

Superclasses (1)

Usage

Instances of ponto:ReservationReason can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:ReservationReason
ponto:hasReasonDescription owl:DatatypeProperty xsd:string

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