ponto:AvailabilityCores leaf node


URI

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

Label

Availability Cores

Description

Slots used to process parachains. The runtime assigns each parachain to an availability core and validators can fetch information about the cores, such as parachain block candidates, by calling the appropriate Runtime API.

Superclasses (1)

Usage

Instances of ponto:AvailabilityCores 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:AvailabilityCores a owl:Class ;
    rdfs:label "Availability Cores" ;
    rdfs:comment "Slots used to process parachains. The runtime assigns each parachain to an availability core and validators can fetch information about the cores, such as parachain block candidates, by calling the appropriate Runtime API." ;
    rdfs:subClassOf ponto:Component .