solveit-observable:hasOperatingSystem leaf node


URI

https://ontology.solveit-df.org/solveit/observable/hasOperatingSystem

Label

has operating system

Description

An operating system installed on this device.

Installed rather than running: a powered-off device still has its operating
systems, and that is the state most forensic targets are examined in. More than
one is expected, as a dual-boot machine has two.

Not uco-observable:operatingSystem, which declares no domain and is used on
ApplicationFacet for the system an application runs on.

Usage

DOMAINPROPERTYRANGE
uco-observable:Device solveit-observable:hasOperatingSystem uco-observable:OperatingSystem

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-observable: <https://ontology.solveit-df.org/solveit/observable/> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .

solveit-observable:hasOperatingSystem a owl:ObjectProperty ;
    rdfs:label "has operating system"@en ;
    rdfs:comment """An operating system installed on this device.

Installed rather than running: a powered-off device still has its operating
systems, and that is the state most forensic targets are examined in. More than
one is expected, as a dual-boot machine has two.

Not uco-observable:operatingSystem, which declares no domain and is used on
ApplicationFacet for the system an application runs on."""@en ;
    rdfs:domain uco-observable:Device ;
    rdfs:range uco-observable:OperatingSystem .