ponto:StakePool leaf node


URI

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

Label

Stake Pool

Description

A group of stakeholders who combine their stakes to increase their chances of being selected as validators.

Superclasses (1)

Usage

Instances of ponto:StakePool can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:StakePool
ponto:hasStakeHolder owl:ObjectProperty Relates a stake pool to the stake holders that belong to it. ponto:StakeHolder

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:StakePool a owl:Class ;
    rdfs:label "Stake Pool" ;
    rdfs:comment "A group of stakeholders who combine their stakes to increase their chances of being selected as validators." ;
    rdfs:subClassOf ponto:Component .