Open cmungall opened 7 years ago
(the predicate edge is often missing. Why?)
We need to switch from association_has_object_property to association_has_predicate
but it seems that neither is present at the moment?
(the predicate edge is often missing. Why?)
this was fixed with https://github.com/SciGraph/SciGraph/pull/273
The evidence graph currently has association objects as nodes, following the RDF reification pattern. This inflates the graph. It would be better to de-reify these by making the association node properties properties of the relevant edge
For each:
(the predicate edge is often missing. Why?)
Find this:
and replace with:
Note it may be better to do this further upstream in SciGraph itself, in the BBOPGraph mapping algorithm.
Example here: