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

import refresh test #4039

Merged
merged 1 commit into from
Oct 17, 2024
Merged
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
12 changes: 4 additions & 8 deletions src/ontology/mp-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -14768,6 +14768,7 @@ Declaration(Class(<http://purl.obolibrary.org/obo/PATO_0001469>))
Declaration(Class(<http://purl.obolibrary.org/obo/PATO_0002169>))
Declaration(Class(<http://purl.obolibrary.org/obo/PATO_0002170>))
Declaration(Class(<http://purl.obolibrary.org/obo/PATO_0002171>))
Declaration(Class(<http://purl.obolibrary.org/obo/PR_000014543>))
Declaration(Class(<http://purl.obolibrary.org/obo/UBERON_0003686>))
Declaration(Class(<http://purl.obolibrary.org/obo/UBERON_0005973>))
Declaration(Class(<http://purl.obolibrary.org/obo/UBERON_0007822>))
Expand Down Expand Up @@ -14870,11 +14871,11 @@ AnnotationAssertion(rdfs:label <http://www.geneontology.org/formats/oboInOwl#has

AnnotationAssertion(rdfs:label <http://www.geneontology.org/formats/oboInOwl#hasDbXref> "database_cross_reference")

# Annotation Property: <http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> (has exact synonym)
# Annotation Property: <http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> (has_exact_synonym)

AnnotationAssertion(rdfs:label <http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> "has_exact_synonym")

# Annotation Property: <http://www.geneontology.org/formats/oboInOwl#hasNarrowSynonym> (has narrow synonym)
# Annotation Property: <http://www.geneontology.org/formats/oboInOwl#hasNarrowSynonym> (has_narrow_synonym)

AnnotationAssertion(rdfs:label <http://www.geneontology.org/formats/oboInOwl#hasNarrowSynonym> "has_narrow_synonym")

Expand Down Expand Up @@ -155114,7 +155115,7 @@ AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynony
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/MP_0014564> "abnormal circulating SCT concentration")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#id> <http://purl.obolibrary.org/obo/MP_0014564> "MP:0014564")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/MP_0014564> "abnormal circulating secretin level")
EquivalentClasses(<http://purl.obolibrary.org/obo/MP_0014564> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/PATO_0000070> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000052> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/CHEBI_34972> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000050> <http://purl.obolibrary.org/obo/UBERON_0000178>))) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0002573> <http://purl.obolibrary.org/obo/PATO_0000460>))))
EquivalentClasses(<http://purl.obolibrary.org/obo/MP_0014564> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/PATO_0000070> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000052> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/PR_000014543> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000050> <http://purl.obolibrary.org/obo/UBERON_0000178>))) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0002573> <http://purl.obolibrary.org/obo/PATO_0000460>))))
SubClassOf(<http://purl.obolibrary.org/obo/MP_0014564> <http://purl.obolibrary.org/obo/MP_0005418>)

# Class: <http://purl.obolibrary.org/obo/MP_0014565> (increased circulating secretin level)
Expand Down Expand Up @@ -191784,11 +191785,6 @@ AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#id> <http://pu
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/MP_3000005> "abnormal lacrimal sac morphology")
SubClassOf(<http://purl.obolibrary.org/obo/MP_3000005> <http://purl.obolibrary.org/obo/MP_0001346>)

# Class: <http://purl.obolibrary.org/obo/UBERON_0036185> (Sertoli cell barrier)

AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/UBERON_0036185> "Sertoli cell barrier")


AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/mp/mp-equivalent-axioms-subq#contained_in> "contained_in")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/mp/mp-equivalent-axioms-subq#has_output> "has_output")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/mp/mp-equivalent-axioms-subq#increases_population_size_of> "increases_population_size_of")
Expand Down
Loading