ponto:Teleport leaf node


URI

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

Label

Teleport

Description

Send an asset from an account on one chain to an account on a different chain. This occurs by burning an amount on the sending chain and minting an equivalent amount on the destination chain.

Usage

Instances of ponto:Teleport 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:Teleport a owl:Class ;
    rdfs:label "Teleport" ;
    rdfs:comment "Send an asset from an account on one chain to an account on a different chain. This occurs by burning an amount on the sending chain and minting an equivalent amount on the destination chain." ;
    rdfs:subClassOf owl:Thing .