ponto:proposesBlock leaf node


URI

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

Label

proposesBlock

Description

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

Usage

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