http://www.mobr.ai/ontologies/ponto#NextSession
This indicates that the validator will be a member of the active set in the next session.
Instances of ponto:NextSession 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: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 .