ponto:Candidate


URI

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

Label

Candidate

Description

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.

Superclasses (2)

Usage

Instances of ponto:Candidate 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: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 .