http://www.mobr.ai/ontologies/ponto#hasTimestamp
The timestamp of the transaction.
DOMAIN | PROPERTY | RANGE |
---|---|---|
ponto:Transaction | ponto:hasTimestamp | xsd:dateTimeStamp |
@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:hasTimestamp a owl:DatatypeProperty ;
rdfs:comment "The timestamp of the transaction." ;
rdfs:domain ponto:Transaction ;
rdfs:range xsd:dateTimeStamp .