https://ontology.solveit-df.org/solveit/analysis/HypothesisedDevice
A device that is hypothesised to have been involved, such as a device inferred from artifacts but not yet physically identified or examined.
Instances of solveit-analysis:HypothesisedDevice can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| 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 |
@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 .