oborel / obo-relations

RO is an ontology of relations for use with biological ontologies
http://oborel.github.io/
Other
92 stars 47 forks source link

materialize inverse chains #628

Open cmungall opened 1 year ago

cmungall commented 1 year ago

Splitting this off from #622:

r1 o r2 -> r3
<=>
r2’ o r1’ -> r3’

Where ‘ indicates inverse

Eg

Participatesin o partof-> participatesin
<=>
Haspart o hasparticipant -> hasparticipant
nlharris commented 1 year ago

I don't understand what's being requested here. Is this a change request?

StroemPhi commented 1 year ago

If I recall it right, the change needs to be made in the makefile pipeline that produces the release artefact and which should include a ROBOT command that does this materialization.