observable:uninstallDate leaf node


URI

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

Label

uninstallDate

Description

Specifies the date the operating system or application was uninstalled.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:uninstallDate 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:uninstallDate a owl:DatatypeProperty ;
    rdfs:label "uninstallDate"@en ;
    rdfs:comment "Specifies the date the operating system or application was uninstalled."@en ;
    rdfs:range xsd:dateTime .