http://www.mobr.ai/ontologies/ponto#VoteDelegation
Ability to delegate voting power to another voter in the system. This works with conviction voting, allowing users to lock up tokens in order to increase the level of voting power their delegates wield on their behalf.
Instances of ponto:VoteDelegation 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:VoteDelegation a owl:Class ;
rdfs:label "Vote Delegation" ;
rdfs:comment "Ability to delegate voting power to another voter in the system. This works with conviction voting, allowing users to lock up tokens in order to increase the level of voting power their delegates wield on their behalf." ;
rdfs:subClassOf owl:Thing .