observable:profileCreated leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#profileCreated

Label

Profile Created

Description

Specifies the date and time the profile was created.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:profileCreated xsd:dateTime

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

observable:profileCreated a owl:DatatypeProperty ;
    rdfs:label "Profile Created"@en-US ;
    rdfs:comment "Specifies the date and time the profile was created."@en-US ;
    rdfs:range xsd:dateTime .