ponto:ElectionLockType leaf node


URI

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

Label

Election Lock Type

Description

A lock type that applies when voting for Council members.

Superclasses (2)

Usage

Instances of ponto:ElectionLockType 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:ElectionLockType a owl:Class ;
    rdfs:label "Election Lock Type" ;
    rdfs:comment "A lock type that applies when voting for Council members." ;
    rdfs:subClassOf ponto:LockType .