ponto:NextSession leaf node


URI

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

Label

Next Session

Description

This indicates that the validator will be a member of the active set in the next session.

Usage

Instances of ponto:NextSession 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:NextSession a owl:Class ;
    rdfs:label "Next Session" ;
    rdfs:comment "This indicates that the validator will be a member of the active set in the next session." ;
    rdfs:subClassOf owl:Thing .