Skip to content

Commit

Permalink
Merge pull request #632 from monarch-initiative/fixantiviral-issue
Browse files Browse the repository at this point in the history
Fix anti-viral issue
  • Loading branch information
Leigh Carmody authored Feb 1, 2024
2 parents 8939722 + 932e94b commit a109acf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/patterns/data/manual/pharmacotherapy_chemicalrole.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ MAXO:0000234 aromatase inhibitor agent therapy CHEBI:24431 chemical entity CHEBI
MAXO:0000240 antiprotozoal agent therapy CHEBI:24431 chemical entity CHEBI:35820 antiprotozoal drug
MAXO:0000243 atypical antipsychotic agent therapy CHEBI:24431 chemical entity CHEBI:65191 second generation antipsychotic
MAXO:0000244 conventional antipsychotic agent therapy CHEBI:24431 chemical entity CHEBI:65190 first generation antipsychotic
MAXO:0000248 anti-HIV agent therapy CHEBI:24431 chemical entity CHEBI:22587 anti-HIV agent
MAXO:0000248 anti-HIV agent therapy CHEBI:24431 chemical entity CHEBI:64946 anti-HIV agent
MAXO:0000249 "anti-HIV therapy, fusion inhibitor" CHEBI:24431 chemical entity CHEBI:59886 HIV fusion inhibitor
MAXO:0000252 HIV protease inhibitor therapy CHEBI:24431 chemical entity CHEBI:35660 HIV protease inhibitor
MAXO:0000256 antimanic agent therapy CHEBI:24431 chemical entity CHEBI:35477 antimanic drug
Expand Down
10 changes: 5 additions & 5 deletions src/patterns/definitions.owl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)


Ontology(<http://purl.obolibrary.org/obo/maxo/patterns/definitions.owl>
<http://purl.obolibrary.org/obo/maxo/releases/2023-12-01/patterns/definitions.owl>
Annotation(owl:versionInfo "2023-12-01")
<http://purl.obolibrary.org/obo/maxo/releases/2024-02-01/patterns/definitions.owl>
Annotation(owl:versionInfo "2024-02-01")

Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_12777>))
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_131795>))
Expand Down Expand Up @@ -63,7 +63,6 @@ Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_18248>))
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_18257>))
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_18405>))
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_22333>))
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_22587>))
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_22652>))
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_22860>))
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_22918>))
Expand Down Expand Up @@ -247,6 +246,7 @@ Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_64102>))
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_64133>))
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_64571>))
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_64912>))
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_64946>))
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_64952>))
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_64953>))
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_64954>))
Expand Down Expand Up @@ -2103,9 +2103,9 @@ EquivalentClasses(<http://purl.obolibrary.org/obo/MAXO_0000244> ObjectIntersecti

# Class: <http://purl.obolibrary.org/obo/MAXO_0000248> (anti-HIV agent therapy)

AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/MAXO_0000248> "treatment with antiviral agent")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/MAXO_0000248> "treatment with anti-HIV agent")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/MAXO_0000248> "anti-HIV agent therapy")
EquivalentClasses(<http://purl.obolibrary.org/obo/MAXO_0000248> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/MAXO_0000058> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/MAXO_0000864> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/CHEBI_24431> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000087> <http://purl.obolibrary.org/obo/CHEBI_22587>)))))
EquivalentClasses(<http://purl.obolibrary.org/obo/MAXO_0000248> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/MAXO_0000058> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/MAXO_0000864> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/CHEBI_24431> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000087> <http://purl.obolibrary.org/obo/CHEBI_64946>)))))

# Class: <http://purl.obolibrary.org/obo/MAXO_0000249> (anti-HIV therapy, fusion inhibitor)

Expand Down

0 comments on commit a109acf

Please sign in to comment.