solveit-analysis:HypothesisedDevice leaf node


URI

https://ontology.solveit-df.org/solveit/analysis/HypothesisedDevice

Label

Hypothesised Device

Description

A device that is hypothesised to have been involved, such as a device inferred from artifacts but not yet physically identified or examined.

Usage

Instances of solveit-analysis:HypothesisedDevice can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-analysis:Hypothesis
solveit-analysis:contradictedBy owl:ObjectProperty Links a Hypothesis to artifacts that contradict the hypothesis. uco-observable:ObservableObject
solveit-analysis:supportedBy owl:ObjectProperty Links a Hypothesis to artifacts that support the hypothesis. uco-observable:ObservableObject

Implementation

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

solveit-analysis:HypothesisedDevice a owl:Class ;
    rdfs:label "Hypothesised Device"@en ;
    rdfs:comment "A device that is hypothesised to have been involved, such as a device inferred from artifacts but not yet physically identified or examined."@en ;
    rdfs:subClassOf solveit-analysis:Hypothesis .