Skip to content

Commit 0786229

Browse files
committed
Add some RO relations
1 parent b09f040 commit 0786229

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

src/curies/vocabulary.py

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,29 @@ def _r(p: str, i: str, n: str) -> NamedReference:
241241
#: the author of this package. It's useful to have this reference pre-defined
242242
#: for testing purposes
243243
charlie = _r("orcid", "0000-0003-4423-4370", "Charles Tapley Hoyt")
244+
245+
part_of = _r("BFO", "0000050", "part of")
246+
has_part = _r("BFO", "0000051", "has part")
247+
located_in = _r("RO", "0001025", "located in")
248+
enables = _r("RO", "0002327", "enables")
249+
involved_in = _r("RO", "0002331", "involved in")
250+
colocalizes_with = _r("RO", "0002325", "colocalizes with")
251+
acts_upstream_of = _r("RO", "0002263", "acts upstream of")
252+
is_active_in = _r("RO", "0002432", "is active in")
253+
contributes_to = _r("RO", "0002326", "contributes to")
254+
acts_upstream_of_or_within = _r("RO", "0002264", "acts upstream of or within")
255+
acts_upstream_of_or_within_positive_effect = _r(
256+
"RO", "0004032", "acts upstream of or within, positive effect"
257+
)
258+
acts_upstream_of_or_within_negative_effect = _r(
259+
"RO", "0004033", "acts upstream of or within, negative effect"
260+
)
261+
acts_upstream_of_positive_effect = _r("RO", "0004034", "acts upstream of, positive effect")
262+
acts_upstream_of_negative_effect = _r("RO", "0004035", "acts upstream of, negative effect")
263+
264+
molecularly_interacts_with = _r("ro", "0002436", "molecularly interacts with")
265+
regulator_of = _r("RO", "0012004", "is small molecule regulator of")
266+
inhibitor_of = _r("RO", "0012006", "is small molecule inhibitor of")
267+
268+
is_model_of = _r("RO", "0003301", "is model of")
269+
is_marker_for = _r("RO", "0002607", "is marker for")

0 commit comments

Comments
 (0)