ponto:Motion leaf node


URI

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

Label

Motion

Description

A motion is essentially a 'referendum' or 'decision' being considered by the Council (Governance v1). The Council can vote on motions like approving Treasury Proposals or making proposals for the community to vote on.

Superclasses (1)

Usage

Instances of ponto:Motion can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Referendum
ponto:currentReferendumPeriod rdf:Property xsd:string
ponto:hasReferendumBeneficiary owl:ObjectProperty ponto:Beneficiary
ponto:hasReferendumTrack owl:ObjectProperty ponto:Track
ponto:hasVote owl:ObjectProperty ponto:Vote

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:Motion a owl:Class ;
    rdfs:label "Motion" ;
    rdfs:comment "A motion is essentially a 'referendum' or 'decision' being considered by the Council (Governance v1). The Council can vote on motions like approving Treasury Proposals or making proposals for the community to vote on." ;
    rdfs:subClassOf ponto:Referendum .