lifewatch-eric / ecoportal_web_ui

A Rails application for ontologies
http://bioportal.bioontology.org/
Other
0 stars 0 forks source link

FAIRness assessment - A1Q1 wrong evaluation #27

Closed gturrisi-lifewatch closed 5 months ago

gturrisi-lifewatch commented 1 year ago

Even if the criteria is fulfilled, the score is 0 instead of 6.

image_2023_09_28T16_07_11_071Z

jonquet commented 1 year ago

Seems the dct:identifier property is not well encoded. As it contains an array instead of simply a DOI URL. This might come form the migration btw the 2 versions.

@gturrisi-lifewatch Can you edit the metadata record of this vocabualry and check again.

syphax-bouazzouni commented 1 year ago

Seems the dct:identifier property is not well encoded. As it contains an array instead of simply a DOI URL. This might come form the migration btw the 2 versions.

@gturrisi-lifewatch Can you edit the metadata record of this vocabualry and check again.

In the new model; identifier attribute is an array, you can check here https://data.stageportal.lirmm.fr/submission_metadata,

The A1Q1 tests if those URLs are resolvable, i.e we can they are accessible and returning 200 or 302 (a redirection) status.

But maybe the test of reasonability does not works, as we can the same error in Stageportal image

syphax-bouazzouni commented 1 year ago

This one is a more complex issue, that will take some time to resolve. The issue was raised to Agroportal https://github.com/agroportal/fairness/issues/33 and will be when we will do a new iteration over O'FAIRE for a new release

syphax-bouazzouni commented 5 months ago

fixed image