Skip to content

Commit

Permalink
gbif/vocabulary#107 Add eventType as GbifTerm
Browse files Browse the repository at this point in the history
  • Loading branch information
muttcg committed Apr 1, 2022
1 parent 1df2fe8 commit 09969c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/org/gbif/dwc/terms/GbifTerm.java
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,10 @@ public enum GbifTerm implements Term, AlternativeNames, Serializable {
repatriated(DwcTerm.GROUP_OCCURRENCE),

// Calculated relative organism quantity, based on organism and sample measure types
relativeOrganismQuantity(DwcTerm.GROUP_MATERIAL_SAMPLE);
relativeOrganismQuantity(DwcTerm.GROUP_MATERIAL_SAMPLE),

// The type for event records
eventType(DwcTerm.GROUP_EVENT);

private static final String PREFIX = "gbif";
private static final String NS = "http://rs.gbif.org/terms/1.0/";
Expand Down

0 comments on commit 09969c3

Please sign in to comment.