Skip to content

Commit

Permalink
Merge pull request #21527 from ontobot/update-chebi-import-2021-05-27
Browse files Browse the repository at this point in the history
Update ChEBI import
  • Loading branch information
pgaudet committed May 28, 2021
2 parents d33bf57 + 22d2741 commit e7a7f94
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 2 deletions.
21 changes: 20 additions & 1 deletion src/ontology/imports/chebi_import.obo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
format-version: 1.2
ontology: go/imports/chebi_import
property_value: http://purl.org/dc/elements/1.1/source http://purl.obolibrary.org/obo/go/releases/2021-05-01/extensions/bio-chebi.owl
property_value: http://purl.org/dc/elements/1.1/source http://purl.obolibrary.org/obo/go/releases/2021-05-27/extensions/bio-chebi.owl

[Term]
id: CHEBI:100
Expand Down Expand Up @@ -110277,6 +110277,25 @@ name: 3,4-dihydroxy-5-polyprenylbenzoate
subset: chebi_ph7_3
is_a: CHEBI:36084 ! dihydroxybenzoate

[Term]
id: CHEBI:64695
name: pyripyropene A
subset: chebi_ph7_3
is_a: CHEBI:26658 ! sesquiterpenoid
is_a: CHEBI:38163 ! organic heterotetracyclic compound
relationship: has_role CHEBI:25212 ! metabolite
relationship: has_role CHEBI:64697 ! acyl-CoA:cholesterol acyltransferase 2 inhibitor

[Term]
id: CHEBI:64696
name: EC 2.3.1.26 (sterol O-acyltransferase) inhibitor
is_a: CHEBI:76878 ! EC 2.3.1.* (acyltransferase transferring other than amino-acyl group) inhibitor

[Term]
id: CHEBI:64697
name: acyl-CoA:cholesterol acyltransferase 2 inhibitor
is_a: CHEBI:64696 ! EC 2.3.1.26 (sterol O-acyltransferase) inhibitor

[Term]
id: CHEBI:64702
name: nucleotide-sulfate
Expand Down
43 changes: 42 additions & 1 deletion src/ontology/imports/chebi_import.owl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/go/imports/chebi_import.owl">
<dc:source rdf:resource="http://purl.obolibrary.org/obo/go/releases/2021-05-01/extensions/bio-chebi.owl"/>
<dc:source rdf:resource="http://purl.obolibrary.org/obo/go/releases/2021-05-27/extensions/bio-chebi.owl"/>
</owl:Ontology>


Expand Down Expand Up @@ -221815,6 +221815,47 @@



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/CHEBI_64695">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/CHEBI_26658"/>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/CHEBI_38163"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000087"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/CHEBI_25212"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000087"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/CHEBI_64697"/>
</owl:Restriction>
</rdfs:subClassOf>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/go#chebi_ph7_3"/>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">pyripyropene A</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/CHEBI_64696">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/CHEBI_76878"/>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EC 2.3.1.26 (sterol O-acyltransferase) inhibitor</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/CHEBI_64697">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/CHEBI_64696"/>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">acyl-CoA:cholesterol acyltransferase 2 inhibitor</rdfs:label>
</owl:Class>



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

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

0 comments on commit e7a7f94

Please sign in to comment.