ponto:accountCreated leaf node


URI

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

Label

accountCreated

Description

The timestamp when the account was created.

Usage

DOMAINPROPERTYRANGE
ponto:Account ponto:accountCreated 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:accountCreated a owl:DatatypeProperty ;
    rdfs:comment "The timestamp when the account was created." ;
    rdfs:domain ponto:Account ;
    rdfs:range xsd:dateTimeStamp .