ponto:Governance


URI

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

Label

Governance

Description

The process of determining what changes to the network are permissible, such as modifications to code or movement of funds. The governance system in Polkadot is on-chain and revolves around stakeholder voting.

Superclasses (1)

Usage

Instances of ponto:Governance 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:Governance a owl:Class ;
    rdfs:label "Governance" ;
    rdfs:comment "The process of determining what changes to the network are permissible, such as modifications to code or movement of funds. The governance system in Polkadot is on-chain and revolves around stakeholder voting." ;
    rdfs:subClassOf ponto:Component .