MassBank / MassBank-web

The web server application and directly connected components for a MassBank web server
13 stars 22 forks source link

Missing metadata tag "creator" in (bio)schemas.org type "Dataset" #343

Open hujo91 opened 2 years ago

hujo91 commented 2 years ago

The recommended metadata tag "creator" of the (bio)schema.org type "dataset" is missing. However, the info about author or creator is present in the HTML code of the web page, but is not implemented in JSON-LD.

sneumann commented 2 years ago

Hi, unfortunately we store the AUTHOR information as a single string: https://github.com/MassBank/MassBank-web/blob/1a0904949a3262551dd4e4563dcbf14a86d5c092/MassBank-Project/MassBank-lib/src/main/java/massbank/Record.java#L70 and can't enumerate them as https://schema.org/Person yet. Unless we dump the entire Stravs M, Schymanski E, Singer H, Department of Environmental Chemistry, Eawag into Person.name . We probably agree in that case no creator is better than a mangled one.