ponto:LeasePeriod leaf node


URI

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

Label

Lease Period

Description

A particular amount of time that a parachain for which the parachain can connect to the Relay Chain.

Usage

Instances of ponto:LeasePeriod 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:LeasePeriod a owl:Class ;
    rdfs:label "Lease Period" ;
    rdfs:comment "A particular amount of time that a parachain for which the parachain can connect to the Relay Chain." ;
    rdfs:subClassOf owl:Thing .