Project

General

Profile

Download (1.25 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":"5000001-stub",
14

    
15
        "fullname":"Acanthocephalus amplexifolius Kar. & Kir.",
16
        "taggedName":[
17
          {
18
            "type":"name",
19
            "text":"Acanthocephalus amplexifolius"
20
          },
21
          {
22
            "type":"authors",
23
            "text":"Kar. & Kir."
24
          }
25
        ],
26
      "secUuid":"1001-stub",
27
      "isAccepted":true
28
      "hasChildren":0,
29
      "alternativeConceptRefs":[
30
        "uuid":"3000002-stub",
31
        "uuid":"3000001-stub"
32
      ]
33
    },
34
    {
35
      "uuid":"5000002-stub",
36

    
37
      "fullname":"Acanthocephalus benthamianus var. laevis Vassilcz.",
38
      "taggedName":[
39
          {
40
            "type":"name",
41
            "text":"Acanthocephalus benthamianus var. laevis"
42
          },
43
          {
44
            "type":"authors",
45
            "text":"Vassilcz."
46
          }
47
        ],
48
      "secUuid":"1001-stub",
49
      "isAccepted":true,
50
      "hasChildren":0,
51
      "alternativeConceptRefs":[]
52
    }
53
  ]
54
}
(14-14/24)