Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed Mar 4, 2024
2 parents 76cedd0 + 9ddb78c commit 2d365c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vocabulary-importer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ The values for the locales can be found [here](../model/src/main/java/org/gbif/v
The columns of this file are (note that it uses a semicolon as separator):

```
Concept;Parent;Label_en;AlternativeLabels_en;Label_es;AlternativeLabels_es;Definition_en;sameAsUris;externalDefinitions;tags
Concept;Parent;Label_en;AlternativeLabels_en;Label_es;AlternativeLabels_es-es;Definition_en;sameAsUris;externalDefinitions;tags
```

For example, for `LifeStage` we could have a concepts file like this:

```
Concept;Parent;Label_en;AlternativeLabels_en;Label_es;AlternativeLabels_es;Definition_en;sameAsUris;externalDefinitions;tags
Concept;Parent;Label_en;AlternativeLabels_en;Label_es;AlternativeLabels_es-es;Definition_en;sameAsUris;externalDefinitions;tags
Egg;;Egg;;Huevo;;The egg is the organic vessel containing the zygote in which an embryo develops until it can survive on its own, at which point the animal hatches;;;tag1|tag2
Chick;;Chick;;Polluelo;;A chick is a bird that has not yet reached adulthood;;;
```
Expand Down

0 comments on commit 2d365c2

Please sign in to comment.