http://www.mobr.ai/ontologies/ponto#OpenGov
Previously known as Governance v2 (Gov2) during early development, Polkadot OpenGov serves as the current governance protocol for both Kusama and Polkadot.
Instances of ponto:OpenGov can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class ponto:OpenGov | |||
ponto:hasOpenGovComponent | owl:ObjectProperty | ponto:MultiroleDelegation ponto:Origin ponto:WhitelistPallet ponto:Track ponto:Fellowship |
@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 .