ponto:Referendum


URI

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

Label

Referendum

Description

A vote on whether or not a proposal should be accepted by the network. Referenda may be initiated by the Governance Council (gov1) or by the public (OpenGov), by a member of the public, or as the result of a previous proposal. Stakeholders vote on referenda, weighted by both the size of their stake (i.e. number of DOT held) and the amount of time they are willing to lock their tokens.

Usage

Instances of ponto:Referendum can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Referendum
ponto:currentReferendumPeriod rdf:Property xsd:string
ponto:hasReferendumBeneficiary owl:ObjectProperty ponto:Beneficiary
ponto:hasReferendumTrack owl:ObjectProperty ponto:Track
ponto:hasVote owl:ObjectProperty ponto:Vote

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:Referendum a owl:Class ;
    rdfs:label "Referendum" ;
    rdfs:comment "A vote on whether or not a proposal should be accepted by the network. Referenda may be initiated by the Governance Council (gov1) or by the public (OpenGov), by a member of the public, or as the result of a previous proposal. Stakeholders vote on referenda, weighted by both the size of their stake (i.e. number of DOT held) and the amount of time they are willing to lock their tokens." ;
    rdfs:subClassOf owl:Thing .