https://ontology.unifiedcyberontology.org/uco/observable/account
Specifies the account referenced in an event log entry or used to run the scheduled task. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381228(v=vs.85).aspx.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:account | observable:ObservableObject |
@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#> .
observable:account a owl:ObjectProperty ;
rdfs:label "account"@en ;
rdfs:comment "Specifies the account referenced in an event log entry or 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 .