MaastrichtU-IDS / fair-enough

♻️ Service to define and run evaluations of the FAIR principles (Findable, Accessible, Interoperable, Reusable) on online resources
https://fair-enough.semanticscience.org
MIT License
7 stars 4 forks source link

not detecting multiple license terms #2

Closed micheldumontier closed 2 years ago

micheldumontier commented 2 years ago

Evaluation on Uniprot entry: https://fair-enough.semanticscience.org/evaluation/619df87cc671558d15c297d4

fails to recognize dcterms:license in metadata

micheldumontier commented 2 years ago

they also use http://www.w3.org/1999/xhtml/vocab#license in the rdfa

vemonet commented 2 years ago

Any change related about what should be checked should be done in https://github.com/MaastrichtU-IDS/fair-enough-metrics

For example licenses can be added there: https://github.com/MaastrichtU-IDS/fair-enough-metrics/blob/main/metrics/r1_accessible_license.py#L31

But currently those tests have been written mainly to have an understanding of what is needed for FAIR evaluation, it does not aim to be fully "FAIR checking"

Ideally we would need to do a full focus on properly reimplementing all FAIR metrics