-
Notifications
You must be signed in to change notification settings - Fork 0
/
tree.json
55 lines (55 loc) · 1.23 KB
/
tree.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"title": "Arts Holland",
"longtitle": "Arts Holland",
"doc": "file:artsholland.markdown",
"path": [],
"children": [
{
"title": "Data",
"longtitle": "Data",
"doc": "file:content1.markdown",
"sparql": "file:content1.sparql",
"path": [0],
"source": [
{
"title": "??city",
"longtitle": "Venues in ??city",
"subtitle": "??events events",
"doc": "file:content2.markdown",
"sparql": "file:content2.sparql"
},
{
"title": "??venue_title",
"longtitle": "Events in ??venue_title",
"subtitle": "??street_address",
"doc": "file:content3.markdown",
"sparql": "file:content3.sparql"
},
{
"title": "??production_title",
"subtitle": "??date"
}
]
},
{
"title": "Model",
"longtitle": "Data Model",
"doc": "file:model1.markdown",
"sparql": "file:model1.sparql",
"path": [1],
"source": [
{
"title": "??class_label",
"longtitle": "??class_label predicates",
"subtitle": "??count objects",
"doc": "file:model2.markdown",
"sparql": "file:model2.sparql"
},
{
"title": "??predicate",
"subtitle": "Range = <??p_range>"
}
]
}
]
}