http://www.mobr.ai/ontologies/ponto#Collations
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.
Instances of ponto:Collations can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class ponto:Block | |||
ponto:composes | owl:ObjectProperty | ponto:Blockchain | |
ponto:hasExtrinsic | owl:ObjectProperty | ponto:Extrinsic |
@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 .