ponto:GovernanceComponent


URI

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

Label

GovernanceComponent

Usage

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