Project

General

Profile

« Previous | Next » 

Revision 4570

mappings/: Removed no longer needed Veg+-VegCore.to_self.csv, because multiple levels of mappings are no longer needed to get to the VegCore term

View differences:

mappings/Veg+-VegCore.to_self.csv
1
Veg+,Veg+,Comments
2
continentOcean,continent,
3
CountryName,country,
4
collectedDate,dateCollected,
5
identifiedDate,dateIdentified,
6
julianDay,day,
7
accessRights,dcterms:accessRights,
8
bibliographicCitation,dcterms:bibliographicCitation,
9
language,dcterms:language,
10
dateLastModified,dcterms:modified,
11
modified,dcterms:modified,
12
references,dcterms:references,
13
rights,dcterms:rights,
14
rightsHolder,dcterms:rightsHolder,
15
type,dcterms:type,
16
DBH,diameterBreastHeight,
17
plotEventEndDate,endDate,
18
CensusID,eventID,
19
plotEventID,eventID,
20
timeOfDay,eventTime,
21
notes,fieldNotes,
22
PlotCensusNumber,fieldNumber,
23
authorObsCode,fieldNumber,
24
ShapeOfSite,footprintWKT,
25
boundingBox,footprintWKT,
26
taxonFit,identificationQualifier,
27
subSpeciesName,infraspecificEpithet,
28
subspecies,infraspecificEpithet,
29
DescriptionOfSite,locality,
30
LocationName,locality,
31
locationNarrative,locality,
32
plotID,locationID,
33
maximumDepth,maximumDepthInMeters,
34
maximumElevation,maximumElevationInMeters,
35
minimumDepth,minimumDepthInMeters,
36
minimumElevation,minimumElevationInMeters,
37
globalUniqueIdentifier,occurrenceID,
38
id,occurrenceID,
39
relativePlotX,organismX,
40
relativePlotY,organismY,
41
previousCatalogNumber,otherCatalogNumbers,According to <http://rs.tdwg.org/dwc/terms/history/index.htm#PreviousCatalogNumber-2003-06-13>
42
SizeOfSite,plotArea,
43
preparation,preparations,
44
preparationType,preparations,
45
recordNumber/_alt,recordNumber/_alt,
46
collectorNumber,recordNumber/_alt/1,
47
recordNumber,recordNumber/_alt/2,
48
authorPlantCode,recordNumber/_alt/3,
49
collector,recordedBy,
50
collector.givenName,recordedBy.givenName,
51
collector.surName,recordedBy.surName,
52
relatedCatalogItem,relatedResourceID,
53
relationshipType,relationshipOfResource,
54
scientificNameAuthor,scientificNameAuthorship,
55
species,specificEpithet,
56
speciesName,specificEpithet,
57
plotEventStartDate,startDate,
58
state,stateProvince,
59
stem_id,stemID,
60
QuadratID,subplot/_first/1,
61
QuadratName,subplot/_first/2,
62
StartX,subplotX,
63
StartY,subplotY,
64
stemTag,tag,
65
speciesInvID,taxonOccurrenceID,
66
remarks,taxonRemarks,
67
Elevation,verbatimElevation,
68
habit,verbatimGrowthForm,
69
latitude,verbatimLatitude,
70
longitude,verbatimLongitude,
mappings/Makefile
85 85

  
86 86
vegcsvMaps :=
87 87

  
88
Veg+-VegCore.to_self.csv: Veg+-VegCore.csv Veg+-VegCore.csv
88
Veg+-VegBIEN.csv: Veg+-VegCore.csv VegCore-VegBIEN.csv
89 89
	env quiet=1 $(join) <$+ >$@
90
vegcsvMaps += Veg+-VegCore.to_self.csv
91

  
92
Veg+-VegBIEN.csv: Veg+-VegCore.to_self.csv VegCore-VegBIEN.csv
93
	env quiet=1 $(join) <$+ >$@
94 90
vegcsvMaps += Veg+-VegBIEN.csv
95 91

  
96 92
vegcsv_maps: _always $(vegcsvMaps) ;

Also available in: Unified diff