observable:lastRun leaf node


URI

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

Label

lastRun

Description

Timestamp of when the prefetch application was last run.

Usage

DOMAINPROPERTYRANGE
observable:WindowsPrefetchFacet observable:lastRun 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:lastRun a owl:DatatypeProperty ;
    rdfs:label "lastRun"@en ;
    rdfs:comment "Timestamp of when the prefetch application was last run."@en ;
    rdfs:domain observable:WindowsPrefetchFacet ;
    rdfs:range xsd:dateTime .