ponto:blocksNomination leaf node


URI

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

Label

blocks nomination

Description

Indicates that a validator does not currently allow any more nominations. This is controlled by the validator.

Usage

DOMAINPROPERTYRANGE
ponto:Validator ponto:blocksNomination xsd:boolean

Implementation

@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 .