Skip to content

Commit

Permalink
Changes related to 'statistical hypothesis testing'
Browse files Browse the repository at this point in the history
  • Loading branch information
agbeltran committed Apr 30, 2014
1 parent 8e04cbc commit 32fcd51
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/ontology/imports/obi_import.owl
Original file line number Diff line number Diff line change
Expand Up @@ -4504,10 +4504,18 @@
<owl:Class rdf:about="&obo;OBI_0000673">
<rdfs:label xml:lang="en">statistical hypothesis test</rdfs:label>
<owl:equivalentClass>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;OBI_0000417"/>
<owl:someValuesFrom rdf:resource="&obo;OBI_0000675"/>
</owl:Restriction>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;OBI_0000299"/>
<owl:someValuesFrom rdf:resource="&obo;OBI_0000175"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;OBI_0000417"/>
<owl:someValuesFrom rdf:resource="&obo;OBI_0000675"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&obo;OBI_0200000"/>
<obo:IAO_0000117 rdf:datatype="&xsd;string">James Malone</obo:IAO_0000117>
Expand Down
5 changes: 5 additions & 0 deletions src/ontology/stato.owl
Original file line number Diff line number Diff line change
Expand Up @@ -7440,6 +7440,11 @@
<IRI>http://purl.obolibrary.org/obo/OBI_0000673</IRI>
<Literal datatypeIRI="&rdf;PlainLiteral">NHST</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/STATO_0000032"/>
<IRI>http://purl.obolibrary.org/obo/OBI_0000673</IRI>
<Literal datatypeIRI="&rdf;PlainLiteral">Null Hypothesis Statistical Testing</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/STATO_0000032"/>
<IRI>http://purl.obolibrary.org/obo/OBI_0000673</IRI>
Expand Down

0 comments on commit 32fcd51

Please sign in to comment.