owlcollab / oboformat

Automatically exported from code.google.com/p/oboformat
5 stars 2 forks source link

relationship-Tag question #119

Open mwalzer opened 4 years ago

mwalzer commented 4 years ago

So this changed from 1.2 to 1.4:

The value of this tag should be the relationship type id, and then the id of the target term.

to

The value of this tag should be the relationship type id, and then the id of the target term, plus, optionally, other target terms.

But how am I to actually represent multiple target terms? TIA

mwalzer commented 4 years ago

On a related note, the syntax doc states

3.3 Term Frames ... relationship-Tag Relation-ID ws Class-ID

so I guess something like:

relationship: has_units UO:0000008 ! meter

is not going to work?