Skip to content

Commit 6402247

Browse files
committed
Add custom labels for more relations.
Add custom labels for several properties from both BSPO and RO. The added properties should cover most of the needs of Uberon and CL.
1 parent d5e85cf commit 6402247

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

src/main/java/org/flybase/robot/DotDefinitionRewriter.java

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,23 @@ enum ObjectProperty {
226226
// PROP ID, LABEL, CONNECTING WORD
227227
BFO_0000050 ("is part of" ),
228228
BFO_0000051 ("has part" ),
229+
BSPO_0000120("is in left side of" ),
230+
BSPO_0000121("is in right side of" ),
231+
BSPO_0000122("is in posterior side of" ),
232+
BSPO_0000123("is in anterior side of" ),
233+
BSPO_0000124("is in proximal side of" ),
234+
BSPO_0000125("is in distal side of" ),
235+
BSPO_0000126("is in lateral side of" ),
236+
BSPO_0001100("is superficial part of" ),
237+
BSPO_0001101("is in deep part of" ),
238+
BSPO_0001106("is proximalmost part of" ),
239+
BSPO_0001107("is immediately deep to" ),
240+
BSPO_0001108("is distalmost part of" ),
241+
BSPO_0015101("is in dorsal side of" ),
242+
BSPO_0015102("is in ventral side of" ),
243+
BSPO_0020001("is in central side of" ),
244+
RO_0001025 ("is located in" ),
245+
RO_0002007 ("is a bounding layer of" ),
229246
RO_0002100 ("has its soma located in" ),
230247
RO_0002103 ("electrically synapses to" ),
231248
RO_0002105 ("is synapsed via type Ib bouton to" ),
@@ -235,9 +252,20 @@ enum ObjectProperty {
235252
RO_0002150 ("is continuous with" ),
236253
RO_0002160 ("only exists in", ""),
237254
RO_0002170 ("is connected to" ),
255+
RO_0002177 ("is attached to part of" ),
238256
RO_0002215 ("is capable of" ),
239257
RO_0002216 ("is capable of part of" ),
258+
RO_0002252 ("is a connecting branch of" ),
240259
RO_0002292 ("expresses", ""),
260+
RO_0002371 ("is attached to" ),
261+
RO_0002376 ("is tributary of" ),
262+
RO_0002380 ("is a branching part of" ),
263+
RO_0002473 ("is composed primarily of" ),
264+
RO_0002494 ("is a transformation of" ),
265+
RO_0002571 ("is lumen of" ),
266+
RO_0002572 ("is luminal space of" ),
267+
RO_0002576 ("is skeleton of" ),
268+
RO_0003001 ("is produced by" ),
241269
RO_0013009 ("sends synaptic output to" );
242270
// @formatter:on
243271

0 commit comments

Comments
 (0)