Skip to content

Commit

Permalink
Merge pull request #431 from geneontology/issue-428
Browse files Browse the repository at this point in the history
Add Uberon life cycle stage and PO plant structure development stage to root types list.
  • Loading branch information
balhoff committed Oct 20, 2021
2 parents e40f237 + 8454243 commit dfef46b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ public class BlazegraphOntologyManager {
root_types.add("http://purl.obolibrary.org/obo/UBERON_0001062"); //anatomical entity
root_types.add("http://purl.obolibrary.org/obo/GO_0110165"); //cellular anatomical entity
root_types.add("http://purl.obolibrary.org/obo/CARO_0000000"); // root root anatomical entity
root_types.add("http://purl.obolibrary.org/obo/UBERON_0000105"); // life cycle stage
root_types.add("http://purl.obolibrary.org/obo/PO_0009012"); // plant structure development stage
root_types.add("http://purl.obolibrary.org/obo/ECO_0000000"); //evidence root.
}

Expand Down

0 comments on commit dfef46b

Please sign in to comment.