ponto:hasDestinationTimestamp leaf node


URI

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

Label

hasDestinationTimestamp

Description

The timestamp in the destination of the XCM transfer.

Usage

DOMAINPROPERTYRANGE
ponto:XCMTransfer ponto:hasDestinationTimestamp xsd:dateTimeStamp

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:hasDestinationTimestamp a owl:DatatypeProperty ;
    rdfs:comment "The timestamp in the destination of the XCM transfer." ;
    rdfs:domain ponto:XCMTransfer ;
    rdfs:range xsd:dateTimeStamp .