Issue 18496

Interpret dwc:sampleSizeUnit during indexing

18496
Reporter: kbraak
Type: Improvement
Summary: Interpret dwc:sampleSizeUnit during indexing
Priority: Unassessed
Status: Open
Created: 2016-05-24 15:54:27.151
Updated: 2016-05-24 15:55:24.48
        
Description: The values for dwc:sampleSizeUnit should come from http://rs.gbif.org/vocabulary/gbif/unit_of_measurement_2015-07-10.xml and should be interpreted.

To do this, we need to:

* Add this vocabulary to our [API|https://github.com/gbif/gbif-api/tree/master/src/main/java/org/gbif/api/vocabulary] mirroring the rs.gbif.org version.
* Add an interpreter in [VerbatimOccurrenceInterpreter|https://github.com/gbif/occurrence/blob/master/occurrence-processor/src/main/java/org/gbif/occurrence/processor/interpreting/VerbatimOccurrenceInterpreter.java#L81]]]>