Project

General

Profile

Download (1.65 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * eu.etaxonomy.cdm.remote.dtoTreeNode 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":"5000001-stub",
14
        "fullname":"Acanthocephalus amplexifolius Kar. & Kir.",
15
        "taggedName":[
16
          {
17
            "type":"name",
18
            "text":"Acanthocephalus amplexifolius"
19
          },
20
          {
21
            "type":"authors",
22
            "text":"Kar. & Kir."
23
          }
24
        ],
25
      "secUuid":"1001-stub",
26
      "isAccepted":true
27
      "hasChildren":0,
28
      "alternativeConceptRefs":[
29
        "uuid":"3000002-stub",
30
        "uuid":"3000001-stub"
31
      ]
32
    },
33
    {
34
        "uuid":"5000008-stub",
35
          "fullname":"Acanthocephalus Kar. & Kir.",
36
          "taggedName":[
37
            {
38
              "type":"name",
39
              "text":"Acanthocephalus "
40
            },
41
            {
42
              "type":"authors",
43
              "text":"Kar. & Kir."
44
            }
45
          ],
46
        "secUuid":"1001-stub",
47
        "isAccepted":true,
48
        "hasChildren":2,
49
        "alternativeConceptRefs":[]
50
    },
51
    {
52
       "uuid":"5000007-stub",
53
        "fullname":"Cichorieae Lam. & DC.",
54
        "taggedName":[
55
          {
56
            "type":"name",
57
            "text":"Cichorieae"
58
          },
59
          {
60
            "type":"authors",
61
            "text":"Lam. & DC."
62
          }
63
        ],
64
      "secUuid":"1001-stub",
65
      "isAccepted":true,
66
      "hasChildren":2,
67
        "alternativeConceptRefs":[]
68
    }
69
  ]
70
}
(16-16/24)