-
Notifications
You must be signed in to change notification settings - Fork 0
Description
In GitLab by @KlausIllmayer on Apr 14, 2021, 15:06
Currently, the vocabulary software-license (https://marketplace-api.sshopencloud.eu/api/vocabularies/software-license) has http-URIs to spdx.
@vronk Could you deliver this vocabulary with https-URIs? It looks like spdx already switched to https so it would be better to change the concepts[]->uri-field to https (not sure about concepts[]->code - could there be side effects when changing it to https?). But when looking into the ttl of the vocabulary (https://gitlab.gwdg.de/sshoc/sshoc-marketplace-backend/-/raw/develop/src/main/resources/initial-data/ignored/vocabularies/software-license.ttl) I see that the object-URL is used for code and for uri. So both will be changed.
In general, it seems to me that rdfs:seeAlso would fit more for the concepts[]->uri-field (rdfs:seeAlso points directly to the license e.g. rdfs:seeAlso "https://opensource.org/licenses/AGPL-3.0", "https://www.gnu.org/licenses/agpl.txt"; for http://spdx.org/licenses/AGPL-3.0). But there could be also more than one uri as the example shows, not sure, if this is currently possible. @vronk what is you opinion on this?