Revision 7469
Added by Aaron Marcuse-Kubitza almost 12 years ago
map.csv | ||
---|---|---|
1 | 1 |
UNCC,VegCore,Filter,Comments |
2 |
accession,catalogNumber,,"Globally unique, although occasionally duplicated. [1] Bob says this is actually the catalogNumber. |
|
3 |
|
|
4 |
[1] Using the following query: |
|
5 |
----- |
|
6 |
SELECT herbarium, accession, count(*) |
|
7 |
FROM ""UNCC"".""Specimen"" |
|
8 |
GROUP BY herbarium, accession |
|
9 |
HAVING count(*) > 1 |
|
2 |
accession,catalogNumber,,"Globally unique, although occasionally duplicated. [1] Bob says this is actually the catalogNumber.
|
|
3 |
|
|
4 |
[1] Using the following query:
|
|
5 |
-----
|
|
6 |
SELECT herbarium, accession, count(*)
|
|
7 |
FROM ""UNCC"".""Specimen""
|
|
8 |
GROUP BY herbarium, accession
|
|
9 |
HAVING count(*) > 1
|
|
10 | 10 |
-----" |
11 | 11 |
herbarium,institutionCode,, |
12 | 12 |
family,family,, |
... | ... | |
28 | 28 |
country,country,, |
29 | 29 |
state,stateProvince,, |
30 | 30 |
county,county,, |
31 |
campus,fieldNotes,"/_join/5/_label[label=""campus""]/value",
|
|
31 |
campus,organismNotes,"/_join/5/_label[label=""campus""]/value",
|
|
32 | 32 |
leaves,reproductiveCondition,"/_map:[A=*,I=*,M=*]/value","Main values are A, I, and M. What do they mean?" |
33 | 33 |
flower,reproductiveCondition,"/_map:[A=*,I=*,M=*]/value","Main values are A, I, and M. What do they mean?" |
34 | 34 |
fruit,reproductiveCondition,"/_map:[A=*,I=*,M=*]/value","Main values are A, I, and M. What do they mean?" |
35 | 35 |
root,reproductiveCondition,"/_map:[A=*,I=*,M=*]/value","Main values are A, I, and M. What do they mean?" |
36 | 36 |
locality,locality,, |
37 | 37 |
habitat,habitat,, |
38 |
comment1,fieldNotes,/_join/1,
|
|
39 |
comment2,fieldNotes,/_join/2,
|
|
40 |
comment3,fieldNotes,/_join/3,
|
|
41 |
comment4,fieldNotes,/_join/4,
|
|
42 |
loanto,fieldNotes,"/_join/6/_label[label=""loaned to""]/value",
|
|
43 |
inorout,fieldNotes,"/_join/7/_label[label=""in or out""]/value",
|
|
38 |
comment1,organismNotes,/_join/1,
|
|
39 |
comment2,organismNotes,/_join/2,
|
|
40 |
comment3,organismNotes,/_join/3,
|
|
41 |
comment4,organismNotes,/_join/4,
|
|
42 |
loanto,organismNotes,"/_join/6/_label[label=""loaned to""]/value",
|
|
43 |
inorout,organismNotes,"/_join/7/_label[label=""in or out""]/value",
|
|
44 | 44 |
sheetno,associatedMedia,,? |
45 | 45 |
cultivated,cultivated,,Ignore other values |
46 | 46 |
filler,*filler,,"Where used, same as family" |
Also available in: Unified diff
mappings/VegCore-VegBIEN.csv, inputs/*/*/map.csv: Applied term renamings from the new dynamically generated Veg+-VegCore.csv, which reflects the current state of the data dictionary. (Permanently switching to the new Veg+-VegCore.csv will be a separate change.) Updates to VegCore term names that have occurred since the data dictionary was created are now able to take effect, which involves remapping and inferring units on several fields.