Project

General

Profile

Download (1.03 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * eu.etaxonomy.cdm.remote.dto.TreeNode objects
3
 *
4
 *  #Cichorieae [5000007-stub]
5
 *    >Acanthocephalus [5000008-stub]
6
 *      A. amplexifolius [5000001-stub]
7
 *      A. benthamianus [5000002-stub]
8
 *    >Agoseris [5000009-stub]
9
 */
10
{
11
  "root": [
12
     {
13
      "uuid":"5000008-stub",
14
      "fullname":"Acanthocephalus Kar. & Kir.",
15
      "taggedName":[
16
        {
17
          "tag":"name",
18
          "text":"Acanthocephalus "
19
        },
20
        {
21
          "tag":"authors",
22
          "text":"Kar. & Kir."
23
        }
24
      ],
25
      "secUuid":"1001-stub",
26
      "isAccepted":true,
27
      "hasChildren":2,
28
      "alternativeConceptRefs":[]
29
    },
30
    {
31
      "uuid":"5000009-stub",
32
      "fullname":"Agoseris Raf.",
33
      "taggedName":[
34
        {
35
          "tag":"name",
36
          "text":"Agoseris"
37
        },
38
        {
39
          "tag":"authors",
40
          "text":"Raf."
41
        }
42
      ],
43
      "secUuid":"1001-stub",
44
      "isAccepted":true,
45
      "hasChildren":0,
46
      "alternativeConceptRefs":[]
47
    }
48
  ]
49
}
(13-13/23)