Project

General

Profile

« Previous | Next » 

Revision 6677

dict2redmine: Fixed bug where all header fields need to be preserved because columns are now filtered out instead of removed in each row

View differences:

bin/dict2redmine
59 59
    '''Formats rows as Redmine sections containing a table'''
60 60
    
61 61
    def __init__(self, term_col, def_col, header, stream):
62
        header.pop(term_col)
63
        header.pop(def_col)
64
        
65 62
        self.term_col = term_col
66 63
        self.def_col = def_col
67 64
        self.header = header
......
75 72
        
76 73
        table = RedmineTableWriter(self.stream)
77 74
        for i, col_name in enumerate(self.header):
78
            if i not in set([self.term_col, self.def_col]):
75
            if not i in set([self.term_col, self.def_col]):
79 76
                value = row[i]
80 77
                if value: table.writerow([redmine_bold(col_name), value])
81 78
        self.stream.write('\n')
mappings/VegCore.redmine
1 1
h3. "dcterms:type":http://rs.tdwg.org/dwc/terms/#dcterms:type
2 2

  
3
|*Sources*|"DwC:dcterms:type":http://rs.tdwg.org/dwc/terms/#dcterms:type|
3 4

  
4 5
h3. "dcterms:modified":http://rs.tdwg.org/dwc/terms/#dcterms:modified
5 6

  
6 7
I think is this merely an internal timestamp indicated when record last modified, not necessarily when determination (taxon name) last modified [Brad Boyle]
7 8

  
9
|*Sources*|"DwC:dcterms:modified":http://rs.tdwg.org/dwc/terms/#dcterms:modified|
8 10

  
9 11
h3. "dcterms:language":http://rs.tdwg.org/dwc/terms/#dcterms:language
10 12

  
13
|*Sources*|"DwC:dcterms:language":http://rs.tdwg.org/dwc/terms/#dcterms:language|
11 14

  
12 15
h3. "dcterms:rights":http://rs.tdwg.org/dwc/terms/#dcterms:rights
13 16

  
17
|*Sources*|"DwC:dcterms:rights":http://rs.tdwg.org/dwc/terms/#dcterms:rights|
14 18

  
15 19
h3. "dcterms:rightsHolder":http://rs.tdwg.org/dwc/terms/#dcterms:rightsHolder
16 20

  
21
|*Sources*|"DwC:dcterms:rightsHolder":http://rs.tdwg.org/dwc/terms/#dcterms:rightsHolder|
17 22

  
18 23
h3. "dcterms:accessRights":http://rs.tdwg.org/dwc/terms/#dcterms:accessRights
19 24

  
25
|*Sources*|"DwC:dcterms:accessRights":http://rs.tdwg.org/dwc/terms/#dcterms:accessRights|
20 26

  
21 27
h3. "dcterms:bibliographicCitation":http://rs.tdwg.org/dwc/terms/#dcterms:bibliographicCitation
22 28

  
29
|*Sources*|"DwC:dcterms:bibliographicCitation":http://rs.tdwg.org/dwc/terms/#dcterms:bibliographicCitation|
23 30

  
24 31
h3. "dcterms:references":http://rs.tdwg.org/dwc/terms/#dcterms:references
25 32

  
33
|*Sources*|"DwC:dcterms:references":http://rs.tdwg.org/dwc/terms/#dcterms:references|
26 34

  
27 35
h3. "institutionID":http://rs.tdwg.org/dwc/terms/#institutionID
28 36

  
37
|*Sources*|"DwC:institutionID":http://rs.tdwg.org/dwc/terms/#institutionID|
29 38

  
30 39
h3. "collectionID":http://rs.tdwg.org/dwc/terms/#collectionID
31 40

  
41
|*Sources*|"DwC:collectionID":http://rs.tdwg.org/dwc/terms/#collectionID|
32 42

  
33 43
h3. "datasetID":http://rs.tdwg.org/dwc/terms/#datasetID
34 44

  
45
|*Sources*|"DwC:datasetID":http://rs.tdwg.org/dwc/terms/#datasetID|
35 46

  
36 47
h3. "institutionCode":http://rs.tdwg.org/dwc/terms/#institutionCode
37 48

  
49
|*Sources*|"DwC:institutionCode":http://rs.tdwg.org/dwc/terms/#institutionCode|
38 50

  
39 51
h3. "subInstitutionCode":http://rs.tdwg.org/dwc/terms/#institutionCode
40 52

  
53
|*Sources*|"DwC:institutionCode":http://rs.tdwg.org/dwc/terms/#institutionCode|
41 54

  
42 55
h3. "collectionCode":http://rs.tdwg.org/dwc/terms/#collectionCode
43 56

  
57
|*Sources*|"DwC:collectionCode":http://rs.tdwg.org/dwc/terms/#collectionCode|
44 58

  
45 59
h3. "datasetName":http://rs.tdwg.org/dwc/terms/#datasetName
46 60

  
61
|*Sources*|"DwC:datasetName":http://rs.tdwg.org/dwc/terms/#datasetName|
47 62

  
48 63
h3. "ownerInstitutionCode":http://rs.tdwg.org/dwc/terms/#ownerInstitutionCode
49 64

  
65
|*Sources*|"DwC:ownerInstitutionCode":http://rs.tdwg.org/dwc/terms/#ownerInstitutionCode|
50 66

  
51 67
h3. "basisOfRecord":http://rs.tdwg.org/dwc/terms/#basisOfRecord
52 68

  
69
|*Sources*|"DwC:basisOfRecord":http://rs.tdwg.org/dwc/terms/#basisOfRecord|
53 70

  
54 71
h3. "informationWithheld":http://rs.tdwg.org/dwc/terms/#informationWithheld
55 72

  
73
|*Sources*|"DwC:informationWithheld":http://rs.tdwg.org/dwc/terms/#informationWithheld|
56 74

  
57 75
h3. "dataGeneralizations":http://rs.tdwg.org/dwc/terms/#dataGeneralizations
58 76

  
77
|*Sources*|"DwC:dataGeneralizations":http://rs.tdwg.org/dwc/terms/#dataGeneralizations|
59 78

  
60 79
h3. "dynamicProperties":http://rs.tdwg.org/dwc/terms/#dynamicProperties
61 80

  
81
|*Sources*|"DwC:dynamicProperties":http://rs.tdwg.org/dwc/terms/#dynamicProperties|
62 82

  
63 83
h3. "occurrenceID":http://rs.tdwg.org/dwc/terms/#occurrenceID
64 84

  
85
|*Sources*|"DwC:occurrenceID":http://rs.tdwg.org/dwc/terms/#occurrenceID|
65 86

  
66 87
h3. "catalogNumber":http://rs.tdwg.org/dwc/terms/#catalogNumber
67 88

  
89
|*Sources*|"DwC:catalogNumber":http://rs.tdwg.org/dwc/terms/#catalogNumber|
68 90

  
69 91
h3. "occurrenceRemarks":http://rs.tdwg.org/dwc/terms/#occurrenceRemarks
70 92

  
93
|*Sources*|"DwC:occurrenceRemarks":http://rs.tdwg.org/dwc/terms/#occurrenceRemarks|
71 94

  
72 95
h3. "recordNumber":http://rs.tdwg.org/dwc/terms/#recordNumber
73 96

  
97
|*Sources*|"DwC:recordNumber":http://rs.tdwg.org/dwc/terms/#recordNumber|
74 98

  
75 99
h3. "recordedBy":http://rs.tdwg.org/dwc/terms/#recordedBy
76 100

  
101
|*Sources*|"DwC:recordedBy":http://rs.tdwg.org/dwc/terms/#recordedBy|
77 102

  
78 103
h3. "recordedBy.givenName":http://rs.tdwg.org/dwc/terms/#recordedBy
79 104

  
105
|*Sources*|"DwC:recordedBy":http://rs.tdwg.org/dwc/terms/#recordedBy, "VegX:givenName":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/parties/party/individualName/givenName|
80 106

  
81 107
h3. "recordedBy.surName":http://rs.tdwg.org/dwc/terms/#recordedBy
82 108

  
109
|*Sources*|"DwC:recordedBy":http://rs.tdwg.org/dwc/terms/#recordedBy, "VegX:surName":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/parties/party/individualName/surName|
83 110

  
84 111
h3. "individualID":http://rs.tdwg.org/dwc/terms/#individualID
85 112

  
113
|*Sources*|"DwC:individualID":http://rs.tdwg.org/dwc/terms/#individualID|
86 114

  
87 115
h3. "individualCount":http://rs.tdwg.org/dwc/terms/#individualCount
88 116

  
117
|*Sources*|"DwC:individualCount":http://rs.tdwg.org/dwc/terms/#individualCount|
89 118

  
90 119
h3. "sex":http://rs.tdwg.org/dwc/terms/#sex
91 120

  
121
|*Sources*|"DwC:sex":http://rs.tdwg.org/dwc/terms/#sex|
92 122

  
93 123
h3. "lifeStage":http://rs.tdwg.org/dwc/terms/#lifeStage
94 124

  
125
|*Sources*|"DwC:lifeStage":http://rs.tdwg.org/dwc/terms/#lifeStage|
95 126

  
96 127
h3. "reproductiveCondition":http://rs.tdwg.org/dwc/terms/#reproductiveCondition
97 128

  
129
|*Sources*|"DwC:reproductiveCondition":http://rs.tdwg.org/dwc/terms/#reproductiveCondition|
98 130

  
99 131
h3. "behavior":http://rs.tdwg.org/dwc/terms/#behavior
100 132

  
133
|*Sources*|"DwC:behavior":http://rs.tdwg.org/dwc/terms/#behavior|
101 134

  
102 135
h3. "establishmentMeans":http://rs.tdwg.org/dwc/terms/#establishmentMeans
103 136

  
137
|*Sources*|"DwC:establishmentMeans":http://rs.tdwg.org/dwc/terms/#establishmentMeans|
104 138

  
105 139
h3. "cultivated":http://rs.tdwg.org/dwc/terms/#establishmentMeans#cultivated
106 140

  
141
|*Sources*|"DwC:cultivated":http://rs.tdwg.org/dwc/terms/#establishmentMeans#cultivated|
142
|*Comments*|Picklist value extracted|
107 143

  
108 144
h3. "cultivatedBasis":http://rs.tdwg.org/dwc/terms/#establishmentMeans#cultivated
109 145

  
146
|*Sources*|"DwC:cultivated":http://rs.tdwg.org/dwc/terms/#establishmentMeans#cultivated|
147
|*Comments*|Picklist value extracted|
110 148

  
111 149
h3. "occurrenceStatus":http://rs.tdwg.org/dwc/terms/#occurrenceStatus
112 150

  
151
|*Sources*|"DwC:occurrenceStatus":http://rs.tdwg.org/dwc/terms/#occurrenceStatus|
113 152

  
114 153
h3. "preparations":http://rs.tdwg.org/dwc/terms/#preparations
115 154

  
155
|*Sources*|"DwC:preparations":http://rs.tdwg.org/dwc/terms/#preparations|
116 156

  
117 157
h3. "disposition":http://rs.tdwg.org/dwc/terms/#disposition
118 158

  
159
|*Sources*|"DwC:disposition":http://rs.tdwg.org/dwc/terms/#disposition|
119 160

  
120 161
h3. "otherCatalogNumbers":http://rs.tdwg.org/dwc/terms/#otherCatalogNumbers
121 162

  
163
|*Sources*|"DwC:otherCatalogNumbers":http://rs.tdwg.org/dwc/terms/#otherCatalogNumbers|
122 164

  
123 165
h3. "previousIdentifications":http://rs.tdwg.org/dwc/terms/#previousIdentifications
124 166

  
167
|*Sources*|"DwC:previousIdentifications":http://rs.tdwg.org/dwc/terms/#previousIdentifications|
125 168

  
126 169
h3. "associatedMedia":http://rs.tdwg.org/dwc/terms/#associatedMedia
127 170

  
171
|*Sources*|"DwC:associatedMedia":http://rs.tdwg.org/dwc/terms/#associatedMedia|
128 172

  
129 173
h3. "associatedReferences":http://rs.tdwg.org/dwc/terms/#associatedReferences
130 174

  
175
|*Sources*|"DwC:associatedReferences":http://rs.tdwg.org/dwc/terms/#associatedReferences|
131 176

  
132 177
h3. "associatedOccurrences":http://rs.tdwg.org/dwc/terms/#associatedOccurrences
133 178

  
179
|*Sources*|"DwC:associatedOccurrences":http://rs.tdwg.org/dwc/terms/#associatedOccurrences|
134 180

  
135 181
h3. "associatedSequences":http://rs.tdwg.org/dwc/terms/#associatedSequences
136 182

  
183
|*Sources*|"DwC:associatedSequences":http://rs.tdwg.org/dwc/terms/#associatedSequences|
137 184

  
138 185
h3. "associatedTaxa":http://rs.tdwg.org/dwc/terms/#associatedTaxa
139 186

  
187
|*Sources*|"DwC:associatedTaxa":http://rs.tdwg.org/dwc/terms/#associatedTaxa|
140 188

  
141 189
h3. "eventID":http://rs.tdwg.org/dwc/terms/#eventID
142 190

  
191
|*Sources*|"DwC:eventID":http://rs.tdwg.org/dwc/terms/#eventID|
143 192

  
144 193
h3. "samplingProtocol":http://rs.tdwg.org/dwc/terms/#samplingProtocol
145 194

  
195
|*Sources*|"DwC:samplingProtocol":http://rs.tdwg.org/dwc/terms/#samplingProtocol|
146 196

  
147 197
h3. "samplingProtocolID":http://rs.tdwg.org/dwc/terms/#samplingProtocol
148 198

  
199
|*Sources*|"DwC:samplingProtocol":http://rs.tdwg.org/dwc/terms/#samplingProtocol, "DwC:occurrenceID":http://rs.tdwg.org/dwc/terms/#occurrenceID|
149 200

  
150 201
h3. "samplingEffort":http://rs.tdwg.org/dwc/terms/#samplingEffort
151 202

  
203
|*Sources*|"DwC:samplingEffort":http://rs.tdwg.org/dwc/terms/#samplingEffort|
152 204

  
153 205
h3. "eventDate":http://rs.tdwg.org/dwc/terms/#eventDate
154 206

  
207
|*Sources*|"DwC:eventDate":http://rs.tdwg.org/dwc/terms/#eventDate|
155 208

  
156 209
h3. "startDate":http://rs.tdwg.org/dwc/terms/#eventDate
157 210

  
211
|*Sources*|"DwC:eventDate":http://rs.tdwg.org/dwc/terms/#eventDate, "VegBank:obsStartDate":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=observation&entity=dba_tabledescription&where=where_tablename#obsStartDate|
212
|*Comments*|Table removed because a date range always applies to the event|
158 213

  
159 214
h3. "endDate":http://rs.tdwg.org/dwc/terms/#eventDate
160 215

  
216
|*Sources*|"DwC:eventDate":http://rs.tdwg.org/dwc/terms/#eventDate, "VegBank:obsEndDate":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=observation&entity=dba_tabledescription&where=where_tablename#obsEndDate|
217
|*Comments*|Table removed because a date range always applies to the event|
161 218

  
162 219
h3. "eventTime":http://rs.tdwg.org/dwc/terms/#eventTime
163 220

  
221
|*Sources*|"DwC:eventTime":http://rs.tdwg.org/dwc/terms/#eventTime|
164 222

  
165 223
h3. "startDayOfYear":http://rs.tdwg.org/dwc/terms/#startDayOfYear
166 224

  
225
|*Sources*|"DwC:startDayOfYear":http://rs.tdwg.org/dwc/terms/#startDayOfYear|
167 226

  
168 227
h3. "endDayOfYear":http://rs.tdwg.org/dwc/terms/#endDayOfYear
169 228

  
229
|*Sources*|"DwC:endDayOfYear":http://rs.tdwg.org/dwc/terms/#endDayOfYear|
170 230

  
171 231
h3. "year":http://rs.tdwg.org/dwc/terms/#year
172 232

  
233
|*Sources*|"DwC:year":http://rs.tdwg.org/dwc/terms/#year|
173 234

  
174 235
h3. "month":http://rs.tdwg.org/dwc/terms/#month
175 236

  
237
|*Sources*|"DwC:month":http://rs.tdwg.org/dwc/terms/#month|
176 238

  
177 239
h3. "day":http://rs.tdwg.org/dwc/terms/#day
178 240

  
241
|*Sources*|"DwC:day":http://rs.tdwg.org/dwc/terms/#day|
179 242

  
180 243
h3. "verbatimEventDate":http://rs.tdwg.org/dwc/terms/#verbatimEventDate
181 244

  
245
|*Sources*|"DwC:verbatimEventDate":http://rs.tdwg.org/dwc/terms/#verbatimEventDate|
182 246

  
183 247
h3. "habitat":http://rs.tdwg.org/dwc/terms/#habitat
184 248

  
249
|*Sources*|"DwC:habitat":http://rs.tdwg.org/dwc/terms/#habitat|
185 250

  
186 251
h3. "fieldNumber":http://rs.tdwg.org/dwc/terms/#fieldNumber
187 252

  
253
|*Sources*|"DwC:fieldNumber":http://rs.tdwg.org/dwc/terms/#fieldNumber|
188 254

  
189 255
h3. "fieldNotes":http://rs.tdwg.org/dwc/terms/#fieldNotes
190 256

  
257
|*Sources*|"DwC:fieldNotes":http://rs.tdwg.org/dwc/terms/#fieldNotes|
191 258

  
192 259
h3. "eventRemarks":http://rs.tdwg.org/dwc/terms/#eventRemarks
193 260

  
261
|*Sources*|"DwC:eventRemarks":http://rs.tdwg.org/dwc/terms/#eventRemarks|
194 262

  
195 263
h3. "locationID":http://rs.tdwg.org/dwc/terms/#locationID
196 264

  
265
|*Sources*|"DwC:locationID":http://rs.tdwg.org/dwc/terms/#locationID|
197 266

  
198 267
h3. "locationName":http://rs.tdwg.org/dwc/terms/#locationID
199 268

  
269
|*Sources*|"DwC:locationID":http://rs.tdwg.org/dwc/terms/#locationID, "VegX:plotName":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plots/plot/plotName|
200 270

  
201 271
h3. "higherGeographyID":http://rs.tdwg.org/dwc/terms/#higherGeographyID
202 272

  
273
|*Sources*|"DwC:higherGeographyID":http://rs.tdwg.org/dwc/terms/#higherGeographyID|
203 274

  
204 275
h3. "higherGeography":http://rs.tdwg.org/dwc/terms/#higherGeography
205 276

  
277
|*Sources*|"DwC:higherGeography":http://rs.tdwg.org/dwc/terms/#higherGeography|
206 278

  
207 279
h3. "continent":http://rs.tdwg.org/dwc/terms/#continent
208 280

  
281
|*Sources*|"DwC:continent":http://rs.tdwg.org/dwc/terms/#continent|
209 282

  
210 283
h3. "waterBody":http://rs.tdwg.org/dwc/terms/#waterBody
211 284

  
285
|*Sources*|"DwC:waterBody":http://rs.tdwg.org/dwc/terms/#waterBody|
212 286

  
213 287
h3. "islandGroup":http://rs.tdwg.org/dwc/terms/#islandGroup
214 288

  
289
|*Sources*|"DwC:islandGroup":http://rs.tdwg.org/dwc/terms/#islandGroup|
215 290

  
216 291
h3. "island":http://rs.tdwg.org/dwc/terms/#island
217 292

  
293
|*Sources*|"DwC:island":http://rs.tdwg.org/dwc/terms/#island|
218 294

  
219 295
h3. "country":http://rs.tdwg.org/dwc/terms/#country
220 296

  
297
|*Sources*|"DwC:country":http://rs.tdwg.org/dwc/terms/#country|
221 298

  
222 299
h3. "acceptedCountry":http://rs.tdwg.org/dwc/terms/#country
223 300

  
301
|*Sources*|"DwC:country":http://rs.tdwg.org/dwc/terms/#country, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
224 302

  
225 303
h3. "countryCode":http://rs.tdwg.org/dwc/terms/#countryCode
226 304

  
305
|*Sources*|"DwC:countryCode":http://rs.tdwg.org/dwc/terms/#countryCode|
227 306

  
228 307
h3. "stateProvince":http://rs.tdwg.org/dwc/terms/#stateProvince
229 308

  
309
|*Sources*|"DwC:stateProvince":http://rs.tdwg.org/dwc/terms/#stateProvince|
230 310

  
231 311
h3. "acceptedStateProvince":http://rs.tdwg.org/dwc/terms/#stateProvince
232 312

  
313
|*Sources*|"DwC:stateProvince":http://rs.tdwg.org/dwc/terms/#stateProvince, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
233 314

  
234 315
h3. "county":http://rs.tdwg.org/dwc/terms/#county
235 316

  
317
|*Sources*|"DwC:county":http://rs.tdwg.org/dwc/terms/#county|
236 318

  
237 319
h3. "acceptedCounty":http://rs.tdwg.org/dwc/terms/#county
238 320

  
321
|*Sources*|"DwC:county":http://rs.tdwg.org/dwc/terms/#county, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
239 322

  
240 323
h3. "municipality":http://rs.tdwg.org/dwc/terms/#municipality
241 324

  
325
|*Sources*|"DwC:municipality":http://rs.tdwg.org/dwc/terms/#municipality|
242 326

  
243 327
h3. "locality":http://rs.tdwg.org/dwc/terms/#locality
244 328

  
329
|*Sources*|"DwC:locality":http://rs.tdwg.org/dwc/terms/#locality|
245 330

  
246 331
h3. "verbatimLocality":http://rs.tdwg.org/dwc/terms/#verbatimLocality
247 332

  
333
|*Sources*|"DwC:verbatimLocality":http://rs.tdwg.org/dwc/terms/#verbatimLocality|
248 334

  
249 335
h3. "verbatimElevation":http://rs.tdwg.org/dwc/terms/#verbatimElevation
250 336

  
337
|*Sources*|"DwC:verbatimElevation":http://rs.tdwg.org/dwc/terms/#verbatimElevation|
338
|*Comments*|Must include units|
251 339

  
252 340
h3. "verbatimElevation_m":http://rs.tdwg.org/dwc/terms/#verbatimElevation
253 341

  
342
|*Sources*|"DwC:verbatimElevation":http://rs.tdwg.org/dwc/terms/#verbatimElevation|
343
|*Comments*|Added units|
254 344

  
255 345
h3. "elevationInMeters":http://rs.tdwg.org/dwc/terms/#minimumElevationInMeters
256 346

  
347
|*Sources*|"DwC:minimumElevationInMeters":http://rs.tdwg.org/dwc/terms/#minimumElevationInMeters|
348
|*Comments*|Prefix removed to use for non-ranges|
257 349

  
258 350
h3. "minimumElevationInMeters":http://rs.tdwg.org/dwc/terms/#minimumElevationInMeters
259 351

  
352
|*Sources*|"DwC:minimumElevationInMeters":http://rs.tdwg.org/dwc/terms/#minimumElevationInMeters|
260 353

  
261 354
h3. "maximumElevationInMeters":http://rs.tdwg.org/dwc/terms/#maximumElevationInMeters
262 355

  
356
|*Sources*|"DwC:maximumElevationInMeters":http://rs.tdwg.org/dwc/terms/#maximumElevationInMeters|
263 357

  
264 358
h3. "verbatimDepth":http://rs.tdwg.org/dwc/terms/#verbatimDepth
265 359

  
360
|*Sources*|"DwC:verbatimDepth":http://rs.tdwg.org/dwc/terms/#verbatimDepth|
266 361

  
267 362
h3. "minimumDepthInMeters":http://rs.tdwg.org/dwc/terms/#minimumDepthInMeters
268 363

  
364
|*Sources*|"DwC:minimumDepthInMeters":http://rs.tdwg.org/dwc/terms/#minimumDepthInMeters|
269 365

  
270 366
h3. "maximumDepthInMeters":http://rs.tdwg.org/dwc/terms/#maximumDepthInMeters
271 367

  
368
|*Sources*|"DwC:maximumDepthInMeters":http://rs.tdwg.org/dwc/terms/#maximumDepthInMeters|
272 369

  
273 370
h3. "minimumDistanceAboveSurfaceInMeters":http://rs.tdwg.org/dwc/terms/#minimumDistanceAboveSurfaceInMeters
274 371

  
372
|*Sources*|"DwC:minimumDistanceAboveSurfaceInMeters":http://rs.tdwg.org/dwc/terms/#minimumDistanceAboveSurfaceInMeters|
275 373

  
276 374
h3. "maximumDistanceAboveSurfaceInMeters":http://rs.tdwg.org/dwc/terms/#maximumDistanceAboveSurfaceInMeters
277 375

  
376
|*Sources*|"DwC:maximumDistanceAboveSurfaceInMeters":http://rs.tdwg.org/dwc/terms/#maximumDistanceAboveSurfaceInMeters|
278 377

  
279 378
h3. "locationAccordingTo":http://rs.tdwg.org/dwc/terms/#locationAccordingTo
280 379

  
380
|*Sources*|"DwC:locationAccordingTo":http://rs.tdwg.org/dwc/terms/#locationAccordingTo|
281 381

  
282 382
h3. "locationRemarks":http://rs.tdwg.org/dwc/terms/#locationRemarks
283 383

  
384
|*Sources*|"DwC:locationRemarks":http://rs.tdwg.org/dwc/terms/#locationRemarks|
284 385

  
285 386
h3. "verbatimCoordinates":http://rs.tdwg.org/dwc/terms/#verbatimCoordinates
286 387

  
388
|*Sources*|"DwC:verbatimCoordinates":http://rs.tdwg.org/dwc/terms/#verbatimCoordinates|
287 389

  
288 390
h3. "verbatimLatitude":http://rs.tdwg.org/dwc/terms/#verbatimLatitude
289 391

  
392
|*Sources*|"DwC:verbatimLatitude":http://rs.tdwg.org/dwc/terms/#verbatimLatitude|
290 393

  
291 394
h3. "verbatimLongitude":http://rs.tdwg.org/dwc/terms/#verbatimLongitude
292 395

  
396
|*Sources*|"DwC:verbatimLongitude":http://rs.tdwg.org/dwc/terms/#verbatimLongitude|
293 397

  
294 398
h3. "verbatimCoordinateSystem":http://rs.tdwg.org/dwc/terms/#verbatimCoordinateSystem
295 399

  
400
|*Sources*|"DwC:verbatimCoordinateSystem":http://rs.tdwg.org/dwc/terms/#verbatimCoordinateSystem|
296 401

  
297 402
h3. "verbatimSRS":http://rs.tdwg.org/dwc/terms/#verbatimSRS
298 403

  
404
|*Sources*|"DwC:verbatimSRS":http://rs.tdwg.org/dwc/terms/#verbatimSRS|
299 405

  
300 406
h3. "decimalLatitude":http://rs.tdwg.org/dwc/terms/#decimalLatitude
301 407

  
408
|*Sources*|"DwC:decimalLatitude":http://rs.tdwg.org/dwc/terms/#decimalLatitude|
302 409

  
303 410
h3. "acceptedDecimalLatitude":http://rs.tdwg.org/dwc/terms/#decimalLatitude
304 411

  
412
|*Sources*|"DwC:decimalLatitude":http://rs.tdwg.org/dwc/terms/#decimalLatitude, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
305 413

  
306 414
h3. "decimalLongitude":http://rs.tdwg.org/dwc/terms/#decimalLongitude
307 415

  
416
|*Sources*|"DwC:decimalLongitude":http://rs.tdwg.org/dwc/terms/#decimalLongitude|
308 417

  
309 418
h3. "acceptedDecimalLongitude":http://rs.tdwg.org/dwc/terms/#decimalLongitude
310 419

  
420
|*Sources*|"DwC:decimalLongitude":http://rs.tdwg.org/dwc/terms/#decimalLongitude, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
311 421

  
312 422
h3. "geodeticDatum":http://rs.tdwg.org/dwc/terms/#geodeticDatum
313 423

  
424
|*Sources*|"DwC:geodeticDatum":http://rs.tdwg.org/dwc/terms/#geodeticDatum|
314 425

  
315 426
h3. "coordinateUncertaintyInMeters":http://rs.tdwg.org/dwc/terms/#coordinateUncertaintyInMeters
316 427

  
428
|*Sources*|"DwC:coordinateUncertaintyInMeters":http://rs.tdwg.org/dwc/terms/#coordinateUncertaintyInMeters|
317 429

  
318 430
h3. "coordinatePrecision_deg":http://rs.tdwg.org/dwc/terms/#coordinatePrecision
319 431

  
432
|*Sources*|"DwC:coordinatePrecision":http://rs.tdwg.org/dwc/terms/#coordinatePrecision|
433
|*Comments*|Added units|
320 434

  
321 435
h3. "pointRadiusSpatialFit":http://rs.tdwg.org/dwc/terms/#pointRadiusSpatialFit
322 436

  
437
|*Sources*|"DwC:pointRadiusSpatialFit":http://rs.tdwg.org/dwc/terms/#pointRadiusSpatialFit|
323 438

  
324 439
h3. "footprintWKT":http://rs.tdwg.org/dwc/terms/#footprintWKT
325 440

  
441
|*Sources*|"DwC:footprintWKT":http://rs.tdwg.org/dwc/terms/#footprintWKT|
326 442

  
327 443
h3. "footprintSRS":http://rs.tdwg.org/dwc/terms/#footprintSRS
328 444

  
445
|*Sources*|"DwC:footprintSRS":http://rs.tdwg.org/dwc/terms/#footprintSRS|
329 446

  
330 447
h3. "footprintSpatialFit":http://rs.tdwg.org/dwc/terms/#footprintSpatialFit
331 448

  
449
|*Sources*|"DwC:footprintSpatialFit":http://rs.tdwg.org/dwc/terms/#footprintSpatialFit|
332 450

  
333 451
h3. "georeferencedBy":http://rs.tdwg.org/dwc/terms/#georeferencedBy
334 452

  
453
|*Sources*|"DwC:georeferencedBy":http://rs.tdwg.org/dwc/terms/#georeferencedBy|
335 454

  
336 455
h3. "georeferencedDate":http://rs.tdwg.org/dwc/terms/#georeferencedDate
337 456

  
457
|*Sources*|"DwC:georeferencedDate":http://rs.tdwg.org/dwc/terms/#georeferencedDate|
338 458

  
339 459
h3. "georeferenceProtocol":http://rs.tdwg.org/dwc/terms/#georeferenceProtocol
340 460

  
461
|*Sources*|"DwC:georeferenceProtocol":http://rs.tdwg.org/dwc/terms/#georeferenceProtocol|
341 462

  
342 463
h3. "georeferenceSources":http://rs.tdwg.org/dwc/terms/#georeferenceSources
343 464

  
465
|*Sources*|"DwC:georeferenceSources":http://rs.tdwg.org/dwc/terms/#georeferenceSources|
344 466

  
345 467
h3. "georeferenceVerificationStatus":http://rs.tdwg.org/dwc/terms/#georeferenceVerificationStatus
346 468

  
469
|*Sources*|"DwC:georeferenceVerificationStatus":http://rs.tdwg.org/dwc/terms/#georeferenceVerificationStatus|
347 470

  
348 471
h3. "coordinatePrecision":http://rs.tdwg.org/dwc/terms/#georeferenceVerificationStatus
349 472

  
350 473
Whether the coordinates are in the range of valid decimal values
351 474

  
475
|*Sources*|"DwC:georeferenceVerificationStatus":http://rs.tdwg.org/dwc/terms/#georeferenceVerificationStatus, "BIEN2:isValidLatLong":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=bien_web&table=observation&target=tbl_structure.php#isValidLatLong|
352 476

  
353 477
h3. "latLongDomainInvalid":http://rs.tdwg.org/dwc/terms/#georeferenceVerificationStatus
354 478

  
355 479
Whether the coordinates are not in the range of valid decimal values
356 480

  
481
|*Sources*|"DwC:georeferenceVerificationStatus":http://rs.tdwg.org/dwc/terms/#georeferenceVerificationStatus, "BIEN2:isValidLatLong":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=bien_web&table=observation&target=tbl_structure.php#isValidLatLong, "BIEN2:isBadLatLong":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=geoscrub&table=geoscrub&target=tbl_structure.php#isBadLatLong|
357 482

  
358 483
h3. "geovalid":http://rs.tdwg.org/dwc/terms/#georeferenceVerificationStatus
359 484

  
485
|*Sources*|"DwC:georeferenceVerificationStatus":http://rs.tdwg.org/dwc/terms/#georeferenceVerificationStatus, "BIEN2:isGeovalid":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=bien_web&table=observation&target=tbl_structure.php#isGeovalid|
360 486

  
361 487
h3. "georeferenceRemarks":http://rs.tdwg.org/dwc/terms/#georeferenceRemarks
362 488

  
489
|*Sources*|"DwC:georeferenceRemarks":http://rs.tdwg.org/dwc/terms/#georeferenceRemarks|
363 490

  
364 491
h3. "geologicalContextID":http://rs.tdwg.org/dwc/terms/#geologicalContextID
365 492

  
493
|*Sources*|"DwC:geologicalContextID":http://rs.tdwg.org/dwc/terms/#geologicalContextID|
366 494

  
367 495
h3. "earliestEonOrLowestEonothem":http://rs.tdwg.org/dwc/terms/#earliestEonOrLowestEonothem
368 496

  
497
|*Sources*|"DwC:earliestEonOrLowestEonothem":http://rs.tdwg.org/dwc/terms/#earliestEonOrLowestEonothem|
369 498

  
370 499
h3. "latestEonOrHighestEonothem":http://rs.tdwg.org/dwc/terms/#latestEonOrHighestEonothem
371 500

  
501
|*Sources*|"DwC:latestEonOrHighestEonothem":http://rs.tdwg.org/dwc/terms/#latestEonOrHighestEonothem|
372 502

  
373 503
h3. "earliestEraOrLowestErathem":http://rs.tdwg.org/dwc/terms/#earliestEraOrLowestErathem
374 504

  
505
|*Sources*|"DwC:earliestEraOrLowestErathem":http://rs.tdwg.org/dwc/terms/#earliestEraOrLowestErathem|
375 506

  
376 507
h3. "latestEraOrHighestErathem":http://rs.tdwg.org/dwc/terms/#latestEraOrHighestErathem
377 508

  
509
|*Sources*|"DwC:latestEraOrHighestErathem":http://rs.tdwg.org/dwc/terms/#latestEraOrHighestErathem|
378 510

  
379 511
h3. "earliestPeriodOrLowestSystem":http://rs.tdwg.org/dwc/terms/#earliestPeriodOrLowestSystem
380 512

  
513
|*Sources*|"DwC:earliestPeriodOrLowestSystem":http://rs.tdwg.org/dwc/terms/#earliestPeriodOrLowestSystem|
381 514

  
382 515
h3. "latestPeriodOrHighestSystem":http://rs.tdwg.org/dwc/terms/#latestPeriodOrHighestSystem
383 516

  
517
|*Sources*|"DwC:latestPeriodOrHighestSystem":http://rs.tdwg.org/dwc/terms/#latestPeriodOrHighestSystem|
384 518

  
385 519
h3. "earliestEpochOrLowestSeries":http://rs.tdwg.org/dwc/terms/#earliestEpochOrLowestSeries
386 520

  
521
|*Sources*|"DwC:earliestEpochOrLowestSeries":http://rs.tdwg.org/dwc/terms/#earliestEpochOrLowestSeries|
387 522

  
388 523
h3. "latestEpochOrHighestSeries":http://rs.tdwg.org/dwc/terms/#latestEpochOrHighestSeries
389 524

  
525
|*Sources*|"DwC:latestEpochOrHighestSeries":http://rs.tdwg.org/dwc/terms/#latestEpochOrHighestSeries|
390 526

  
391 527
h3. "earliestAgeOrLowestStage":http://rs.tdwg.org/dwc/terms/#earliestAgeOrLowestStage
392 528

  
529
|*Sources*|"DwC:earliestAgeOrLowestStage":http://rs.tdwg.org/dwc/terms/#earliestAgeOrLowestStage|
393 530

  
394 531
h3. "latestAgeOrHighestStage":http://rs.tdwg.org/dwc/terms/#latestAgeOrHighestStage
395 532

  
533
|*Sources*|"DwC:latestAgeOrHighestStage":http://rs.tdwg.org/dwc/terms/#latestAgeOrHighestStage|
396 534

  
397 535
h3. "lowestBiostratigraphicZone":http://rs.tdwg.org/dwc/terms/#lowestBiostratigraphicZone
398 536

  
537
|*Sources*|"DwC:lowestBiostratigraphicZone":http://rs.tdwg.org/dwc/terms/#lowestBiostratigraphicZone|
399 538

  
400 539
h3. "highestBiostratigraphicZone":http://rs.tdwg.org/dwc/terms/#highestBiostratigraphicZone
401 540

  
541
|*Sources*|"DwC:highestBiostratigraphicZone":http://rs.tdwg.org/dwc/terms/#highestBiostratigraphicZone|
402 542

  
403 543
h3. "lithostratigraphicTerms":http://rs.tdwg.org/dwc/terms/#lithostratigraphicTerms
404 544

  
545
|*Sources*|"DwC:lithostratigraphicTerms":http://rs.tdwg.org/dwc/terms/#lithostratigraphicTerms|
405 546

  
406 547
h3. "group":http://rs.tdwg.org/dwc/terms/#group
407 548

  
549
|*Sources*|"DwC:group":http://rs.tdwg.org/dwc/terms/#group|
408 550

  
409 551
h3. "formation":http://rs.tdwg.org/dwc/terms/#formation
410 552

  
553
|*Sources*|"DwC:formation":http://rs.tdwg.org/dwc/terms/#formation|
411 554

  
412 555
h3. "member":http://rs.tdwg.org/dwc/terms/#member
413 556

  
557
|*Sources*|"DwC:member":http://rs.tdwg.org/dwc/terms/#member|
414 558

  
415 559
h3. "bed":http://rs.tdwg.org/dwc/terms/#bed
416 560

  
561
|*Sources*|"DwC:bed":http://rs.tdwg.org/dwc/terms/#bed|
417 562

  
418 563
h3. "identificationID":http://rs.tdwg.org/dwc/terms/#identificationID
419 564

  
565
|*Sources*|"DwC:identificationID":http://rs.tdwg.org/dwc/terms/#identificationID|
420 566

  
421 567
h3. "identifiedBy":http://rs.tdwg.org/dwc/terms/#identifiedBy
422 568

  
569
|*Sources*|"DwC:identifiedBy":http://rs.tdwg.org/dwc/terms/#identifiedBy|
423 570

  
424 571
h3. "dateIdentified":http://rs.tdwg.org/dwc/terms/#dateIdentified
425 572

  
573
|*Sources*|"DwC:dateIdentified":http://rs.tdwg.org/dwc/terms/#dateIdentified|
426 574

  
427 575
h3. "identificationReferences":http://rs.tdwg.org/dwc/terms/#identificationReferences
428 576

  
577
|*Sources*|"DwC:identificationReferences":http://rs.tdwg.org/dwc/terms/#identificationReferences|
429 578

  
430 579
h3. "identificationVerificationStatus":http://rs.tdwg.org/dwc/terms/#identificationVerificationStatus
431 580

  
581
|*Sources*|"DwC:identificationVerificationStatus":http://rs.tdwg.org/dwc/terms/#identificationVerificationStatus|
432 582

  
433 583
h3. "identificationRemarks":http://rs.tdwg.org/dwc/terms/#identificationRemarks
434 584

  
585
|*Sources*|"DwC:identificationRemarks":http://rs.tdwg.org/dwc/terms/#identificationRemarks|
435 586

  
436 587
h3. "identificationQualifier":http://rs.tdwg.org/dwc/terms/#identificationQualifier
437 588

  
589
|*Sources*|"DwC:identificationQualifier":http://rs.tdwg.org/dwc/terms/#identificationQualifier|
438 590

  
439 591
h3. "acceptedIdentificationQualifier":http://rs.tdwg.org/dwc/terms/#identificationQualifier
440 592

  
593
|*Sources*|"DwC:identificationQualifier":http://rs.tdwg.org/dwc/terms/#identificationQualifier, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
441 594

  
442 595
h3. "originalIdentificationQualifier":http://rs.tdwg.org/dwc/terms/#identificationQualifier
443 596

  
597
|*Sources*|"DwC:identificationQualifier":http://rs.tdwg.org/dwc/terms/#identificationQualifier, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
444 598

  
445 599
h3. "verbatimIdentificationQualifier":http://rs.tdwg.org/dwc/terms/#identificationQualifier
446 600

  
601
|*Sources*|"DwC:identificationQualifier":http://rs.tdwg.org/dwc/terms/#identificationQualifier, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
447 602

  
448 603
h3. "typeStatus":http://rs.tdwg.org/dwc/terms/#typeStatus
449 604

  
450 605
Indicates whether this specimen served as type for taxon name [Brad Boyle]
451 606

  
607
|*Sources*|"DwC:typeStatus":http://rs.tdwg.org/dwc/terms/#typeStatus|
452 608

  
453 609
h3. "taxonID":http://rs.tdwg.org/dwc/terms/#taxonID
454 610

  
611
|*Sources*|"DwC:taxonID":http://rs.tdwg.org/dwc/terms/#taxonID|
455 612

  
456 613
h3. "parentTaxonID":http://rs.tdwg.org/dwc/terms/#taxonID
457 614

  
615
|*Sources*|"DwC:taxonID":http://rs.tdwg.org/dwc/terms/#taxonID, "VegBank:plantParent_ID":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plantstatus&entity=dba_tabledescription&where=where_tablename#plantParent_ID|
458 616

  
459 617
h3. "scientificNameID":http://rs.tdwg.org/dwc/terms/#scientificNameID
460 618

  
619
|*Sources*|"DwC:scientificNameID":http://rs.tdwg.org/dwc/terms/#scientificNameID|
461 620

  
462 621
h3. "parentScientificNameID":http://rs.tdwg.org/dwc/terms/#scientificNameID
463 622

  
623
|*Sources*|"DwC:scientificNameID":http://rs.tdwg.org/dwc/terms/#scientificNameID, "VegBank:plantParent_ID":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plantstatus&entity=dba_tabledescription&where=where_tablename#plantParent_ID|
464 624

  
465 625
h3. "acceptedNameUsageID":http://rs.tdwg.org/dwc/terms/#acceptedNameUsageID
466 626

  
627
|*Sources*|"DwC:acceptedNameUsageID":http://rs.tdwg.org/dwc/terms/#acceptedNameUsageID|
467 628

  
468 629
h3. "parentNameUsageID":http://rs.tdwg.org/dwc/terms/#parentNameUsageID
469 630

  
631
|*Sources*|"DwC:parentNameUsageID":http://rs.tdwg.org/dwc/terms/#parentNameUsageID|
470 632

  
471 633
h3. "originalNameUsageID":http://rs.tdwg.org/dwc/terms/#originalNameUsageID
472 634

  
635
|*Sources*|"DwC:originalNameUsageID":http://rs.tdwg.org/dwc/terms/#originalNameUsageID|
473 636

  
474 637
h3. "nameAccordingToID":http://rs.tdwg.org/dwc/terms/#nameAccordingToID
475 638

  
639
|*Sources*|"DwC:nameAccordingToID":http://rs.tdwg.org/dwc/terms/#nameAccordingToID|
476 640

  
477 641
h3. "namePublishedInID":http://rs.tdwg.org/dwc/terms/#namePublishedInID
478 642

  
643
|*Sources*|"DwC:namePublishedInID":http://rs.tdwg.org/dwc/terms/#namePublishedInID|
479 644

  
480 645
h3. "taxonConceptID":http://rs.tdwg.org/dwc/terms/#taxonConceptID
481 646

  
647
|*Sources*|"DwC:taxonConceptID":http://rs.tdwg.org/dwc/terms/#taxonConceptID|
482 648

  
483 649
h3. "parentTaxonConceptID":http://rs.tdwg.org/dwc/terms/#taxonConceptID
484 650

  
651
|*Sources*|"DwC:taxonConceptID":http://rs.tdwg.org/dwc/terms/#taxonConceptID, "VegBank:plantParent_ID":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plantstatus&entity=dba_tabledescription&where=where_tablename#plantParent_ID|
485 652

  
486 653
h3. "scientificName":http://rs.tdwg.org/dwc/terms/#scientificName
487 654

  
655
|*Sources*|"DwC:scientificName":http://rs.tdwg.org/dwc/terms/#scientificName|
488 656

  
489 657
h3. "taxonName":http://rs.tdwg.org/dwc/terms/#scientificName
490 658

  
491 659
Taxonomic name without author
492 660

  
661
|*Sources*|"DwC:scientificName":http://rs.tdwg.org/dwc/terms/#scientificName, "DwC:Taxon":http://rs.tdwg.org/dwc/terms/#Taxon|
493 662

  
494 663
h3. "acceptedTaxonName":http://rs.tdwg.org/dwc/terms/#scientificName
495 664

  
496 665
Taxonomic name without author
497 666

  
667
|*Sources*|"DwC:scientificName":http://rs.tdwg.org/dwc/terms/#scientificName, "DwC:Taxon":http://rs.tdwg.org/dwc/terms/#Taxon, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
498 668

  
499 669
h3. "originalTaxonName":http://rs.tdwg.org/dwc/terms/#scientificName
500 670

  
501 671
Taxonomic name without author
502 672

  
673
|*Sources*|"DwC:scientificName":http://rs.tdwg.org/dwc/terms/#scientificName, "DwC:Taxon":http://rs.tdwg.org/dwc/terms/#Taxon, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
503 674

  
504 675
h3. "taxonNameOrEpithet":http://rs.tdwg.org/dwc/terms/#scientificName
505 676

  
677
|*Sources*|"DwC:scientificName":http://rs.tdwg.org/dwc/terms/#scientificName, "DwC:Taxon":http://rs.tdwg.org/dwc/terms/#Taxon, "DwC:specificEpithet":http://rs.tdwg.org/dwc/terms/#specificEpithet, "DwC:higherClassification":http://rs.tdwg.org/dwc/terms/#higherClassification|
506 678

  
507 679
h3. "verbatimTaxonName":http://rs.tdwg.org/dwc/terms/#scientificName
508 680

  
509 681
Taxonomic name without author
510 682

  
683
|*Sources*|"DwC:scientificName":http://rs.tdwg.org/dwc/terms/#scientificName, "DwC:Taxon":http://rs.tdwg.org/dwc/terms/#Taxon, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
511 684

  
512 685
h3. "acceptedScientificName":http://rs.tdwg.org/dwc/terms/#scientificName
513 686

  
687
|*Sources*|"DwC:scientificName":http://rs.tdwg.org/dwc/terms/#scientificName, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
514 688

  
515 689
h3. "originalScientificName":http://rs.tdwg.org/dwc/terms/#scientificName
516 690

  
691
|*Sources*|"DwC:scientificName":http://rs.tdwg.org/dwc/terms/#scientificName, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
517 692

  
518 693
h3. "verbatimScientificName":http://rs.tdwg.org/dwc/terms/#scientificName
519 694

  
695
|*Sources*|"DwC:scientificName":http://rs.tdwg.org/dwc/terms/#scientificName, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
520 696

  
521 697
h3. "scientificNameWithMorphospecies":http://rs.tdwg.org/dwc/terms/#scientificName
522 698

  
699
|*Sources*|"DwC:scientificName":http://rs.tdwg.org/dwc/terms/#scientificName, "SALVIAS:morphospecies":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/species_status#morphospecies|
523 700

  
524 701
h3. "acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage
525 702

  
703
|*Sources*|"DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
526 704

  
527 705
h3. "parentNameUsage":http://rs.tdwg.org/dwc/terms/#parentNameUsage
528 706

  
707
|*Sources*|"DwC:parentNameUsage":http://rs.tdwg.org/dwc/terms/#parentNameUsage|
529 708

  
530 709
h3. "originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage
531 710

  
711
|*Sources*|"DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
532 712

  
533 713
h3. "nameAccordingTo":http://rs.tdwg.org/dwc/terms/#nameAccordingTo
534 714

  
715
|*Sources*|"DwC:nameAccordingTo":http://rs.tdwg.org/dwc/terms/#nameAccordingTo|
535 716

  
536 717
h3. "namePublishedIn":http://rs.tdwg.org/dwc/terms/#namePublishedIn
537 718

  
719
|*Sources*|"DwC:namePublishedIn":http://rs.tdwg.org/dwc/terms/#namePublishedIn|
538 720

  
539 721
h3. "namePublishedInYear":http://rs.tdwg.org/dwc/terms/#namePublishedInYear
540 722

  
723
|*Sources*|"DwC:namePublishedInYear":http://rs.tdwg.org/dwc/terms/#namePublishedInYear|
541 724

  
542 725
h3. "higherClassification":http://rs.tdwg.org/dwc/terms/#higherClassification
543 726

  
727
|*Sources*|"DwC:higherClassification":http://rs.tdwg.org/dwc/terms/#higherClassification|
544 728

  
545 729
h3. "kingdom":http://rs.tdwg.org/dwc/terms/#kingdom
546 730

  
731
|*Sources*|"DwC:kingdom":http://rs.tdwg.org/dwc/terms/#kingdom|
547 732

  
548 733
h3. "acceptedKingdom":http://rs.tdwg.org/dwc/terms/#kingdom
549 734

  
735
|*Sources*|"DwC:kingdom":http://rs.tdwg.org/dwc/terms/#kingdom, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
550 736

  
551 737
h3. "originalKingdom":http://rs.tdwg.org/dwc/terms/#kingdom
552 738

  
739
|*Sources*|"DwC:kingdom":http://rs.tdwg.org/dwc/terms/#kingdom, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
553 740

  
554 741
h3. "verbatimKingdom":http://rs.tdwg.org/dwc/terms/#kingdom
555 742

  
743
|*Sources*|"DwC:kingdom":http://rs.tdwg.org/dwc/terms/#kingdom, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
556 744

  
557 745
h3. "phylum":http://rs.tdwg.org/dwc/terms/#phylum
558 746

  
747
|*Sources*|"DwC:phylum":http://rs.tdwg.org/dwc/terms/#phylum|
559 748

  
560 749
h3. "acceptedPhylum":http://rs.tdwg.org/dwc/terms/#phylum
561 750

  
751
|*Sources*|"DwC:phylum":http://rs.tdwg.org/dwc/terms/#phylum, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
562 752

  
563 753
h3. "originalPhylum":http://rs.tdwg.org/dwc/terms/#phylum
564 754

  
755
|*Sources*|"DwC:phylum":http://rs.tdwg.org/dwc/terms/#phylum, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
565 756

  
566 757
h3. "verbatimPhylum":http://rs.tdwg.org/dwc/terms/#phylum
567 758

  
759
|*Sources*|"DwC:phylum":http://rs.tdwg.org/dwc/terms/#phylum, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
568 760

  
569 761
h3. "class":http://rs.tdwg.org/dwc/terms/#class
570 762

  
763
|*Sources*|"DwC:class":http://rs.tdwg.org/dwc/terms/#class|
571 764

  
572 765
h3. "acceptedClass":http://rs.tdwg.org/dwc/terms/#class
573 766

  
767
|*Sources*|"DwC:class":http://rs.tdwg.org/dwc/terms/#class, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
574 768

  
575 769
h3. "originalClass":http://rs.tdwg.org/dwc/terms/#class
576 770

  
771
|*Sources*|"DwC:class":http://rs.tdwg.org/dwc/terms/#class, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
577 772

  
578 773
h3. "verbatimClass":http://rs.tdwg.org/dwc/terms/#class
579 774

  
775
|*Sources*|"DwC:class":http://rs.tdwg.org/dwc/terms/#class, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
580 776

  
581 777
h3. "order":http://rs.tdwg.org/dwc/terms/#order
582 778

  
779
|*Sources*|"DwC:order":http://rs.tdwg.org/dwc/terms/#order|
583 780

  
584 781
h3. "acceptedOrder":http://rs.tdwg.org/dwc/terms/#order
585 782

  
783
|*Sources*|"DwC:order":http://rs.tdwg.org/dwc/terms/#order, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
586 784

  
587 785
h3. "originalOrder":http://rs.tdwg.org/dwc/terms/#order
588 786

  
787
|*Sources*|"DwC:order":http://rs.tdwg.org/dwc/terms/#order, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
589 788

  
590 789
h3. "verbatimOrder":http://rs.tdwg.org/dwc/terms/#order
591 790

  
791
|*Sources*|"DwC:order":http://rs.tdwg.org/dwc/terms/#order, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
592 792

  
593 793
h3. "family":http://rs.tdwg.org/dwc/terms/#family
594 794

  
795
|*Sources*|"DwC:family":http://rs.tdwg.org/dwc/terms/#family|
595 796

  
596 797
h3. "acceptedFamily":http://rs.tdwg.org/dwc/terms/#family
597 798

  
799
|*Sources*|"DwC:family":http://rs.tdwg.org/dwc/terms/#family, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
598 800

  
599 801
h3. "originalFamily":http://rs.tdwg.org/dwc/terms/#family
600 802

  
803
|*Sources*|"DwC:family":http://rs.tdwg.org/dwc/terms/#family, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
601 804

  
602 805
h3. "verbatimFamily":http://rs.tdwg.org/dwc/terms/#family
603 806

  
807
|*Sources*|"DwC:family":http://rs.tdwg.org/dwc/terms/#family, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
604 808

  
605 809
h3. "genus":http://rs.tdwg.org/dwc/terms/#genus
606 810

  
811
|*Sources*|"DwC:genus":http://rs.tdwg.org/dwc/terms/#genus|
607 812

  
608 813
h3. "acceptedGenus":http://rs.tdwg.org/dwc/terms/#genus
609 814

  
815
|*Sources*|"DwC:genus":http://rs.tdwg.org/dwc/terms/#genus, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
610 816

  
611 817
h3. "originalGenus":http://rs.tdwg.org/dwc/terms/#genus
612 818

  
819
|*Sources*|"DwC:genus":http://rs.tdwg.org/dwc/terms/#genus, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
613 820

  
614 821
h3. "verbatimGenus":http://rs.tdwg.org/dwc/terms/#genus
615 822

  
823
|*Sources*|"DwC:genus":http://rs.tdwg.org/dwc/terms/#genus, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
616 824

  
617 825
h3. "subgenus":http://rs.tdwg.org/dwc/terms/#subgenus
618 826

  
827
|*Sources*|"DwC:subgenus":http://rs.tdwg.org/dwc/terms/#subgenus|
619 828

  
620 829
h3. "verbatimSubgenus":http://rs.tdwg.org/dwc/terms/#subgenus
621 830

  
831
|*Sources*|"DwC:subgenus":http://rs.tdwg.org/dwc/terms/#subgenus, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
622 832

  
623 833
h3. "specificEpithet":http://rs.tdwg.org/dwc/terms/#specificEpithet
624 834

  
835
|*Sources*|"DwC:specificEpithet":http://rs.tdwg.org/dwc/terms/#specificEpithet|
625 836

  
626 837
h3. "acceptedSpecificEpithet":http://rs.tdwg.org/dwc/terms/#specificEpithet
627 838

  
839
|*Sources*|"DwC:specificEpithet":http://rs.tdwg.org/dwc/terms/#specificEpithet, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
628 840

  
629 841
h3. "originalSpecificEpithet":http://rs.tdwg.org/dwc/terms/#specificEpithet
630 842

  
843
|*Sources*|"DwC:specificEpithet":http://rs.tdwg.org/dwc/terms/#specificEpithet, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
631 844

  
632 845
h3. "verbatimSpecificEpithet":http://rs.tdwg.org/dwc/terms/#specificEpithet
633 846

  
847
|*Sources*|"DwC:specificEpithet":http://rs.tdwg.org/dwc/terms/#specificEpithet, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
634 848

  
635 849
h3. "infraspecificEpithet":http://rs.tdwg.org/dwc/terms/#infraspecificEpithet
636 850

  
851
|*Sources*|"DwC:infraspecificEpithet":http://rs.tdwg.org/dwc/terms/#infraspecificEpithet|
637 852

  
638 853
h3. "acceptedInfraspecificEpithet":http://rs.tdwg.org/dwc/terms/#infraspecificEpithet
639 854

  
855
|*Sources*|"DwC:infraspecificEpithet":http://rs.tdwg.org/dwc/terms/#infraspecificEpithet, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
640 856

  
641 857
h3. "originalInfraspecificEpithet":http://rs.tdwg.org/dwc/terms/#infraspecificEpithet
642 858

  
859
|*Sources*|"DwC:infraspecificEpithet":http://rs.tdwg.org/dwc/terms/#infraspecificEpithet, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
643 860

  
644 861
h3. "verbatimInfraspecificEpithet":http://rs.tdwg.org/dwc/terms/#infraspecificEpithet
645 862

  
863
|*Sources*|"DwC:infraspecificEpithet":http://rs.tdwg.org/dwc/terms/#infraspecificEpithet, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
646 864

  
647 865
h3. "taxonRank":http://rs.tdwg.org/dwc/terms/#taxonRank
648 866

  
867
|*Sources*|"DwC:taxonRank":http://rs.tdwg.org/dwc/terms/#taxonRank|
649 868

  
650 869
h3. "acceptedTaxonRank":http://rs.tdwg.org/dwc/terms/#taxonRank
651 870

  
871
|*Sources*|"DwC:taxonRank":http://rs.tdwg.org/dwc/terms/#taxonRank, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
652 872

  
653 873
h3. "originalTaxonRank":http://rs.tdwg.org/dwc/terms/#taxonRank
654 874

  
875
|*Sources*|"DwC:taxonRank":http://rs.tdwg.org/dwc/terms/#taxonRank, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
655 876

  
656 877
h3. "verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank
657 878

  
879
|*Sources*|"DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
658 880

  
659 881
h3. "scientificNameAuthorship":http://rs.tdwg.org/dwc/terms/#scientificNameAuthorship
660 882

  
883
|*Sources*|"DwC:scientificNameAuthorship":http://rs.tdwg.org/dwc/terms/#scientificNameAuthorship|
661 884

  
662 885
h3. "acceptedScientificNameAuthorship":http://rs.tdwg.org/dwc/terms/#scientificNameAuthorship
663 886

  
887
|*Sources*|"DwC:scientificNameAuthorship":http://rs.tdwg.org/dwc/terms/#scientificNameAuthorship, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
664 888

  
665 889
h3. "originalScientificNameAuthorship":http://rs.tdwg.org/dwc/terms/#scientificNameAuthorship
666 890

  
891
|*Sources*|"DwC:scientificNameAuthorship":http://rs.tdwg.org/dwc/terms/#scientificNameAuthorship, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
667 892

  
668 893
h3. "verbatimScientificNameAuthorship":http://rs.tdwg.org/dwc/terms/#scientificNameAuthorship
669 894

  
895
|*Sources*|"DwC:scientificNameAuthorship":http://rs.tdwg.org/dwc/terms/#scientificNameAuthorship, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
670 896

  
671 897
h3. "vernacularName":http://rs.tdwg.org/dwc/terms/#vernacularName
672 898

  
899
|*Sources*|"DwC:vernacularName":http://rs.tdwg.org/dwc/terms/#vernacularName|
673 900

  
674 901
h3. "nomenclaturalCode":http://rs.tdwg.org/dwc/terms/#nomenclaturalCode
675 902

  
903
|*Sources*|"DwC:nomenclaturalCode":http://rs.tdwg.org/dwc/terms/#nomenclaturalCode|
676 904

  
677 905
h3. "taxonomicStatus":http://rs.tdwg.org/dwc/terms/#taxonomicStatus
678 906

  
907
|*Sources*|"DwC:taxonomicStatus":http://rs.tdwg.org/dwc/terms/#taxonomicStatus|
679 908

  
680 909
h3. "taxonIsCanonical":http://rs.tdwg.org/dwc/terms/#taxonomicStatus#accepted
681 910

  
911
|*Sources*|"DwC:accepted":http://rs.tdwg.org/dwc/terms/#taxonomicStatus#accepted|
682 912

  
683 913
h3. "nomenclaturalStatus":http://rs.tdwg.org/dwc/terms/#nomenclaturalStatus
684 914

  
915
|*Sources*|"DwC:nomenclaturalStatus":http://rs.tdwg.org/dwc/terms/#nomenclaturalStatus|
685 916

  
686 917
h3. "taxonRemarks":http://rs.tdwg.org/dwc/terms/#taxonRemarks
687 918

  
919
|*Sources*|"DwC:taxonRemarks":http://rs.tdwg.org/dwc/terms/#taxonRemarks|
688 920

  
689 921
h3. "resourceRelationshipID":http://rs.tdwg.org/dwc/terms/#resourceRelationshipID
690 922

  
923
|*Sources*|"DwC:resourceRelationshipID":http://rs.tdwg.org/dwc/terms/#resourceRelationshipID|
691 924

  
692 925
h3. "resourceID":http://rs.tdwg.org/dwc/terms/#resourceID
693 926

  
927
|*Sources*|"DwC:resourceID":http://rs.tdwg.org/dwc/terms/#resourceID|
694 928

  
695 929
h3. "relatedResourceID":http://rs.tdwg.org/dwc/terms/#relatedResourceID
696 930

  
931
|*Sources*|"DwC:relatedResourceID":http://rs.tdwg.org/dwc/terms/#relatedResourceID|
697 932

  
698 933
h3. "relationshipOfResource":http://rs.tdwg.org/dwc/terms/#relationshipOfResource
699 934

  
935
|*Sources*|"DwC:relationshipOfResource":http://rs.tdwg.org/dwc/terms/#relationshipOfResource|
700 936

  
701 937
h3. "relationshipAccordingTo":http://rs.tdwg.org/dwc/terms/#relationshipAccordingTo
702 938

  
939
|*Sources*|"DwC:relationshipAccordingTo":http://rs.tdwg.org/dwc/terms/#relationshipAccordingTo|
703 940

  
704 941
h3. "relationshipEstablishedDate":http://rs.tdwg.org/dwc/terms/#relationshipEstablishedDate
705 942

  
943
|*Sources*|"DwC:relationshipEstablishedDate":http://rs.tdwg.org/dwc/terms/#relationshipEstablishedDate|
706 944

  
707 945
h3. "relationshipRemarks":http://rs.tdwg.org/dwc/terms/#relationshipRemarks
708 946

  
947
|*Sources*|"DwC:relationshipRemarks":http://rs.tdwg.org/dwc/terms/#relationshipRemarks|
709 948

  
710 949
h3. "measurementID":http://rs.tdwg.org/dwc/terms/#measurementID
711 950

  
951
|*Sources*|"DwC:measurementID":http://rs.tdwg.org/dwc/terms/#measurementID|
712 952

  
713 953
h3. "measurementType":http://rs.tdwg.org/dwc/terms/#measurementType
714 954

  
955
|*Sources*|"DwC:measurementType":http://rs.tdwg.org/dwc/terms/#measurementType|
715 956

  
716 957
h3. "measurementValue":http://rs.tdwg.org/dwc/terms/#measurementValue
717 958

  
959
|*Sources*|"DwC:measurementValue":http://rs.tdwg.org/dwc/terms/#measurementValue|
718 960

  
719 961
h3. "measurementAccuracy":http://rs.tdwg.org/dwc/terms/#measurementAccuracy
720 962

  
963
|*Sources*|"DwC:measurementAccuracy":http://rs.tdwg.org/dwc/terms/#measurementAccuracy|
721 964

  
722 965
h3. "measurementUnit":http://rs.tdwg.org/dwc/terms/#measurementUnit
723 966

  
967
|*Sources*|"DwC:measurementUnit":http://rs.tdwg.org/dwc/terms/#measurementUnit|
724 968

  
725 969
h3. "measurementDeterminedDate":http://rs.tdwg.org/dwc/terms/#measurementDeterminedDate
726 970

  
971
|*Sources*|"DwC:measurementDeterminedDate":http://rs.tdwg.org/dwc/terms/#measurementDeterminedDate|
727 972

  
728 973
h3. "measurementDeterminedBy":http://rs.tdwg.org/dwc/terms/#measurementDeterminedBy
729 974

  
975
|*Sources*|"DwC:measurementDeterminedBy":http://rs.tdwg.org/dwc/terms/#measurementDeterminedBy|
730 976

  
731 977
h3. "measurementMethod":http://rs.tdwg.org/dwc/terms/#measurementMethod
732 978

  
979
|*Sources*|"DwC:measurementMethod":http://rs.tdwg.org/dwc/terms/#measurementMethod|
733 980

  
734 981
h3. "measurementRemarks":http://rs.tdwg.org/dwc/terms/#measurementRemarks
735 982

  
983
|*Sources*|"DwC:measurementRemarks":http://rs.tdwg.org/dwc/terms/#measurementRemarks|
736 984

  
737 985
h3. "yearCollected":http://digir.net/schema/conceptual/darwin/manis/1.21/darwin2.xsd#/YearCollected
738 986

  
987
|*Sources*|"DwC:MaNIS:YearCollected":http://digir.net/schema/conceptual/darwin/manis/1.21/darwin2.xsd#/YearCollected|
739 988

  
740 989
h3. "monthCollected":http://digir.net/schema/conceptual/darwin/manis/1.21/darwin2.xsd#/MonthCollected
741 990

  
991
|*Sources*|"DwC:MaNIS:MonthCollected":http://digir.net/schema/conceptual/darwin/manis/1.21/darwin2.xsd#/MonthCollected|
742 992

  
743 993
h3. "dayCollected":http://digir.net/schema/conceptual/darwin/manis/1.21/darwin2.xsd#/DayCollected
744 994

  
995
|*Sources*|"DwC:MaNIS:DayCollected":http://digir.net/schema/conceptual/darwin/manis/1.21/darwin2.xsd#/DayCollected|
745 996

  
746 997
h3. "yearIdentified":http://digir.net/schema/conceptual/darwin/manis/1.21/darwin2.xsd#/YearIdentified
747 998

  
999
|*Sources*|"DwC:MaNIS:YearIdentified":http://digir.net/schema/conceptual/darwin/manis/1.21/darwin2.xsd#/YearIdentified|
748 1000

  
749 1001
h3. "monthIdentified":http://digir.net/schema/conceptual/darwin/manis/1.21/darwin2.xsd#/MonthIdentified
750 1002

  
1003
|*Sources*|"DwC:MaNIS:MonthIdentified":http://digir.net/schema/conceptual/darwin/manis/1.21/darwin2.xsd#/MonthIdentified|
751 1004

  
752 1005
h3. "dayIdentified":http://digir.net/schema/conceptual/darwin/manis/1.21/darwin2.xsd#/DayIdentified
753 1006

  
1007
|*Sources*|"DwC:MaNIS:DayIdentified":http://digir.net/schema/conceptual/darwin/manis/1.21/darwin2.xsd#/DayIdentified|
754 1008

  
755 1009
h3. "longitude_DMS":http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd#/Longitude
756 1010

  
1011
|*Sources*|"DwC:Classic:Longitude":http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd#/Longitude|
1012
|*Comments*|Added units|
757 1013

  
758 1014
h3. "latitude_DMS":http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd#/Latitude
759 1015

  
1016
|*Sources*|"DwC:Classic:Latitude":http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd#/Latitude|
1017
|*Comments*|Added units|
760 1018

  
761 1019
h3. "dateCollected":http://rs.tdwg.org/dwc/terms/history/index.htm#EarliestDateCollected-2007-04-17
762 1020

  
1021
|*Sources*|"DwC:history:EarliestDateCollected-2007-04-17":http://rs.tdwg.org/dwc/terms/history/index.htm#EarliestDateCollected-2007-04-17|
1022
|*Comments*|Prefix removed to use for non-ranges|
763 1023

  
764 1024
h3. "accordingTo":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonConcepts/TaxonConcept/AccordingTo
765 1025

  
1026
|*Sources*|"TCS:AccordingTo":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonConcepts/TaxonConcept/AccordingTo|
766 1027

  
767 1028
h3. "forma":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankBelowSubspeciesEnum/fm
768 1029

  
1030
|*Sources*|"TCS:fm":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankBelowSubspeciesEnum/fm, "Wikipedia:Ranks_in_botany":http://en.wikipedia.org/wiki/Taxonomic_rank#Ranks_in_botany|
769 1031

  
770 1032
h3. "acceptedVariety":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankBelowSubspeciesEnum/fm
771 1033

  
1034
|*Sources*|"TCS:fm":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankBelowSubspeciesEnum/fm, "Wikipedia:Ranks_in_botany":http://en.wikipedia.org/wiki/Taxonomic_rank#Ranks_in_botany, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
772 1035

  
773 1036
h3. "originalVariety":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankBelowSubspeciesEnum/fm
774 1037

  
1038
|*Sources*|"TCS:fm":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankBelowSubspeciesEnum/fm, "Wikipedia:Ranks_in_botany":http://en.wikipedia.org/wiki/Taxonomic_rank#Ranks_in_botany, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
775 1039

  
776 1040
h3. "verbatimVariety":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankBelowSubspeciesEnum/fm
777 1041

  
1042
|*Sources*|"TCS:fm":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankBelowSubspeciesEnum/fm, "Wikipedia:Ranks_in_botany":http://en.wikipedia.org/wiki/Taxonomic_rank#Ranks_in_botany, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
778 1043

  
779 1044
h3. "variety":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankBelowSubspeciesEnum/var
780 1045

  
1046
|*Sources*|"TCS:var":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankBelowSubspeciesEnum/var, "Wikipedia:Ranks_in_botany":http://en.wikipedia.org/wiki/Taxonomic_rank#Ranks_in_botany|
781 1047

  
782 1048
h3. "acceptedForma":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankBelowSubspeciesEnum/var
783 1049

  
1050
|*Sources*|"TCS:var":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankBelowSubspeciesEnum/var, "Wikipedia:Ranks_in_botany":http://en.wikipedia.org/wiki/Taxonomic_rank#Ranks_in_botany, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
784 1051

  
785 1052
h3. "originalForma":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankBelowSubspeciesEnum/var
786 1053

  
1054
|*Sources*|"TCS:var":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankBelowSubspeciesEnum/var, "Wikipedia:Ranks_in_botany":http://en.wikipedia.org/wiki/Taxonomic_rank#Ranks_in_botany, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
787 1055

  
788 1056
h3. "verbatimForma":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankBelowSubspeciesEnum/var
789 1057

  
1058
|*Sources*|"TCS:var":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankBelowSubspeciesEnum/var, "Wikipedia:Ranks_in_botany":http://en.wikipedia.org/wiki/Taxonomic_rank#Ranks_in_botany, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
790 1059

  
791 1060
h3. "cultivar":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankCultivatedPlants/cv
792 1061

  
1062
|*Sources*|"TCS:cv":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankCultivatedPlants/cv|
793 1063

  
794 1064
h3. "acceptedCultivar":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankCultivatedPlants/cv
795 1065

  
1066
|*Sources*|"TCS:cv":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankCultivatedPlants/cv, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
796 1067

  
797 1068
h3. "originalCultivar":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankCultivatedPlants/cv
798 1069

  
1070
|*Sources*|"TCS:cv":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankCultivatedPlants/cv, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
799 1071

  
800 1072
h3. "verbatimCultivar":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankCultivatedPlants/cv
801 1073

  
1074
|*Sources*|"TCS:cv":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankCultivatedPlants/cv, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
802 1075

  
803 1076
h3. "subspecies":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankSpeciesGroupEnum/ssp
804 1077

  
1078
|*Sources*|"TCS:ssp":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankSpeciesGroupEnum/ssp, "Wikipedia:Ranks_in_botany":http://en.wikipedia.org/wiki/Taxonomic_rank#Ranks_in_botany|
805 1079

  
806 1080
h3. "acceptedSubspecies":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankSpeciesGroupEnum/ssp
807 1081

  
1082
|*Sources*|"TCS:ssp":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankSpeciesGroupEnum/ssp, "Wikipedia:Ranks_in_botany":http://en.wikipedia.org/wiki/Taxonomic_rank#Ranks_in_botany, "DwC:acceptedNameUsage":http://rs.tdwg.org/dwc/terms/#acceptedNameUsage|
808 1083

  
809 1084
h3. "originalSubspecies":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankSpeciesGroupEnum/ssp
810 1085

  
1086
|*Sources*|"TCS:ssp":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankSpeciesGroupEnum/ssp, "Wikipedia:Ranks_in_botany":http://en.wikipedia.org/wiki/Taxonomic_rank#Ranks_in_botany, "DwC:originalNameUsage":http://rs.tdwg.org/dwc/terms/#originalNameUsage|
811 1087

  
812 1088
h3. "verbatimSubspecies":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankSpeciesGroupEnum/ssp
813 1089

  
1090
|*Sources*|"TCS:ssp":http://www.tdwg.org/standards/117/download/#/v101.xsd#/TaxonomicRankSpeciesGroupEnum/ssp, "Wikipedia:Ranks_in_botany":http://en.wikipedia.org/wiki/Taxonomic_rank#Ranks_in_botany, "DwC:verbatimTaxonRank":http://rs.tdwg.org/dwc/terms/#verbatimTaxonRank|
814 1091

  
815 1092
h3. "projectID":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/projects/project
816 1093

  
1094
|*Sources*|"VegX:project":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/projects/project, "DwC:occurrenceID":http://rs.tdwg.org/dwc/terms/#occurrenceID|
817 1095

  
818 1096
h3. "projectStartDate":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/projects/project
819 1097

  
1098
|*Sources*|"VegX:project":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/projects/project, "DwC:eventDate":http://rs.tdwg.org/dwc/terms/#eventDate, "VegBank:obsStartDate":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=observation&entity=dba_tabledescription&where=where_tablename#obsStartDate|
820 1099

  
821 1100
h3. "projectEndDate":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/projects/project
822 1101

  
1102
|*Sources*|"VegX:project":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/projects/project, "DwC:eventDate":http://rs.tdwg.org/dwc/terms/#eventDate, "VegBank:obsEndDate":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=observation&entity=dba_tabledescription&where=where_tablename#obsEndDate|
823 1103

  
824 1104
h3. "projectName":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/projects/project
825 1105

  
1106
|*Sources*|"VegX:project":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/projects/project, "VegX:plotName":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plots/plot/plotName|
826 1107

  
827 1108
h3. "plotNotes":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plots/plot/note
828 1109

  
1110
|*Sources*|"VegX:note":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plots/plot/note, "DwC:fieldNotes":http://rs.tdwg.org/dwc/terms/#fieldNotes|
1111
|*Comments*|Table added for uniqueness|
829 1112

  
830 1113
h3. "plotArea_m2":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plots/plot/area
831 1114

  
1115
|*Sources*|"VegX:area":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plots/plot/area|
1116
|*Comments*|Table added for clarity. Added units.|
832 1117

  
833 1118
h3. "slopeAspect":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plots/plot/slopeAspect
834 1119

  
1120
|*Sources*|"VegX:slopeAspect":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plots/plot/slopeAspect|
835 1121

  
836 1122
h3. "slopeGradient":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plots/plot/slopeGradient
837 1123

  
1124
|*Sources*|"VegX:slopeGradient":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plots/plot/slopeGradient|
838 1125

  
839 1126
h3. "landform":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plots/plot/landform
840 1127

  
1128
|*Sources*|"VegX:landform":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plots/plot/landform|
841 1129

  
842 1130
h3. "temperature":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plotObservations/plotObservation/observationConditions/temperature
843 1131

  
1132
|*Sources*|"VegX:temperature":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plotObservations/plotObservation/observationConditions/temperature|
844 1133

  
845 1134
h3. "communityID":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/communityDeterminations/communityDetermination/communityConcepts/communityConcept
846 1135

  
1136
|*Sources*|"VegX:communityConcept":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/communityDeterminations/communityDetermination/communityConcepts/communityConcept, "DwC:occurrenceID":http://rs.tdwg.org/dwc/terms/#occurrenceID|
1137
|*Comments*|Table shortened for standardization|
847 1138

  
848 1139
h3. "communityName":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/communityDeterminations/communityDetermination/communityConcepts/communityConcept/name
849 1140

  
1141
|*Sources*|"VegX:name":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/communityDeterminations/communityDetermination/communityConcepts/communityConcept/name|
1142
|*Comments*|Table shortened for standardization|
850 1143

  
851 1144
h3. "aggregateOccurrenceID":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/aggregateOrganismObservations/aggregateOrganismObservation
852 1145

  
1146
|*Sources*|"VegX:aggregateOrganismObservation":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/aggregateOrganismObservations/aggregateOrganismObservation, "DwC:occurrenceID":http://rs.tdwg.org/dwc/terms/#occurrenceID|
853 1147

  
854 1148
h3. "height_ft":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/individualOrganismObservations/individualOrganismObservation/height
855 1149

  
1150
|*Sources*|"VegX:height":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/individualOrganismObservations/individualOrganismObservation/height|
1151
|*Comments*|Added units|
856 1152

  
857 1153
h3. "height_m":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/individualOrganismObservations/individualOrganismObservation/height
858 1154

  
1155
|*Sources*|"VegX:height":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/individualOrganismObservations/individualOrganismObservation/height|
1156
|*Comments*|Added units|
859 1157

  
860 1158
h3. "organismX_m":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/individualOrganismObservations/individualOrganismObservation/relativePlotPosition/relativeX
861 1159

  
1160
|*Sources*|"VegX:relativeX":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/individualOrganismObservations/individualOrganismObservation/relativePlotPosition/relativeX|
1161
|*Comments*|Table added for clarity. Added units.|
862 1162

  
863 1163
h3. "organismY_m":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/individualOrganismObservations/individualOrganismObservation/relativePlotPosition/relativeY
864 1164

  
1165
|*Sources*|"VegX:relativeY":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/individualOrganismObservations/individualOrganismObservation/relativePlotPosition/relativeY|
1166
|*Comments*|Table added for clarity. Added units.|
865 1167

  
866 1168
h3. "phosphorus_fraction":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/phosphorus
867 1169

  
1170
|*Sources*|"VegX:phosphorus":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/phosphorus|
1171
|*Comments*|Added units|
868 1172

  
869 1173
h3. "phosphorus_percent":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/phosphorus
870 1174

  
1175
|*Sources*|"VegX:phosphorus":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/phosphorus|
1176
|*Comments*|Added units|
871 1177

  
872 1178
h3. "potassium_fraction":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/pottasium
873 1179

  
1180
|*Sources*|"VegX:pottasium":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/pottasium|
1181
|*Comments*|Spelling corrected. Added units.|
874 1182

  
875 1183
h3. "potassium_percent":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/pottasium
876 1184

  
1185
|*Sources*|"VegX:pottasium":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/pottasium|
1186
|*Comments*|Spelling corrected. Added units.|
877 1187

  
878 1188
h3. "magnesium_fraction":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/magnesium
879 1189

  
1190
|*Sources*|"VegX:magnesium":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/magnesium|
1191
|*Comments*|Added units|
880 1192

  
881 1193
h3. "magnesium_percent":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/magnesium
882 1194

  
1195
|*Sources*|"VegX:magnesium":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/magnesium|
1196
|*Comments*|Added units|
883 1197

  
884 1198
h3. "nitrogen_fraction":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/nitrogen
885 1199

  
1200
|*Sources*|"VegX:nitrogen":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/nitrogen|
1201
|*Comments*|Added units|
886 1202

  
887 1203
h3. "nitrogen_percent":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/nitrogen
888 1204

  
1205
|*Sources*|"VegX:nitrogen":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/nitrogen|
1206
|*Comments*|Added units|
889 1207

  
890 1208
h3. "ph":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/ph
891 1209

  
1210
|*Sources*|"VegX:ph":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/abioticObservations/abioticObservation/ph|
892 1211

  
893 1212
h3. "coverPercent":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/attributes/attribute/ordinal/coverPercent
894 1213

  
1214
|*Sources*|"VegX:coverPercent":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/attributes/attribute/ordinal/coverPercent|
895 1215

  
896 1216
h3. "verbatimGrowthForm":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=observation&entity=dba_tabledescription&where=where_tablename#growthform1Type
897 1217

  
1218
|*Sources*|"VegBank:growthform1Type":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=observation&entity=dba_tabledescription&where=where_tablename#growthform1Type, "DwC:verbatimLocality":http://rs.tdwg.org/dwc/terms/#verbatimLocality, "SALVIAS:habit":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/habit|
1219
|*Comments*|Additional values from SALVIAS|
898 1220

  
899 1221
h3. "growthForm":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=observation&entity=dba_tabledescription&where=where_tablename#growthform1Type
900 1222

  
1223
|*Sources*|"VegBank:growthform1Type":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=observation&entity=dba_tabledescription&where=where_tablename#growthform1Type, "habitClassIncluded":https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/Plot_Methodology#methodAttributeExamples_MTL.xlsx#MethodAttributes.habitClassIncluded|
901 1224

  
902 1225
h3. "recordedBy.middleName":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=party&entity=dba_tabledescription&where=where_tablename#middleName
903 1226

  
1227
|*Sources*|"VegBank:middleName":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=party&entity=dba_tabledescription&where=where_tablename#middleName|
904 1228

  
905 1229
h3. "authorStemCode":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename#authorPlotCode
906 1230

  
1231
|*Sources*|"VegBank:authorPlotCode":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename#authorPlotCode, "VegBank:stemCode":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=stemlocation&entity=dba_tabledescription&where=where_tablename#stemCode|
907 1232

  
908 1233
h3. "parentLocationID":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename#PARENT_ID
909 1234

  
1235
|*Sources*|"VegBank:PARENT_ID":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename#PARENT_ID, "DwC:locationID":http://rs.tdwg.org/dwc/terms/#locationID|
910 1236

  
911 1237
h3. "parentPlotName":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename#PARENT_ID
912 1238

  
1239
|*Sources*|"VegBank:PARENT_ID":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename#PARENT_ID, "VegX:plotName":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plots/plot/plotName|
913 1240

  
914 1241
h3. "minSlopeAspect":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename#minSlopeAspect
915 1242

  
1243
|*Sources*|"VegBank:minSlopeAspect":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename#minSlopeAspect|
916 1244

  
917 1245
h3. "maxSlopeAspect":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename#maxSlopeAspect
918 1246

  
1247
|*Sources*|"VegBank:maxSlopeAspect":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename#maxSlopeAspect|
919 1248

  
920 1249
h3. "minSlopeGradient":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename#minSlopeGradient
921 1250

  
1251
|*Sources*|"VegBank:minSlopeGradient":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename#minSlopeGradient|
922 1252

  
923 1253
h3. "maxSlopeGradient":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename#maxSlopeGradient
924 1254

  
1255
|*Sources*|"VegBank:maxSlopeGradient":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename#maxSlopeGradient|
925 1256

  
926 1257
h3. "referenceType":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=reference&entity=dba_tabledescription&where=where_tablename#referenceType
927 1258

  
1259
|*Sources*|"VegBank:referenceType":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=reference&entity=dba_tabledescription&where=where_tablename#referenceType, "BIEN2:aggregatorOrPrimary":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=bien_web&table=datasource&target=tbl_structure.php#aggregatorOrPrimary, "BIEN2:isHerbarium":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=bien_web&table=dataSourceNameCorrected&target=tbl_structure.php#isHerbarium|
928 1260

  
929 1261
h3. "organic_fraction":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilOrganic
930 1262

  
1263
|*Sources*|"VegBank:soilOrganic":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilOrganic|
1264
|*Comments*|Added units|
931 1265

  
932 1266
h3. "organic_percent":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilOrganic
933 1267

  
1268
|*Sources*|"VegBank:soilOrganic":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilOrganic|
1269
|*Comments*|Added units|
934 1270

  
935 1271
h3. "texture":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilTexture
936 1272

  
1273
|*Sources*|"VegBank:soilTexture":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilTexture|
937 1274

  
938 1275
h3. "sand_fraction":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilSand
939 1276

  
1277
|*Sources*|"VegBank:soilSand":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilSand|
1278
|*Comments*|Added units|
940 1279

  
941 1280
h3. "sand_percent":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilSand
942 1281

  
1282
|*Sources*|"VegBank:soilSand":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilSand|
1283
|*Comments*|Added units|
943 1284

  
944 1285
h3. "silt_fraction":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilSilt
945 1286

  
1287
|*Sources*|"VegBank:soilSilt":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilSilt|
1288
|*Comments*|Added units|
946 1289

  
947 1290
h3. "silt_percent":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilSilt
948 1291

  
1292
|*Sources*|"VegBank:soilSilt":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilSilt|
1293
|*Comments*|Added units|
949 1294

  
950 1295
h3. "clay_fraction":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilClay
951 1296

  
1297
|*Sources*|"VegBank:soilClay":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilClay|
1298
|*Comments*|Added units|
952 1299

  
953 1300
h3. "clay_percent":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilClay
954 1301

  
1302
|*Sources*|"VegBank:soilClay":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#soilClay|
1303
|*Comments*|Added units|
955 1304

  
956 1305
h3. "cationExchangeCapacity_cmol_kg":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#exchangeCapacity
957 1306

  
1307
|*Sources*|"VegBank:exchangeCapacity":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#exchangeCapacity, "SALVIAS:DB:soil_cation_cap":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=salvias_plots&table=plotMetadata&target=tbl_structure.php#soil_cation_cap|
1308
|*Comments*|Expanded for clarity|
958 1309

  
959 1310
h3. "baseSaturation_fraction":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#baseSaturation
960 1311

  
1312
|*Sources*|"VegBank:baseSaturation":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#baseSaturation|
1313
|*Comments*|Added units|
961 1314

  
962 1315
h3. "baseSaturation_percent":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#baseSaturation
963 1316

  
1317
|*Sources*|"VegBank:baseSaturation":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilObs&entity=dba_tabledescription&where=where_tablename#baseSaturation|
1318
|*Comments*|Added units|
964 1319

  
965 1320
h3. "stemCount":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=stemcount&entity=dba_tabledescription&where=where_tablename#stemCount
966 1321

  
1322
|*Sources*|"VegBank:stemCount":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=stemcount&entity=dba_tabledescription&where=where_tablename#stemCount|
967 1323

  
968 1324
h3. "matchedTaxonFit_fraction":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=taxoninterpretation&entity=dba_tabledescription&where=where_tablename#taxonFit
969 1325

  
1326
|*Sources*|"VegBank:taxonFit":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=taxoninterpretation&entity=dba_tabledescription&where=where_tablename#taxonFit, "TNRS:Overall_score":http://tnrs.iplantcollaborative.org/instructions.html#simple_download/Overall_score, "TNRS:Name_matched":http://tnrs.iplantcollaborative.org/instructions.html#simple_download/Name_matched|
1327
|*Comments*|Added units|
970 1328

  
971 1329
h3. "matchedFamilyFit_fraction":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=taxoninterpretation&entity=dba_tabledescription&where=where_tablename#taxonFit
972 1330

  
1331
|*Sources*|"VegBank:taxonFit":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=taxoninterpretation&entity=dba_tabledescription&where=where_tablename#taxonFit, "TNRS:Family_score":http://tnrs.iplantcollaborative.org/instructions.html#detailed_download/Family_score, "TNRS:Family_matched":http://tnrs.iplantcollaborative.org/instructions.html#detailed_download/Family_matched|
1332
|*Comments*|Added units|
973 1333

  
974 1334
h3. "matchedGenusFit_fraction":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=taxoninterpretation&entity=dba_tabledescription&where=where_tablename#taxonFit
975 1335

  
1336
|*Sources*|"VegBank:taxonFit":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=taxoninterpretation&entity=dba_tabledescription&where=where_tablename#taxonFit, "TNRS:Genus_score":http://tnrs.iplantcollaborative.org/instructions.html#detailed_download/Genus_score, "TNRS:Genus_matched":http://tnrs.iplantcollaborative.org/instructions.html#detailed_download/Genus_matched|
1337
|*Comments*|Added units|
976 1338

  
977 1339
h3. "matchedSpeciesFit_fraction":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=taxoninterpretation&entity=dba_tabledescription&where=where_tablename#taxonFit
978 1340

  
1341
|*Sources*|"VegBank:taxonFit":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=taxoninterpretation&entity=dba_tabledescription&where=where_tablename#taxonFit, "TNRS:Specific_epithet_score":http://tnrs.iplantcollaborative.org/instructions.html#detailed_download/Specific_epithet_score, "TNRS:Specific_epithet_matched":http://tnrs.iplantcollaborative.org/instructions.html#detailed_download/Specific_epithet_matched, "DwC:Classic:Species":http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd#/Species|
1342
|*Comments*|Added units|
979 1343

  
980 1344
h3. "taxonOccurrenceID":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=taxonobservation&entity=dba_tabledescription&where=where_tablename
981 1345

  
1346
|*Sources*|"VegBank:where_tablename":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=taxonobservation&entity=dba_tabledescription&where=where_tablename, "DwC:occurrenceID":http://rs.tdwg.org/dwc/terms/#occurrenceID|
982 1347

  
983 1348
h3. "precipitation":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_metadata/precip_mm
984 1349

  
1350
|*Sources*|"SALVIAS:precip_mm":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_metadata/precip_mm|
1351
|*Comments*|Expanded for clarity|
985 1352

  
986 1353
h3. "plotArea_ha":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_metadata/plot_area_ha
987 1354

  
1355
|*Sources*|"SALVIAS:plot_area_ha":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_metadata/plot_area_ha|
988 1356

  
989 1357
h3. "censusNumber":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/census_no
990 1358

  
1359
|*Sources*|"SALVIAS:census_no":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/census_no|
1360
|*Comments*|Expanded for clarity|
991 1361

  
992 1362
h3. "subplot":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/subplot
993 1363

  
1364
|*Sources*|"SALVIAS:subplot":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/subplot|
994 1365

  
995 1366
h3. "subplotID":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/subplot
996 1367

  
1368
|*Sources*|"SALVIAS:subplot":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/subplot, "DwC:locationID":http://rs.tdwg.org/dwc/terms/#locationID|
997 1369

  
998 1370
h3. "subplotX":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/subplot
999 1371

  
1372
|*Sources*|"SALVIAS:subplot":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/subplot, "VegX:relativeX":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plots/plot/relatedPlot/relativeSpatialCoordinate/relativeX|
1000 1373

  
1001 1374
h3. "subplotY":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/subplot
1002 1375

  
1376
|*Sources*|"SALVIAS:subplot":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/subplot, "VegX:relativeY":http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#/plots/plot/relatedPlot/relativeSpatialCoordinate/relativeY|
1003 1377

  
1004 1378
h3. "tag":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/tag2
1005 1379

  
1380
|*Sources*|"SALVIAS:tag2":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/tag2|
1381
|*Comments*|Number removed for clarity|
1006 1382

  
1007 1383
h3. "voucherType":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/det_type
1008 1384

  
1009 1385
values: direct, indirect
1010 1386

  
1387
|*Sources*|"SALVIAS:det_type":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/det_type|
1011 1388

  
1012 1389
h3. "morphospecies":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/species_status#morphospecies
1013 1390

  
1391
|*Sources*|"SALVIAS:morphospecies":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/species_status#morphospecies|
1014 1392

  
1015 1393
h3. "intercept_cm":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/intercept_cm
1016 1394

  
1395
|*Sources*|"SALVIAS:intercept_cm":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/intercept_cm|
1017 1396

  
1018 1397
h3. "intercept_m":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/intercept_cm
1019 1398

  
1399
|*Sources*|"SALVIAS:intercept_cm":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/intercept_cm|
1400
|*Comments*|Changed to SI base units|
1020 1401

  
1021 1402
h3. "heightFirstBranch":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/ht_first_branch_m
1022 1403

  
1404
|*Sources*|"SALVIAS:ht_first_branch_m":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/ht_first_branch_m|
1023 1405

  
1024 1406
h3. "diameterBreastHeight_cm":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/stem_dbh
1025 1407

  
1408
|*Sources*|"SALVIAS:stem_dbh":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/stem_dbh|
1409
|*Comments*|Expanded for clarity. Added units.|
1026 1410

  
1027 1411
h3. "diameterBreastHeight_in":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/stem_dbh
1028 1412

  
1413
|*Sources*|"SALVIAS:stem_dbh":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/stem_dbh|
1414
|*Comments*|Expanded for clarity. Added units.|
1029 1415

  
1030 1416
h3. "diameterBreastHeight_m":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/stem_dbh
1031 1417

  
1418
|*Sources*|"SALVIAS:stem_dbh":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/stem_dbh|
1419
|*Comments*|Expanded for clarity. Added units.|
1032 1420

  
1033 1421
h3. "basalDiameter":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/basal_diam
1034 1422

  
1423
|*Sources*|"SALVIAS:basal_diam":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/basal_diam|
1424
|*Comments*|Expanded for clarity|
1035 1425

  
1036 1426
h3. "canopyForm":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/stem_canopy_form
1037 1427

  
1428
|*Sources*|"SALVIAS:stem_canopy_form":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/stem_canopy_form|
1038 1429

  
1039 1430
h3. "canopyPosition":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/stem_canopy_position
1040 1431

  
1432
|*Sources*|"SALVIAS:stem_canopy_position":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/stem_canopy_position|
1041 1433

  
1042 1434
h3. "lianaInfestation":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/stem_liana_infestation
1043 1435

  
1436
|*Sources*|"SALVIAS:stem_liana_infestation":http://salvias.net/Documents/salvias_data_dictionary.html#Plot_data/stem_liana_infestation|
1044 1437

  
1045 1438
h3. "carbon_fraction":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=salvias_plots&table=plotMetadata&target=tbl_structure.php#soil_C
1046 1439

  
1440
|*Sources*|"SALVIAS:DB:soil_C":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=salvias_plots&table=plotMetadata&target=tbl_structure.php#soil_C|
1441
|*Comments*|Expanded for clarity. Added units.|
1047 1442

  
1048 1443
h3. "carbon_percent":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=salvias_plots&table=plotMetadata&target=tbl_structure.php#soil_C
1049 1444

  
1445
|*Sources*|"SALVIAS:DB:soil_C":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=salvias_plots&table=plotMetadata&target=tbl_structure.php#soil_C|
1446
|*Comments*|Expanded for clarity. Added units.|
1050 1447

  
1051 1448
h3. "calcium_fraction":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=salvias_plots&table=plotMetadata&target=tbl_structure.php#soil_Ca
1052 1449

  
1450
|*Sources*|"SALVIAS:DB:soil_Ca":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=salvias_plots&table=plotMetadata&target=tbl_structure.php#soil_Ca|
1451
|*Comments*|Expanded for clarity. Added units.|
1053 1452

  
1054 1453
h3. "calcium_percent":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=salvias_plots&table=plotMetadata&target=tbl_structure.php#soil_Ca
1055 1454

  
1455
|*Sources*|"SALVIAS:DB:soil_Ca":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=salvias_plots&table=plotMetadata&target=tbl_structure.php#soil_Ca|
1456
|*Comments*|Expanded for clarity. Added units.|
1056 1457

  
1057 1458
h3. "sodium_fraction":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=salvias_plots&table=plotMetadata&target=tbl_structure.php#soil_Na
1058 1459

  
1460
|*Sources*|"SALVIAS:DB:soil_Na":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=salvias_plots&table=plotMetadata&target=tbl_structure.php#soil_Na|
1461
|*Comments*|Expanded for clarity. Added units.|
1059 1462

  
1060 1463
h3. "sodium_percent":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=salvias_plots&table=plotMetadata&target=tbl_structure.php#soil_Na
1061 1464

  
1465
|*Sources*|"SALVIAS:DB:soil_Na":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=salvias_plots&table=plotMetadata&target=tbl_structure.php#soil_Na|
1466
|*Comments*|Expanded for clarity. Added units.|
1062 1467

  
1063 1468
h3. "acidity_fraction":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=salvias_plots&table=plotMetadata&target=tbl_structure.php#soil_acidity
1064 1469

  
1470
|*Sources*|"SALVIAS:DB:soil_acidity":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=salvias_plots&table=plotMetadata&target=tbl_structure.php#soil_acidity|
1471
|*Comments*|Added units|
1065 1472

  
1066 1473
h3. "acidity_percent":http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=salvias_plots&table=plotMetadata&target=tbl_structure.php#soil_acidity
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff