Revision 6893
Added by Aaron Marcuse-Kubitza about 12 years ago
mappings/VegCore.csv | ||
---|---|---|
18 | 18 |
BIEN2-staging |
19 | 19 |
VegBIEN |
20 | 20 |
VegCore |
21 |
Source |
|
22 | 21 |
type |
23 | 22 |
modified |
24 | 23 |
language |
... | ... | |
38 | 37 |
informationWithheld |
39 | 38 |
dataGeneralizations |
40 | 39 |
dynamicProperties |
41 |
Method |
|
42 |
Project |
|
43 |
Event |
|
44 | 40 |
eventID |
45 | 41 |
samplingProtocol |
46 | 42 |
samplingProtocolID |
... | ... | |
59 | 55 |
fieldNumber |
60 | 56 |
fieldNotes |
61 | 57 |
eventRemarks |
62 |
Coordinates |
|
63 |
Location |
|
64 | 58 |
locationID |
65 | 59 |
parentLocationID |
66 | 60 |
subplotID |
... | ... | |
114 | 108 |
georeferenceSources |
115 | 109 |
georeferenceVerificationStatus |
116 | 110 |
georeferenceRemarks |
117 |
LocationObservation |
|
118 |
GeologicalContext |
|
119 | 111 |
geologicalContextID |
120 | 112 |
earliestEonOrLowestEonothem |
121 | 113 |
latestEonOrHighestEonothem |
... | ... | |
134 | 126 |
formation |
135 | 127 |
member |
136 | 128 |
bed |
137 |
Occurrence |
|
138 | 129 |
occurrenceID |
139 | 130 |
occurrenceRemarks |
140 | 131 |
recordNumber |
... | ... | |
158 | 149 |
associatedOccurrences |
159 | 150 |
associatedSequences |
160 | 151 |
associatedTaxa |
161 |
Taxon |
|
162 | 152 |
taxonID |
163 | 153 |
parentTaxonID |
164 | 154 |
scientificNameID |
... | ... | |
235 | 225 |
taxonIsCanonical |
236 | 226 |
nomenclaturalStatus |
237 | 227 |
taxonRemarks |
238 |
TaxonConcept |
|
239 |
TaxonObservation |
|
240 |
Identification |
|
241 | 228 |
identificationID |
242 | 229 |
identifiedBy |
243 | 230 |
dateIdentified |
... | ... | |
249 | 236 |
originalIdentificationQualifier |
250 | 237 |
verbatimIdentificationQualifier |
251 | 238 |
typeStatus |
252 |
AggregateObservation |
|
253 |
Individual |
|
254 |
IndividualObservation |
|
255 |
Stem |
|
256 |
StemObservation |
|
257 |
Specimen |
|
258 | 239 |
catalogNumber |
259 | 240 |
preparations |
260 | 241 |
disposition |
261 | 242 |
otherCatalogNumbers |
262 |
ResourceRelationship |
|
263 | 243 |
resourceRelationshipID |
264 | 244 |
resourceID |
265 | 245 |
relatedResourceID |
... | ... | |
267 | 247 |
relationshipAccordingTo |
268 | 248 |
relationshipEstablishedDate |
269 | 249 |
relationshipRemarks |
270 |
MeasurementOrFact |
|
271 | 250 |
measurementID |
272 | 251 |
measurementType |
273 | 252 |
measurementValue |
... | ... | |
277 | 256 |
measurementDeterminedBy |
278 | 257 |
measurementMethod |
279 | 258 |
measurementRemarks |
280 |
Uncategorized |
|
281 | 259 |
yearCollected |
282 | 260 |
monthCollected |
283 | 261 |
dayCollected |
mappings/Makefile | ||
---|---|---|
23 | 23 |
VegCore.htm: |
24 | 24 |
php -r 'fpassthru(fopen("https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/VegCore", "r"));' >$@ |
25 | 25 |
|
26 |
VegCore.csv: VegCore.htm |
|
27 |
$(sed) -n 's/^.*<a name="([^"]+)">.*$$/\1/p' <$< >$@ |
|
26 |
VegCore.csv: VegCore.htm VegCore.tables.csv |
|
27 |
<$< $(sed) -n 's/^.*<a name="([^"]+)">.*$$/\1/p'\ |
|
28 |
|$(bin)/filter_out_ci 0 VegCore.tables.csv >$@ |
|
28 | 29 |
|
29 | 30 |
VegCore.tables.csv: VegCore.htm |
30 | 31 |
<$< $(sed) -n 's/^.*<h1 *><a href="#[^>]+>([^<]+).*$$/\1/p'\ |
Also available in: Unified diff
mappings/Makefile: VegCore.csv: Filter out the VegCore tables so they are not matched as terms. This is necessary because some terms have the same name as a table, but the term should be the match rather than the table.