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

add TMS close #652 #668

Merged
merged 1 commit into from
Jul 25, 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
13 changes: 12 additions & 1 deletion src/ontology/maxo-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,7 @@ Declaration(Class(<http://purl.obolibrary.org/obo/MAXO_0001606>))
Declaration(Class(<http://purl.obolibrary.org/obo/MAXO_0001607>))
Declaration(Class(<http://purl.obolibrary.org/obo/MAXO_0001608>))
Declaration(Class(<http://purl.obolibrary.org/obo/MAXO_0001609>))
Declaration(Class(<http://purl.obolibrary.org/obo/MAXO_0001610>))
Declaration(Class(<http://purl.obolibrary.org/obo/MAXO_0009003>))
Declaration(Class(<http://purl.obolibrary.org/obo/MAXO_0009004>))
Declaration(Class(<http://purl.obolibrary.org/obo/MAXO_0009005>))
Expand Down Expand Up @@ -11488,6 +11489,16 @@ AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynony
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/MAXO_0001609> "fetal cell transplantation")
SubClassOf(<http://purl.obolibrary.org/obo/MAXO_0001609> <http://purl.obolibrary.org/obo/MAXO_0000068>)

# Class: <http://purl.obolibrary.org/obo/MAXO_0001610> (transcranial magnetic stimulation)

AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/MAXO_0001610> "A non invasive procedure that uses magnetic fields to stimulate nerve cells in the brain.")
AnnotationAssertion(dce:creator <http://purl.obolibrary.org/obo/MAXO_0001610> <https://orcid.org/0000-0001-7941-2961>)
AnnotationAssertion(dce:date <http://purl.obolibrary.org/obo/MAXO_0001610> "2024-07-25T14:20:40Z"^^xsd:dateTime)
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/MAXO_0001610> "TMS")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/MAXO_0001610> "rTMS")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/MAXO_0001610> "transcranial magnetic stimulation")
SubClassOf(<http://purl.obolibrary.org/obo/MAXO_0001610> <http://purl.obolibrary.org/obo/MAXO_0000943>)

# Class: <http://purl.obolibrary.org/obo/MAXO_0009003> (preimplantation genetic testing)

AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "NCBIBook:NBK5191") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/MAXO_0009003> "Genetic testing of one or more cells removed from early embryos conceived by in vitro fertilization and transferring to the mother's uterus only those embryos determined not to have the pathogenic variant(s)/chromosome anomaly(ies) of concern.")
Expand Down Expand Up @@ -12901,5 +12912,5 @@ AnnotationAssertion(dcterms:creator <http://purl.obolibrary.org/obo/MAXO_0035122
AnnotationAssertion(dce:date <http://purl.obolibrary.org/obo/MAXO_0035123> "2023-04-11T12:00:00Z")
AnnotationAssertion(dcterms:contributor <http://purl.obolibrary.org/obo/MAXO_0035123> <https://orcid.org/0000-0002-0736-9199>)
AnnotationAssertion(dcterms:creator <http://purl.obolibrary.org/obo/MAXO_0035123> <https://orcid.org/0000-0001-7941-2961>)
AnnotationAssertion(<http://purl.obolibrary.org/obo/maxo#ABBREVIATION> _:genid2147483651 "")
AnnotationAssertion(<http://purl.obolibrary.org/obo/maxo#ABBREVIATION> _:genid2147483652 "")
)
Loading