observable:observableCreatedTime leaf node


URI

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

Label

observableCreatedTime

Description

The date and time at which the observable object being characterized was created. This time pertains to an intrinsic characteristic of the observable object, and would be consistent across independent characterizations or observations of the observable object.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:observableCreatedTime 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:observableCreatedTime a owl:DatatypeProperty ;
    rdfs:label "observableCreatedTime"@en ;
    rdfs:comment "The date and time at which the observable object being characterized was created. This time pertains to an intrinsic characteristic of the observable object, and would be consistent across independent characterizations or observations of the observable object."@en ;
    rdfs:range xsd:dateTime .