ponto:RelayChain leaf node


URI

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

Label

Relay Chain

Description

A central hub in the Polkadot architecture, which coordinates and connects all the parachains in the ecosystem. It coordinates consensus and communication between parachains (and external chains, via bridges).

Usage

Instances of ponto:RelayChain can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:RelayChain
ponto:bridgeRelayChain owl:ObjectProperty ponto:Bridge
ponto:hasParachain owl:ObjectProperty ponto:Parachain
From class ponto:DistributedLedger
ponto:hasNetType rdf:Property xsd:string
ponto:hasPR owl:ObjectProperty ponto:PullRequest
ponto:tests owl:ObjectProperty ponto:DistributedLedger

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:RelayChain a owl:Class ;
    rdfs:label "Relay Chain" ;
    rdfs:comment "A central hub in the Polkadot architecture, which coordinates and connects all the parachains in the ecosystem. It coordinates consensus and communication between parachains (and external chains, via bridges)." ;
    rdfs:subClassOf ponto:Blockchain .