observable:timeDateStamp leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/timeDateStamp

Label

timeDateStamp

Description

Specifies the time when the PE binary was created.

Usage

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

Implementation

@prefix observable: <https://ontology.unifiedcyberontology.org/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:timeDateStamp a owl:DatatypeProperty ;
    rdfs:label "timeDateStamp"@en ;
    rdfs:comment "Specifies the time when the PE binary was created."@en ;
    rdfs:range xsd:dateTime .