You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
At TIB we are working towards having several OLS instances running to provide a look up service to the many ontologies used throughout its labs and projects.
We recently encountered an inconsistency on how the license information from ontologies indexed by OLS frontend (ols-web) gets rendered (or not).
We understood that an ontology's displayed license is fetched from the ontology owl/ttl Dublin Core dct:license or dct:rights property. However we are seeing inconsistencies, resulting in the license being displayed or not [3], or if the full license URL is shown or only the version [4].
What causes this and how can it be fixed?
Another related question, is whether the license information is needed in the ontologies configuration file obo-config.yaml, if this information is gathered from the ontology owl?
At TIB we are working towards having several OLS instances running to provide a look up service to the many ontologies used throughout its labs and projects.
We recently encountered an inconsistency on how the license information from ontologies indexed by OLS frontend (ols-web) gets rendered (or not).
We understood that an ontology's displayed license is fetched from the ontology owl/ttl Dublin Core
dct:licenseordct:rightsproperty. However we are seeing inconsistencies, resulting in the license being displayed or not [3], or if the full license URL is shown or only the version [4].What causes this and how can it be fixed?
Another related question, is whether the license information is needed in the ontologies configuration file
obo-config.yaml, if this information is gathered from the ontology owl?Compare the following examples:
<terms:license rdf:resource="https://creativecommons.org/licenses/by/3.0/"/><terms:license>http://creativecommons.org/licenses/by/4.0/</terms:license><terms:license rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/"/><dcterms:license rdf:resource="https://www.apache.org/licenses/LICENSE-2.0"/>[1]

[2]

[3]

[4]

[5]
We would appreciate if someone could offer some clarification on this issue.
Thank you