ponto:Collations leaf node


URI

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

Label

Collations

Description

Parachain blocks or candidates that are being proposed to the Polkadot relay chain validators. More specifically, a collation is a data structure which contains the proposed parachain candidate, including an optional validation parachain Runtime update and upward messages.

Usage

Instances of ponto:Collations can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Block
ponto:composes owl:ObjectProperty ponto:Blockchain
ponto:hasExtrinsic owl:ObjectProperty ponto:Extrinsic

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:Collations a owl:Class ;
    rdfs:label "Collations" ;
    rdfs:comment "Parachain blocks or candidates that are being proposed to the Polkadot relay chain validators. More specifically, a collation is a data structure which contains the proposed parachain candidate, including an optional validation parachain Runtime update and upward messages." ;
    rdfs:subClassOf ponto:Candidate .