molgenis / molgenis-tools-emx-downloader

Stand alone tool to download data in EMX format from molgenis servers
GNU Lesser General Public License v3.0
2 stars 8 forks source link

Tags with more than one URI cannot be processed #52

Closed fdlk closed 6 years ago

fdlk commented 6 years ago

In the Tag entity, and in the EMX model, the ObjectIRI of a tag can contain more than one URI. The model POJO's currently assume that it's only one URI and cast the value to URI. This fails when downloading attributes tagged with a combined tag. (e.g. height and weight)