ponto:LockType


URI

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

Label

Lock Type

Description

Tokens may be locked. There are four types of lock: Staking, Democracy, Election, and Vesting.

Superclasses (1)

Usage

Instances of ponto:LockType 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:LockType a owl:Class ;
    rdfs:label "Lock Type" ;
    rdfs:comment "Tokens may be locked. There are four types of lock: Staking, Democracy, Election, and Vesting." ;
    rdfs:subClassOf ponto:Component .