ponto:Attestation leaf node


URI

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

Label

Era

Description

A type of message that validators broadcast that says whether they think a parachain candidate block is valid or invalid.

Superclasses (1)

Usage

Instances of ponto:Attestation 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:Attestation a owl:Class ;
    rdfs:label "Era" ;
    rdfs:comment "A type of message that validators broadcast that says whether they think a parachain candidate block is valid or invalid." ;
    rdfs:subClassOf ponto:Component .