ponto:Session leaf node


URI

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

Label

Session

Description

A session is a Substrate implementation term for a period that has a constant set of validators. Validators can only join or exit the validator set at a session change.

Usage

Instances of ponto:Session 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:Session a owl:Class ;
    rdfs:label "Session" ;
    rdfs:comment "A session is a Substrate implementation term for a period that has a constant set of validators. Validators can only join or exit the validator set at a session change." ;
    rdfs:subClassOf owl:Thing .