http://www.mobr.ai/ontologies/ponto#Commission
Determines the rate of distribution for the remaining rewards set out for the nominators that are backing that validator.
Instances of ponto:Commission can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|
@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 .