core:objectCreatedTime leaf node


URI

https://unifiedcyberontology.org/ontology/uco/core#objectCreatedTime

Label

objectCreatedTime

Description

The time at which a characterization of a concept is created. This time pertains to the time of creating the record object, and is not an intrinsic characteristic of the concept.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:objectCreatedTime xsd:dateTime

Implementation

@prefix core: <https://unifiedcyberontology.org/ontology/uco/core#> .
@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#> .

core:objectCreatedTime a owl:DatatypeProperty ;
    rdfs:label "objectCreatedTime"@en ;
    rdfs:comment "The time at which a characterization of a concept is created. This time pertains to the time of creating the record object, and is not an intrinsic characteristic of the concept."@en ;
    rdfs:range xsd:dateTime .