Closed kshefchek closed 7 years ago
Some thoughts:
We can retrieve this information when the golr-loader runs, no need to add this in the graph itself.
The bbop graph json format has a field meta
for edges, we can fiddle the label there.
You could also return the object properties as nodes
On Tuesday, June 28, 2016, Jeremy notifications@github.com wrote:
Some thoughts:
We can retrieve this information when the golr-loader runs, no need to add this in the graph itself.
The bbop graph json format has a field meta for edges, we can fiddle the label there.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SciGraph/golr-loader/issues/15#issuecomment-229164039, or mute the thread https://github.com/notifications/unsubscribe/AADGOWP_gqOcaojlHqc9ik2_d1qDI5ysks5qQXyxgaJpZM4Iq56U .
It would be useful to have edge labels available when creating visuals of an evidence graph.
Getting labels for edges is currently a two step process: Get the iri for an edge Find the node with the same iri property and get its label
Two ideas: