ponto:PolkadotArchitecture leaf node


URI

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

Label

Polkadot Architecture

Description

An architecture based on a multichain network that includes several different types of chains, each with its own specific purpose and functionality. The core of the architecture is a relay chain that facilitates communication with parachains and parathreads.

Usage

Instances of ponto:PolkadotArchitecture can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Architecture
ponto:hasComponent owl:ObjectProperty ponto:Component

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:PolkadotArchitecture a owl:Class ;
    rdfs:label "Polkadot Architecture" ;
    ponto:hasComponent ponto:Parachain,
        ponto:RelayChain ;
    rdfs:comment "An architecture based on a multichain network that includes several different types of chains, each with its own specific purpose and functionality. The core of the architecture is a relay chain that facilitates communication with parachains and parathreads." ;
    rdfs:subClassOf ponto:LedgerArchitecture .