Skip to content

Commit e85510b

Browse files
committed
20220309 release
1 parent 52492a1 commit e85510b

12 files changed

Lines changed: 373105 additions & 51214 deletions

src/ontology/ecocore-edit.owl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Import(<http://purl.obolibrary.org/obo/ecocore/imports/pco_import.owl>)
1818
Import(<http://purl.obolibrary.org/obo/ecocore/imports/po_import.owl>)
1919
Import(<http://purl.obolibrary.org/obo/ecocore/imports/ro_import.owl>)
2020
Import(<http://purl.obolibrary.org/obo/ecocore/imports/uberon_import.owl>)
21+
Annotation(<http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/3.0/>)
2122
Annotation(rdfs:comment "An ontology of core ecological entities")
2223

2324
Declaration(Class(<http://purl.obolibrary.org/obo/CARO_0010004>))
@@ -203,6 +204,7 @@ Declaration(Class(<http://purl.obolibrary.org/obo/ECOCORE_00000182>))
203204
Declaration(Class(<http://purl.obolibrary.org/obo/ECOCORE_3000001>))
204205
Declaration(Class(<http://purl.obolibrary.org/obo/ecocore_00000082>))
205206
Declaration(Class(<http://purl.obolibrary.org/obo/ecocore_00000133>))
207+
Declaration(AnnotationProperty(<http://purl.org/dc/terms/license>))
206208
############################
207209
# Annotation Properties
208210
############################
@@ -959,8 +961,8 @@ SubClassOf(<http://purl.obolibrary.org/obo/ECOCORE_00000091> <http://purl.obolib
959961

960962
# Class: <http://purl.obolibrary.org/obo/ECOCORE_00000092> (secondary consumer)
961963

964+
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/ECOCORE_00000092> "A predator that eats primary consumers or herbivores")
962965
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000117> <http://purl.obolibrary.org/obo/ECOCORE_00000092> "http://orcid.org/0000-0002-2908-3327")
963-
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/ECOCORE_00000092> "A predator that eats primary consumers or herbivores")
964966
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/ECOCORE_00000092> "secondary consumer")
965967
SubClassOf(<http://purl.obolibrary.org/obo/ECOCORE_00000092> <http://purl.obolibrary.org/obo/ECOCORE_00000089>)
966968

@@ -1167,7 +1169,6 @@ SubClassOf(<http://purl.obolibrary.org/obo/ECOCORE_00000119> <http://purl.obolib
11671169

11681170
# Class: <http://purl.obolibrary.org/obo/ECOCORE_00000120> (sequentially hermaphroditic)
11691171

1170-
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/ECOCORE_00000120> "Sequential hermaphroditism occurs when the individual changes sex at some point in its life.")
11711172
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/ECOCORE_00000120> "a reproductive quality inhering in the bearer by virtue of the bearer changing sex at some point in its life")
11721173
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000117> <http://purl.obolibrary.org/obo/ECOCORE_00000120> "http://orcid.org/0000-0002-2908-3327")
11731174
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/ECOCORE_00000120> "dichogamy")

src/ontology/imports/bfo_import.owl

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
88
xmlns:xml="http://www.w3.org/XML/1998/namespace"
99
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
10-
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
10+
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
11+
xmlns:terms="http://purl.org/dc/terms/">
1112
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/ecocore/imports/bfo_import.owl">
12-
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/ecocore/releases/2021-02-17/imports/bfo_import.owl"/>
13+
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/ecocore/releases/2022-03-09/imports/bfo_import.owl"/>
1314
<dc:source rdf:resource="http://purl.obolibrary.org/obo/bfo/2019-08-26/bfo.owl"/>
14-
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2021-02-17</owl:versionInfo>
15+
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2022-03-09</owl:versionInfo>
1516
</owl:Ontology>
1617

1718

@@ -129,6 +130,12 @@
129130

130131

131132

133+
<!-- http://purl.org/dc/terms/license -->
134+
135+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
136+
137+
138+
132139
<!--
133140
///////////////////////////////////////////////////////////////////////////////////////
134141
//

src/ontology/imports/chebi_import.owl

Lines changed: 31 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
xmlns:chebi2="http://purl.obolibrary.org/obo/chebi#1"
1313
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
1414
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/ecocore/imports/chebi_import.owl">
15-
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/ecocore/releases/2021-02-17/imports/chebi_import.owl"/>
16-
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2021-02-17</owl:versionInfo>
15+
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/ecocore/releases/2022-03-09/imports/chebi_import.owl"/>
16+
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2022-03-09</owl:versionInfo>
1717
</owl:Ontology>
1818

1919

@@ -1419,6 +1419,7 @@
14191419
<oboInOwl:hasOBONamespace>chebi_ontology</oboInOwl:hasOBONamespace>
14201420
<oboInOwl:hasRelatedSynonym>Kohlenhydrat</oboInOwl:hasRelatedSynonym>
14211421
<oboInOwl:hasRelatedSynonym>Kohlenhydrate</oboInOwl:hasRelatedSynonym>
1422+
<oboInOwl:hasRelatedSynonym>a carbohydrate</oboInOwl:hasRelatedSynonym>
14221423
<oboInOwl:hasRelatedSynonym>carbohidrato</oboInOwl:hasRelatedSynonym>
14231424
<oboInOwl:hasRelatedSynonym>carbohidratos</oboInOwl:hasRelatedSynonym>
14241425
<oboInOwl:hasRelatedSynonym>glucide</oboInOwl:hasRelatedSynonym>
@@ -1459,6 +1460,12 @@
14591460
<owl:annotatedTarget>Kohlenhydrate</owl:annotatedTarget>
14601461
<oboInOwl:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ChEBI</oboInOwl:hasDbXref>
14611462
</owl:Axiom>
1463+
<owl:Axiom>
1464+
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/CHEBI_16646"/>
1465+
<owl:annotatedProperty rdf:resource="http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym"/>
1466+
<owl:annotatedTarget>a carbohydrate</owl:annotatedTarget>
1467+
<oboInOwl:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">UniProt</oboInOwl:hasDbXref>
1468+
</owl:Axiom>
14621469
<owl:Axiom>
14631470
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/CHEBI_16646"/>
14641471
<owl:annotatedProperty rdf:resource="http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym"/>
@@ -3581,6 +3588,12 @@
35813588
<owl:annotatedTarget>Mg</owl:annotatedTarget>
35823589
<oboInOwl:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">IUPAC</oboInOwl:hasDbXref>
35833590
</owl:Axiom>
3591+
<owl:Axiom>
3592+
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/CHEBI_25107"/>
3593+
<owl:annotatedProperty rdf:resource="http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym"/>
3594+
<owl:annotatedTarget>Mg</owl:annotatedTarget>
3595+
<oboInOwl:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">UniProt</oboInOwl:hasDbXref>
3596+
</owl:Axiom>
35843597
<owl:Axiom>
35853598
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/CHEBI_25107"/>
35863599
<owl:annotatedProperty rdf:resource="http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym"/>
@@ -8928,8 +8941,8 @@
89288941
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/CHEBI_76898"/>
89298942
<obo:IAO_0000115>An enzyme inhibitor that interferes with the activity of cytochrome P450 involved in catalysis of organic substances.</obo:IAO_0000115>
89308943
<oboInOwl:hasOBONamespace>chebi_ontology</oboInOwl:hasOBONamespace>
8931-
<oboInOwl:hasRelatedSynonym>CYP2D6 inhbitor</oboInOwl:hasRelatedSynonym>
8932-
<oboInOwl:hasRelatedSynonym>CYP2D6 inhbitors</oboInOwl:hasRelatedSynonym>
8944+
<oboInOwl:hasRelatedSynonym>CYP2D6 inhibitor</oboInOwl:hasRelatedSynonym>
8945+
<oboInOwl:hasRelatedSynonym>CYP2D6 inhibitors</oboInOwl:hasRelatedSynonym>
89338946
<oboInOwl:hasRelatedSynonym>P450 inhibitors</oboInOwl:hasRelatedSynonym>
89348947
<oboInOwl:hasRelatedSynonym>cytochrome P450 inhibitor</oboInOwl:hasRelatedSynonym>
89358948
<oboInOwl:hasRelatedSynonym>cytochrome P450 inhibitors</oboInOwl:hasRelatedSynonym>
@@ -8940,13 +8953,13 @@
89408953
<owl:Axiom>
89418954
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/CHEBI_50183"/>
89428955
<owl:annotatedProperty rdf:resource="http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym"/>
8943-
<owl:annotatedTarget>CYP2D6 inhbitor</owl:annotatedTarget>
8956+
<owl:annotatedTarget>CYP2D6 inhibitor</owl:annotatedTarget>
89448957
<oboInOwl:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ChEBI</oboInOwl:hasDbXref>
89458958
</owl:Axiom>
89468959
<owl:Axiom>
89478960
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/CHEBI_50183"/>
89488961
<owl:annotatedProperty rdf:resource="http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym"/>
8949-
<owl:annotatedTarget>CYP2D6 inhbitors</owl:annotatedTarget>
8962+
<owl:annotatedTarget>CYP2D6 inhibitors</owl:annotatedTarget>
89508963
<oboInOwl:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ChEBI</oboInOwl:hasDbXref>
89518964
</owl:Axiom>
89528965
<owl:Axiom>
@@ -10507,6 +10520,18 @@
1050710520
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/chebi#3_STAR"/>
1050810521
<rdfs:label>EC 1.14.14.1 (unspecific monooxygenase) inhibitor</rdfs:label>
1050910522
</owl:Class>
10523+
<owl:Axiom>
10524+
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/CHEBI_76898"/>
10525+
<owl:annotatedProperty rdf:resource="http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym"/>
10526+
<owl:annotatedTarget>aryl-4-monooxygenase inhibitors</owl:annotatedTarget>
10527+
<oboInOwl:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ChEBI</oboInOwl:hasDbXref>
10528+
</owl:Axiom>
10529+
<owl:Axiom>
10530+
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/CHEBI_76898"/>
10531+
<owl:annotatedProperty rdf:resource="http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym"/>
10532+
<owl:annotatedTarget>flavoprotein monooxygenase inhibitor</owl:annotatedTarget>
10533+
<oboInOwl:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ChEBI</oboInOwl:hasDbXref>
10534+
</owl:Axiom>
1051010535
<owl:Axiom>
1051110536
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/CHEBI_76898"/>
1051210537
<owl:annotatedProperty rdf:resource="http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym"/>
@@ -10633,18 +10658,6 @@
1063310658
<owl:annotatedTarget>aryl-4-monooxygenase inhibitor</owl:annotatedTarget>
1063410659
<oboInOwl:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ChEBI</oboInOwl:hasDbXref>
1063510660
</owl:Axiom>
10636-
<owl:Axiom>
10637-
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/CHEBI_76898"/>
10638-
<owl:annotatedProperty rdf:resource="http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym"/>
10639-
<owl:annotatedTarget>aryl-4-monooxygenase inhibitors</owl:annotatedTarget>
10640-
<oboInOwl:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ChEBI</oboInOwl:hasDbXref>
10641-
</owl:Axiom>
10642-
<owl:Axiom>
10643-
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/CHEBI_76898"/>
10644-
<owl:annotatedProperty rdf:resource="http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym"/>
10645-
<owl:annotatedTarget>flavoprotein monooxygenase inhibitor</owl:annotatedTarget>
10646-
<oboInOwl:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ChEBI</oboInOwl:hasDbXref>
10647-
</owl:Axiom>
1064810661

1064910662

1065010663

0 commit comments

Comments
 (0)