... | ... | @@ -44,7 +44,7 @@ sequenceDiagram |
|
|
participant user as PhyloAlps user
|
|
|
participant data as Data VH
|
|
|
participant taxo as Taxonomy VH
|
|
|
data->>data:select node 'Viridiplantae'
|
|
|
data->>data:[select node] 'Viridiplantae'
|
|
|
opt select node
|
|
|
user->>+data: click on a node of the taxonomy tree
|
|
|
data-x+taxo: GET taxo.phyloalps.org/sparql/getChildrenOfSomeTaxon
|
... | ... | |