ponto:validatesBlock leaf node


URI

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

Label

validatesBlock

Description

A Validator node that validates a block in the Polkadot network.

Usage

DOMAINPROPERTYRANGE
ponto:Validator ponto:validatesBlock ponto:Transaction

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:validatesBlock a owl:ObjectProperty ;
    rdfs:comment "A Validator node that validates a block in the Polkadot network." ;
    rdfs:domain ponto:Validator ;
    rdfs:range ponto:Transaction .