-
Notifications
You must be signed in to change notification settings - Fork 0
/
schema.json
144 lines (144 loc) · 2.94 KB
/
schema.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"columns": [
{
"name": "Sample ID",
"titles": "Sample ID",
"datatype": "string"
},
{
"name": "Assay ID",
"titles": "Assay ID",
"datatype": "string"
},
{
"name": "Record type",
"titles": "Record type",
"datatype": "string"
},
{
"name": "sourceTaxonName",
"titles": "Species",
"datatype": "string"
},
{
"name": "Sample type",
"titles": "Sample type",
"datatype": "string"
},
{
"name": "Sample size",
"titles": "Sample size",
"datatype": "string"
},
{
"name": "Label",
"titles": "Label",
"datatype": "string"
},
{
"name": "Collection ID",
"titles": "Collection ID",
"datatype": "string"
},
{
"name": "http://rs.tdwg.org/dwc/terms/eventDate",
"titles": "Collection date range",
"datatype": "string"
},
{
"name": "Collection protocols",
"titles": "Collection protocols",
"datatype": "string"
},
{
"name": "Projects",
"titles": "Projects",
"datatype": "string"
},
{
"name": "http://rs.tdwg.org/dwc/terms/decimalLatitude",
"titles": "Latitudes",
"datatype": "string"
},
{
"name": "http://rs.tdwg.org/dwc/terms/decimalLongitude",
"titles": "Longitudes",
"datatype": "string"
},
{
"name": "localityName",
"titles": "Locations",
"datatype": "string"
},
{
"name": "Phenotype type",
"titles": "Phenotype type",
"datatype": "string"
},
{
"name": "Protocols",
"titles": "Protocols",
"datatype": "string"
},
{
"name": "Phenotype value",
"titles": "Phenotype value",
"datatype": "string"
},
{
"name": "Phenotype value unit",
"titles": "Phenotype value unit",
"datatype": "string"
},
{
"name": "Phenotype value type",
"titles": "Phenotype value type",
"datatype": "string"
},
{
"name": "targetTaxonName",
"titles": "Blood meal host",
"datatype": "string"
},
{
"name": "referenceCitation",
"titles": "Citations",
"datatype": "string"
},
{
"name": "Tag",
"titles": "Tag",
"datatype": "string"
},
{
"name": "Attractants",
"titles": "Attractants",
"datatype": "string"
},
{
"name": "Usage license",
"titles": "Usage license",
"datatype": "string"
},
{
"name": "sourceSexName",
"titles": "Sex",
"datatype": "string"
},
{
"name": "sourceLifeStageName",
"titles": "Developmental stage",
"datatype": "string"
},
{
"name": "Geolocation provenance",
"titles": "Geolocation provenance",
"datatype": "string"
},
{
"name": "Geolocation precision",
"titles": "Geolocation precision",
"datatype": "string"
}
]
}