solveit-observable:DeviceSet


URI

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

Label

Device Set

Description

A contextual compilation of devices that are associated in some way, such as devices belonging to the same suspect, devices seized from the same location, or devices connected to the same network.

Usage

Instances of solveit-observable:DeviceSet can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:DeviceSet
solveit-observable:hasDevice owl:ObjectProperty A device belonging to this device set. uco-observable:Device

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-core: <https://ontology.unifiedcyberontology.org/uco/core/> .

solveit-observable:DeviceSet a owl:Class ;
    rdfs:label "Device Set"@en ;
    rdfs:comment "A contextual compilation of devices that are associated in some way, such as devices belonging to the same suspect, devices seized from the same location, or devices connected to the same network."@en ;
    rdfs:subClassOf uco-core:ContextualCompilation .