ponto:CommunityQueue leaf node


URI

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

Label

Community Queue

Description

The queue for proposals originating from individual accounts (i.e. not the Council) which are waiting to become referenda. Compare the External queue.

Superclasses (1)

Usage

Instances of ponto:CommunityQueue can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

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:CommunityQueue a owl:Class ;
    rdfs:label "Community Queue" ;
    rdfs:comment "The queue for proposals originating from individual accounts (i.e. not the Council) which are waiting to become referenda. Compare the External queue." ;
    rdfs:subClassOf ponto:Component .