Skip to content

Commit

Permalink
Merge pull request #705 from enanomapper/cell-localization
Browse files Browse the repository at this point in the history
Added cell localiz
  • Loading branch information
jmillanacosta authored May 17, 2024
2 parents eef34c5 + f149740 commit 0bec607
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/go.iris
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
+D(http://purl.obolibrary.org/obo/GO_0009987):http://purl.obolibrary.org/obo/GO_0034121 regulation of TLR pathway
+D(http://purl.obolibrary.org/obo/GO_0009987):http://purl.obolibrary.org/obo/GO_1903409 reactive oxygen species biosynthetic process
+D(http://purl.obolibrary.org/obo/GO_0009987):http://purl.obolibrary.org/obo/GO_0006909 phagocytosis
+http://purl.obolibrary.org/obo/GO_0009987:http://purl.obolibrary.org/obo/GO_0051641 cellular localization
10 changes: 10 additions & 0 deletions internal-dev/obi-ext.owl
Original file line number Diff line number Diff line change
Expand Up @@ -690,4 +690,14 @@
</rdfs:subClassOf>
</owl:Class>

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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0002167">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.bioassayontology.org/bao#BAO_0000208"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/GO_0051641"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
</rdf:RDF>

0 comments on commit 0bec607

Please sign in to comment.