Showcase 50. Visualization of RO evolution

compared with
Version 8 by Raul Palma
on may 11, 2012 15:16.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (9)

View Page History
Notes about implementation:

*  3 We should use 3 colors: snapshot / live / archived
* Use different tonalities of the same color for snapshots - the newest the strongest color (Based on Trident's approach)
* iIdentifiers inside the node (e.g., ToBePublishedRO, SubmittedRO,...)
* Use ellipses instead of rectangles
* tThinner arcs
* lLabels on arcs when hovered
* Use different node shape for non-ROs (e.g., Packs, dropbox URL,...)

SPARQL query describing history of a snapshot (an example for <[http://sandbox.wf4ever-project.org/rosrs5/ROs/MetabolicROSnapshot_25-06-2012/]>):
?derived roevo:derivedFrom <http://sandbox.wf4ever-project.org/rosrs5/ROs/MetabolicROSnapshot_25-06-2012/> .
?derived dcterms:identifier ?derivedid .
?derived a ro:ResearchObject . .
}
WHERE
?derived roevo:derivedFrom <http://sandbox.wf4ever-project.org/rosrs5/ROs/MetabolicROSnapshot_25-06-2012/> .
?derived dcterms:identifier ?derivedid .
?derived a ro:ResearchObject . .
}
}{code}