http://www.mobr.ai/ontologies/ponto#ExternalQueue
The queue for proposals originating with the Polkadot Council which are waiting to become referenda. Compare the Community queue.
Instances of ponto:ExternalQueue can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|
@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:ExternalQueue a owl:Class ;
rdfs:label "External Queue" ;
rdfs:comment "The queue for proposals originating with the Polkadot Council which are waiting to become referenda. Compare the Community queue." ;
rdfs:subClassOf ponto:Component .