Skip to content

Commit

Permalink
Merge pull request #580 from vanaukenk/patch-1
Browse files Browse the repository at this point in the history
Adding 'existence overlaps' RO relation
  • Loading branch information
dustine32 committed Jul 20, 2021
2 parents f2f0e4e + 9b0c663 commit 45b0c17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ontobio/rdfgen/relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def curie_to_obo_uri(curie, base=None) -> str:
"located in": "http://purl.obolibrary.org/obo/RO_0001025",
"is active in": "http://purl.obolibrary.org/obo/RO_0002432",
"exists during": "http://purl.obolibrary.org/obo/RO_0002491",
"existence overlaps": "http://purl.obolibrary.org/obo/RO_0002490",
"coincident with": "http://purl.obolibrary.org/obo/RO_0002008",
"has regulation target": "http://purl.obolibrary.org/obo/GOREL_0000015",
"not happens during": "http://purl.obolibrary.org/obo/GOREL_0000025",
Expand Down

0 comments on commit 45b0c17

Please sign in to comment.