adiwg / mdTranslator

Metadata translation tool built using Ruby
https://www.adiwg.org/mdTranslator/
The Unlicense
14 stars 12 forks source link

Description element missing from DCAT-US #285

Open hmaier-fws opened 11 months ago

hmaier-fws commented 11 months ago
          Description element missing

Originally posted by @dwalt in https://github.com/adiwg/mdTranslator/issues/264#issuecomment-1714804919

hmaier-fws commented 11 months ago

@dwalt you made a comment in issue #264 that the description was missing. It seems to be in the code that was merged in from PR #274.

Is that element not getting exported?

dwalt commented 11 months ago

@hmaier-fws Looks like the pathname is incorrect in the code. Abstract is not in citation. Source should be resourceInfo.abstract

jwaspin commented 9 months ago

I have updated the code to fix this. There were a couple places where we documented the mapping for this as coming from the citation, so I updated those references to indicate it should come from resourceInfo instead.

Fixed by #299