OpenWork-NZ / core-geonetwork

GeoNetwork repository
http://geonetwork-opensource.org/
GNU General Public License v2.0
0 stars 3 forks source link

creator #53

Open alcinnz opened 1 year ago

alcinnz commented 1 year ago

Add a “creator” field to the json – this identifies the originator of the dataset and will always be the Resource Contact. Currently, the Resource Contact information is being mapped for the “publisher” field. The creator is an individual and not an organisation.

Picture 1

This might look like:

         "creator": {
              "@id": "james@pi.com",
              "@type": "Person",
              "name": "James PII",
              "email": [
                  "james@pi.com"
              ]
          }
ByronCinNZ commented 1 year ago

See #58 Publisher

ByronCinNZ commented 1 year ago

Need to examine if "@type": "Person",

ByronCinNZ commented 1 year ago

See #54