ponto:XCMTransfer leaf node


URI

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

Label

XCM Transfer

Description

Refers to transfers that occur between different chains.

Usage

Instances of ponto:XCMTransfer can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:XCMTransfer
ponto:hasDestinationExecutionStatus owl:DatatypeProperty The status of the XCM transfer execution in the destination. xsd:string
ponto:hasDestinationTimestamp owl:DatatypeProperty The timestamp in the destination of the XCM transfer. xsd:dateTimeStamp
ponto:hasOriginationTimestamp owl:DatatypeProperty The timestamp in the origination of the XCM transfer. xsd:dateTimeStamp
ponto:hasTransferAmountReceived owl:DatatypeProperty xsd:decimal
ponto:hasTransferAmountReceivedUSD owl:DatatypeProperty xsd:decimal
ponto:hasTransferAmountSent owl:DatatypeProperty xsd:decimal
ponto:hasTransferAmountSentUSD owl:DatatypeProperty xsd:decimal
ponto:hasTransferAsset owl:ObjectProperty ponto:Asset
From class ponto:Transfer
ponto:hasTransferBeneficiary owl:ObjectProperty ponto:Beneficiary
From class ponto:LedgerRecord
ponto:decrementsRefCount owl:ObjectProperty A Transaction or an Account can decrement a Reference Counter ponto:ReferenceCounter
ponto:hasReserved owl:ObjectProperty ponto:ReservedBalance
ponto:incrementsRefCount owl:ObjectProperty A Transaction or an Account can increment a Reference Counter ponto:ReferenceCounter
ponto:recordedOn owl:ObjectProperty The block where a record is stored ponto:Block

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:XCMTransfer a owl:Class ;
    rdfs:label "XCM Transfer" ;
    rdfs:comment "Refers to transfers that occur between different chains." ;
    rdfs:subClassOf ponto:Transfer .