ponto:Commission leaf node


URI

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

Label

Commission

Description

Determines the rate of distribution for the remaining rewards set out for the nominators that are backing that validator.

Superclasses (1)

Usage

Instances of ponto:Commission 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:Commission a owl:Class ;
    rdfs:label "Commission" ;
    rdfs:comment "Determines the rate of distribution for the remaining rewards set out for the nominators that are backing that validator." ;
    rdfs:subClassOf ponto:Component .