ponto:VoteDelegation


URI

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

Label

Vote Delegation

Description

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.

Usage

Instances of ponto:VoteDelegation 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: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 .