ponto:GovernanceV1 leaf node


URI

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

Label

Governance

Description

Former Polkadot's governance system, which ensured the appropriate usage of treasury funds and enabled timely upgrades and fixes.

Usage

Instances of ponto:GovernanceV1 can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:GovernanceV1
ponto:hasGov1Component owl:ObjectProperty ponto:TechnicalCommittee ponto:AccountHolder ponto:Council ponto:VoteDelegation

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:GovernanceV1 a owl:Class ;
    rdfs:label "Governance" ;
    rdfs:comment "Former Polkadot's governance system, which ensured the appropriate usage of treasury funds and enabled timely upgrades and fixes." ;
    rdfs:subClassOf ponto:Governance .