http://www.mobr.ai/ontologies/ponto#blocksNomination
Indicates that a validator does not currently allow any more nominations. This is controlled by the validator.
DOMAIN | PROPERTY | RANGE |
---|---|---|
ponto:Validator | ponto:blocksNomination | xsd:boolean |
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ponto:blocksNomination a rdf:Property ;
rdfs:label "blocks nomination" ;
rdfs:comment "Indicates that a validator does not currently allow any more nominations. This is controlled by the validator." ;
rdfs:domain ponto:Validator ;
rdfs:range xsd:boolean .