ponto:Treasury leaf node


URI

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

Label

Treasury

Description

The Treasury is a pot of funds collected through a portion of block production rewards, transaction fees, slashing, and staking inefficiencies.

Superclasses (1)

Usage

Instances of ponto:Treasury can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

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:Treasury a owl:Class ;
    rdfs:label "Treasury" ;
    rdfs:comment "The Treasury is a pot of funds collected through a portion of block production rewards, transaction fees, slashing, and staking inefficiencies." ;
    rdfs:subClassOf ponto:Component .