Skip to content

Commit

Permalink
MPHPO Subset release
Browse files Browse the repository at this point in the history
  • Loading branch information
pfabry committed Aug 2, 2024
1 parent 4e4642f commit 30daf59
Show file tree
Hide file tree
Showing 25 changed files with 17,974 additions and 3,948 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ontology_qc:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.4.3
container: obolibrary/odkfull:v1.5.1

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -29,5 +29,5 @@ jobs:
- name: Run ontology QC checks
env:
DEFAULT_BRANCH: main
run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' test IMP=false PAT=false
run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' test IMP=false PAT=false MIR=false

41 changes: 8 additions & 33 deletions RIDDLE-base.owl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dcterms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/RIDDLE/RIDDLE-base.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/RIDDLE/releases/2023-10-12/RIDDLE-base.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/RIDDLE/releases/2024-08-02/RIDDLE-base.owl"/>
<dce:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
<dcterms:description>None</dcterms:description>
<dcterms:description xml:lang="en">Ontology for project RIDDLE</dcterms:description>
<dcterms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
<dcterms:title>RIDDLE project ontology</dcterms:title>
<owl:versionInfo>2023-10-12</owl:versionInfo>
<dcterms:title xml:lang="en">Mortality Prediction for Hospitalized Patient Ontology</dcterms:title>
<owl:versionInfo>2024-08-02</owl:versionInfo>
</owl:Ontology>


Expand All @@ -38,47 +38,22 @@

<!-- http://purl.org/dc/terms/description -->

<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description">
<rdfs:label>description</rdfs:label>
</owl:AnnotationProperty>
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>



<!-- http://purl.org/dc/terms/license -->

<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license">
<rdfs:label>license</rdfs:label>
</owl:AnnotationProperty>
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>



<!-- http://purl.org/dc/terms/title -->

<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title">
<rdfs:label>title</rdfs:label>
</owl:AnnotationProperty>



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->




<!-- http://purl.obolibrary.org/obo/RIDDLE_0000000 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/RIDDLE_0000000">
<rdfs:label xml:lang="en">root node</rdfs:label>
</owl:Class>
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>
</rdf:RDF>



<!-- Generated by the OWL API (version 4.5.26) https://github.com/owlcs/owlapi -->
<!-- Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi -->

874 changes: 751 additions & 123 deletions RIDDLE-full.owl

Large diffs are not rendered by default.

Loading

0 comments on commit 30daf59

Please sign in to comment.