solveit-analysis:hasHypothesis leaf node


URI

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

Label

has hypothesis

Description

Links a HypothesisSet to a member Hypothesis it groups as a competing alternative.

Usage

DOMAINPROPERTYRANGE
solveit-analysis:HypothesisSet solveit-analysis:hasHypothesis 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/> .

solveit-analysis:hasHypothesis a owl:ObjectProperty ;
    rdfs:label "has hypothesis"@en ;
    rdfs:comment "Links a HypothesisSet to a member Hypothesis it groups as a competing alternative."@en ;
    rdfs:domain solveit-analysis:HypothesisSet ;
    rdfs:range solveit-analysis:Hypothesis .