iodepo / odis-arch

Development of the Ocean Data and Information System (ODIS) architecture
https://book.odis.org/
27 stars 16 forks source link

add Address property into Experts pattern #186

Closed jmckenna closed 1 year ago

jmckenna commented 1 year ago
arnounesco commented 1 year ago

@jmckenna , can you check in https://dev.oceanexpert.org/ if this is ok now. Once confirmed I can put this live and can the system get that info. done both for experts and for institutions e.g.

jmckenna commented 1 year ago

@arnounesco Regarding type Organizations:

  "address": "InnovOcean Campus, 8400 Oostende, Belgium",

  "location": {
    "@type": "Place",
    "address": "InnovOcean Campus, 8400 Oostende, Belgium"
  },

(the first address is optional, as the current indexer code will not use it, but the second Location, with its Place & address, will be used by the indexer code - and it validates)