ponto:Proposal leaf node


URI

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

Label

Proposal

Description

A potential function call to be voted on in a referendum. Proposals modify the behavior of the Polkadot network, from minor parameter tuning up to replacing the runtime code.

Usage

Instances of ponto:Proposal can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Proposal
ponto:tabling owl:ObjectProperty In Polkadot governance, bringing a proposal to a vote via referendum. Note that this is the British meaning of 'tabling', which is different from the US version, which means 'to postpone' a measure. ponto:Referendum

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:Proposal a owl:Class ;
    rdfs:label "Proposal" ;
    rdfs:comment "A potential function call to be voted on in a referendum. Proposals modify the behavior of the Polkadot network, from minor parameter tuning up to replacing the runtime code." ;
    rdfs:subClassOf owl:Thing .