Project

General

Profile

« Previous | Next » 

Revision 3790

mappings/VegX-VegBIEN.stems.csv: Reversed input XPaths so that they start with plot instead of individualOrganismObservation as stem

View differences:

Makefile
105 105

  
106 106
VegX-VegBIEN.organisms.csv: VegX-VegBIEN.stems.csv
107 107
	env \
108
left_in_root='$(rootAttrs)/*s/individualOrganismObservation[relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID]/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation' \
109
left_out_root='$(rootAttrs)/*s/individualOrganismObservation' \
108
left_in_root= left_out_root= \
110 109
right_in_root='/stemobservation/*_id/plantobservation' \
111 110
right_out_root='/plantobservation' \
112 111
$(chRoot)
......
114 113

  
115 114
VegX-VegBIEN.plots.csv: VegX-VegBIEN.organisms.csv
116 115
	env \
117
left_in_root='$(rootAttrs)/*s/individualOrganismObservation/*ID->/*s/plotObservation' \
118
left_out_root='/*s/plotObservation' \
116
left_in_root= left_out_root= \
119 117
right_in_root='/plantobservation/*_id/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent' \
120 118
right_out_root='/locationevent' \
121 119
$(chRoot)

Also available in: Unified diff