http://www.mobr.ai/ontologies/ponto#DemocracyLockType
A lock type that applies when participating in democracy, usually through voting in referenda, either directly or through a delegation. See this page for more information on democracy locks.
Instances of ponto:DemocracyLockType 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:DemocracyLockType a owl:Class ;
rdfs:label "Democracy Lock Type" ;
rdfs:comment "A lock type that applies when participating in democracy, usually through voting in referenda, either directly or through a delegation. See this page for more information on democracy locks." ;
rdfs:subClassOf ponto:LockType .