ponto:MultiroleDelegation leaf node


URI

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

Label

Multirole Delegation

Description

Allows users to specify a different delegate for every class of referendum in the system. If users do not want to delegate for a particular class of referendum then they can also retain direct control for that class.

Superclasses (1)

Usage

Instances of ponto:MultiroleDelegation 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:MultiroleDelegation a owl:Class ;
    rdfs:label "Multirole Delegation" ;
    rdfs:comment "Allows users to specify a different delegate for every class of referendum in the system. If users do not want to delegate for a particular class of referendum then they can also retain direct control for that class." ;
    rdfs:subClassOf ponto:VoteDelegation .