http://www.mobr.ai/ontologies/ponto#MultiroleDelegation
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.
Instances of ponto:MultiroleDelegation 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: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 .