solveit-analysis:Hypothesis


URI

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

Label

Hypothesis

Description

A proposition or explanation put forward for consideration during forensic analysis, which may be supported or contradicted by observable artifacts.

Superclasses (1)

Usage

Instances of solveit-analysis:Hypothesis 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/> .
@prefix uco-analysis: <https://ontology.unifiedcyberontology.org/uco/analysis/> .

solveit-analysis:Hypothesis a owl:Class ;
    rdfs:label "Hypothesis"@en ;
    rdfs:comment "A proposition or explanation put forward for consideration during forensic analysis, which may be supported or contradicted by observable artifacts."@en ;
    rdfs:subClassOf uco-analysis:AnalyticResult .