Project

General

Profile

« Previous | Next » 

Revision 6756

mappings/VegCore-VegBIEN.csv: Don't forward specimenreplicate IDs to location for plots data (where the specimenreplicate IDs apply only to the specimen)

View differences:

VegBIEN.csv
9 9
HAVING count(*) > 1
10 10
-----"
11 11
herbarium,"/_if[@name=""if specimen""]/else/source/shortname/_first/1",
12
accession,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/1","Globally unique, although occasionally duplicated. [1]
12
accession,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_if[@name=""if plot""]/else/_alt/1","Globally unique, although occasionally duplicated. [1]
13 13

  
14 14
[1] Using the following query:
15 15
-----
......
18 18
GROUP BY herbarium, accession
19 19
HAVING count(*) > 1
20 20
-----"
21
accession,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_if[@name=""if catalogNumber""]/then/_join/1/_if[@name=""if specimen""]/cond/_exists","Globally unique, although occasionally duplicated. [1]
21
accession,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_if[@name=""if plot""]/else/_alt/2/_if[@name=""if catalogNumber""]/then/_join/1/_if[@name=""if specimen""]/cond/_exists","Globally unique, although occasionally duplicated. [1]
22 22

  
23 23
[1] Using the following query:
24 24
-----
......
27 27
GROUP BY herbarium, accession
28 28
HAVING count(*) > 1
29 29
-----"
30
herbarium,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_if[@name=""if catalogNumber""]/then/_join/1/_if[@name=""if specimen""]/then",
30
herbarium,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_if[@name=""if plot""]/else/_alt/2/_if[@name=""if catalogNumber""]/then/_join/1/_if[@name=""if specimen""]/then",
31 31
accession,"/location/iscultivated/_or/1/_if[@name=""if TaxonOccurrence""]/cond/_exists","Globally unique, although occasionally duplicated. [1]
32 32

  
33 33
[1] Using the following query:

Also available in: Unified diff