ponto:tabling leaf node


URI

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

Label

Tabling

Description

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.

Usage

DOMAINPROPERTYRANGE
ponto:Proposal ponto:tabling 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:tabling a owl:ObjectProperty ;
    rdfs:label "Tabling" ;
    rdfs:comment "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." ;
    rdfs:domain ponto:Proposal ;
    rdfs:range ponto:Referendum .