http://www.mobr.ai/ontologies/ponto#Candidate
Is a submitted parachain block to the relay chain validators. A parachain block stops being referred to as a candidate as soon it has been finalized.
Instances of ponto:Candidate 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:Candidate a owl:Class ;
rdfs:label "Candidate" ;
rdfs:comment "Is a submitted parachain block to the relay chain validators. A parachain block stops being referred to as a candidate as soon it has been finalized." ;
rdfs:subClassOf ponto:Block .