solveit-analysis:Hypothesis


URI

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

Label

Hypothesis

Description

A statement that is either true or false, the truth of which is uncertain.

Superclasses (1)

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE

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 statement that is either true or false, the truth of which is uncertain."@en ;
    rdfs:subClassOf uco-analysis:AnalyticResult .