iodepo / oih-ui

source code for the Ocean InfoHub (OIH) website
https://oceaninfohub.org/
MIT License
5 stars 4 forks source link

Nationality displayed value is duplicated #37

Closed jmckenna closed 11 months ago

jmckenna commented 1 year ago
jmckenna commented 1 year ago

I believe this has to do with changes on the OceanExpert provider-side, in their recently modified JSON-LD) :

"nationality": [
  {
    "@type": "Country",
    "name": "Australia"
  },
  {
    "@type": "DefinedTerm",
    "url": "https://unece.org/trade/cefact/unlocode-code-list-country-and-territory",
    "inDefinedTermSet": "UN/LOCODE Code List by Country and Territory",
    "name": "Australia",
    "termCode":"AU"
  }
]

(taken from expert: https://oceanexpert.org/expert/47037 )