Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename 'hereditary' and 'non-hereditary' #8749

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 24 additions & 7 deletions src/ontology/imports/axioms.owl
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,23 @@



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/MONDO_0021149">
<owl:disjointUnionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/MONDO_0021151"/>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/MONDO_0021152"/>
</owl:disjointUnionOf>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/MONDO_0021151"/>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/MONDO_0021152"/>
Expand Down Expand Up @@ -142,14 +159,14 @@
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000053"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/MONDO_0021127"/>
<owl:disjointWith rdf:nodeID="genid4"/>
<owl:disjointWith rdf:nodeID="genid6"/>
</owl:Restriction>
</owl:annotatedSource>
<owl:annotatedProperty rdf:resource="http://www.w3.org/2002/07/owl#disjointWith"/>
<owl:annotatedTarget rdf:nodeID="genid4"/>
<owl:annotatedTarget rdf:nodeID="genid6"/>
<oboInOwl:created_by>cjm</oboInOwl:created_by>
</owl:Axiom>
<owl:Restriction rdf:nodeID="genid4">
<owl:Restriction rdf:nodeID="genid6">
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000053"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/MONDO_0021128"/>
</owl:Restriction>
Expand All @@ -168,20 +185,20 @@
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000053"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/MONDO_0700005"/>
<owl:disjointWith rdf:nodeID="genid9"/>
<owl:disjointWith rdf:nodeID="genid11"/>
</owl:Restriction>
</owl:annotatedSource>
<owl:annotatedProperty rdf:resource="http://www.w3.org/2002/07/owl#disjointWith"/>
<owl:annotatedTarget rdf:nodeID="genid9"/>
<owl:annotatedTarget rdf:nodeID="genid11"/>
<oboInOwl:created_by>https://orcid.org/0000-0002-4142-7153</oboInOwl:created_by>
</owl:Axiom>
<owl:Restriction rdf:nodeID="genid9">
<owl:Restriction rdf:nodeID="genid11">
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000053"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/MONDO_0700006"/>
</owl:Restriction>
</rdf:RDF>



<!-- Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi -->
<!-- Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi -->

Loading
Loading