ponto:XCM leaf node


URI

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

Label

XCM

Description

The Cross-Consensus Message Format, or XCM, is a messaging format and language used to communicate between consensus systems.

Usage

Instances of ponto:XCM 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:XCM a owl:Class ;
    rdfs:label "XCM" ;
    rdfs:comment "The Cross-Consensus Message Format, or XCM, is a messaging format and language used to communicate between consensus systems." ;
    rdfs:subClassOf owl:Thing .