ponto:OpenGov leaf node


URI

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

Label

OpenGov

Description

Previously known as Governance v2 (Gov2) during early development, Polkadot OpenGov serves as the current governance protocol for both Kusama and Polkadot.

Usage

Instances of ponto:OpenGov can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:OpenGov
ponto:hasOpenGovComponent owl:ObjectProperty ponto:MultiroleDelegation ponto:Origin ponto:WhitelistPallet ponto:Track ponto:Fellowship

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:OpenGov a owl:Class ;
    rdfs:label "OpenGov" ;
    rdfs:comment "Previously known as Governance v2 (Gov2) during early development, Polkadot OpenGov serves as the current governance protocol for both Kusama and Polkadot." ;
    rdfs:subClassOf ponto:Governance .