https://ontology.solveit-df.org/solveit/analysis/HypothesisSet
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.
Instances of solveit-analysis:HypothesisSet can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| 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 |
@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 .