Project

General

Profile

Download (1.13 KB) Statistics
| Branch: | Tag: | Revision:
1 6648d091 Andreas Kohlbecker
/**
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":"5000007-stub",
14
        "fullname":"Cichorieae Lam. & DC.",
15
        "taggedName":[
16
          {
17
            "tag":"name",
18
            "text":"Cichorieae"
19
          },
20
          {
21
            "tag":"authors",
22
            "text":"Lam. & DC."
23
          }
24
        ],
25
      "secUuid":"1001-stub",
26
      "isAccepted":true,
27
      "hasChildren":2,
28
        "alternativeConceptRefs":[]
29
    },
30
    {
31
        "uuid":"5000008-stub",
32
          "fullname":"Acanthocephalus Kar. & Kir.",
33
          "taggedName":[
34
            {
35
              "tag":"name",
36
              "text":"Acanthocephalus "
37
            },
38
            {
39
              "tag":"authors",
40
              "text":"Kar. & Kir."
41
            }
42
          ],
43
        "secUuid":"1001-stub",
44
        "isAccepted":true,
45
        "hasChildren":2,
46
        "alternativeConceptRefs":[]
47
    }
48
  ]
49
}