solveit-analysis:HypothesisSet leaf node


URI

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

Label

Hypothesis Set

Description

A collection of competing alternative hypotheses considered together, for example the mutually exclusive explanations proposed for a single observation. Members are linked with solveit-analysis:hasHypothesis.

Superclasses (1)

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-analysis:HypothesisSet
solveit-analysis:hasHypothesis owl:ObjectProperty Links a HypothesisSet to a member Hypothesis it groups as a competing alternative. solveit-analysis:Hypothesis

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:HypothesisSet a owl:Class ;
    rdfs:label "Hypothesis Set"@en ;
    rdfs:comment "A collection of competing alternative hypotheses considered together, for example the mutually exclusive explanations proposed for a single observation. Members are linked with solveit-analysis:hasHypothesis."@en ;
    rdfs:subClassOf uco-analysis:AnalyticResult .