http://www.mobr.ai/ontologies/ponto#Session
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.
Instances of ponto:Session 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: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 .