ponto:Stake leaf node


URI

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

Label

Stake

Description

A measure of the amount of tokens held by an account, used to determine the account's influence in the consensus and governance mechanisms.

Superclasses (1)

Usage

Instances of ponto:Stake 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:Stake a owl:Class ;
    rdfs:label "Stake" ;
    rdfs:comment "A measure of the amount of tokens held by an account, used to determine the account's influence in the consensus and governance mechanisms." ;
    rdfs:subClassOf ponto:Component .