observable:account leaf node


URI

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

Label

account

Description

Specifies the account used to run the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381228(v=vs.85).aspx.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:account observable:ObservableObject

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#> .

observable:account a owl:ObjectProperty ;
    rdfs:label "account"@en ;
    rdfs:comment "Specifies the account used to run the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381228(v=vs.85).aspx."@en ;
    rdfs:range observable:ObservableObject .