ponto:OnchainGovernance leaf node


URI

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

Label

On-chain Governance

Description

A governance system of a blockchain that is controlled by mechanisms on the blockchain. On-chain governance allows decisions to be made transparently. Note that there are a variety of different algorithms for making these decisions, such as simple majority voting, adaptive quorum biasing, or identity-based quadratic voting.

Superclasses (1)

Usage

Instances of ponto:OnchainGovernance 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:OnchainGovernance a owl:Class ;
    rdfs:label "On-chain Governance" ;
    rdfs:comment "A governance system of a blockchain that is controlled by mechanisms on the blockchain. On-chain governance allows decisions to be made transparently. Note that there are a variety of different algorithms for making these decisions, such as simple majority voting, adaptive quorum biasing, or identity-based quadratic voting." ;
    rdfs:subClassOf ponto:Component .