observable:installDate leaf node


URI

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

Label

installDate

Description

Specifies the date the operating system was installed.

Usage

DOMAINPROPERTYRANGE
observable:OperatingSystemFacet observable:installDate xs: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:installDate a owl:DatatypeProperty ;
    rdfs:label "installDate"@en ;
    rdfs:comment "Specifies the date the operating system was installed."@en ;
    rdfs:domain observable:OperatingSystemFacet ;
    rdfs:range xsd:dateTime .