ponto:ProofOfValidity leaf node


URI

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

Label

Proof of Validity

Description

A proof produced by parachain collators. Based on this proof and the parachain registry, a validator can verify that a parachain has properly executed its state transition function. Proofs of Validity go into the Relay Chain blocks.

Usage

Instances of ponto:ProofOfValidity can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

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:ProofOfValidity a owl:Class ;
    rdfs:label "Proof of Validity" ;
    rdfs:comment "A proof produced by parachain collators. Based on this proof and the parachain registry, a validator can verify that a parachain has properly executed its state transition function. Proofs of Validity go into the Relay Chain blocks." ;
    rdfs:subClassOf owl:Thing .