ponto:hasDestinationExecutionStatus leaf node


URI

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

Label

hasDestinationExecutionStatus

Description

The status of the XCM transfer execution in the destination.

Usage

DOMAINPROPERTYRANGE
ponto:XCMTransfer ponto:hasDestinationExecutionStatus xsd:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ponto:hasDestinationExecutionStatus a owl:DatatypeProperty ;
    rdfs:comment "The status of the XCM transfer execution in the destination." ;
    rdfs:domain ponto:XCMTransfer ;
    rdfs:range xsd:string .