Project

General

Profile

Download (1.59 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":"5000002-stub",
14
      "fullname":"Acanthocephalus benthamianus var. laevis Vassilcz.",
15
      "taggedName":[
16
          {
17
            "type":"name",
18
            "text":"Acanthocephalus benthamianus var. laevis"
19
          },
20
          {
21
            "type":"authors",
22
            "text":"Vassilcz."
23
          }
24
        ],
25
      "secUuid":"1001-stub",
26
      "isAccepted":true,
27
      "hasChildren":0,
28
      "alternativeConceptRefs":[]
29
    },
30
    {
31
        "uuid":"5000008-stub",
32
          "fullname":"Acanthocephalus Kar. & Kir.",
33
          "taggedName":[
34
            {
35
              "type":"name",
36
              "text":"Acanthocephalus "
37
            },
38
            {
39
              "type":"authors",
40
              "text":"Kar. & Kir."
41
            }
42
          ],
43
        "secUuid":"1001-stub",
44
        "isAccepted":true,
45
        "hasChildren":2,
46
        "alternativeConceptRefs":[]
47
    },
48
    {
49
       "uuid":"5000007-stub",
50
        "fullname":"Cichorieae Lam. & DC.",
51
        "taggedName":[
52
          {
53
            "type":"name",
54
            "text":"Cichorieae"
55
          },
56
          {
57
            "type":"authors",
58
            "text":"Lam. & DC."
59
          }
60
        ],
61
      "secUuid":"1001-stub",
62
      "isAccepted":true,
63
      "hasChildren":2,
64
        "alternativeConceptRefs":[]
65
    }
66
  ]
67
}
(17-17/24)