ponto:XCMChannel leaf node


URI

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

Label

XCM Channel

Description

Represents a communication pathway between two or more Parachains or between a Parachain and the Relay Chain. It allows for the exchange of messages, instructions, and assets across different chains, facilitating inter-chain communication.

Usage

Instances of ponto:XCMChannel 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:XCMChannel a owl:Class ;
    rdfs:label "XCM Channel" ;
    rdfs:comment "Represents a communication pathway between two or more Parachains or between a Parachain and the Relay Chain. It allows for the exchange of messages, instructions, and assets across different chains, facilitating inter-chain communication." ;
    rdfs:subClassOf owl:Thing .