{
    "id": "v-my-taxonomy",
    "name": "My Taxonomy",
    "url": "/tree/my-taxonomy",
    "source": "",
    "description": "",
    "children": [
        {
            "id": "computer-science",
            "name": "Computer Science",
            "order": null,
            "url": "/tree/my-taxonomy#c-computer-science",
            "children": [],
            "data": {
                "type": "concept",
                "depth": 0
            }
        },
        {
            "id": "mathematics",
            "name": "Mathematics",
            "order": null,
            "url": "/tree/my-taxonomy#c-mathematics",
            "children": [
                {
                    "id": "statistics",
                    "name": "Statistics",
                    "order": null,
                    "url": "/tree/my-taxonomy#c-statistics",
                    "children": [
                        {
                            "id": "data-mining",
                            "name": "Data Mining",
                            "order": null,
                            "url": "/tree/my-taxonomy#c-data-mining",
                            "children": [],
                            "data": {
                                "type": "concept",
                                "depth": 2
                            }
                        }
                    ],
                    "data": {
                        "type": "concept",
                        "depth": 3
                    }
                }
            ],
            "data": {
                "type": "concept",
                "depth": 2
            }
        }
    ],
    "data": {
        "type": "vocab"
    }
}