LOD-GEOSS / databus-snippets

3 stars 1 forks source link

OEP table databus registration #17

Closed henhuy closed 2 years ago

henhuy commented 2 years ago

Closes #11 Waits for #16

Added module oep_matedata/oep_databus_registration to register OEP tables at databus and submit related metadata to MOSS.

Right now, most tables does not support current metadata standard and deployment fails therefore. Additionally, most metadata files are not in jsonld format, aka don't have a @context, and are therefore not supported by MOSS. Once, metadata files are updated, registration and metadata submission should work (more or less untested yet)!

henhuy commented 2 years ago

I tried to used metadata description as abstract, but unfortunately, abstract length is limited to 200 chars - most descriptions exceed this limit. What to do then? Ideas @jh-RLI , @Ludee?

jh-RLI commented 2 years ago

Maybe just cut the long description at 197 characters and add "..." at the end? Otherwise, we'd have to introduce a new field. I can't think of a way to extract useful abstract text from the other metadata fields.

jh-RLI commented 2 years ago

or just use the Title field? But maybe you use it already for something else (as there is a title field).