- From: Jakub Klímek via GitHub <sysbot+gh@w3.org>
- Date: Wed, 06 Dec 2023 09:09:27 +0000
- To: public-dxwg-wg@w3.org
Do you suggest to have a mix of literals and resources using `dcat:keyword` like this? ```turtle <dataset> dcat:keyword "Keyword literal"@en , <http://eurovoc.europa.eu/100141> . ``` If so, I do not think this will improve interoperability. 1. Every implementation would now have to change to expect both literals, and resources, for which names would be somewhere else 2. For your use case, there is `dcat:theme`, which can be used with controlled vocabularies. The difference from `dcat:keyword` is exactly that - keywords for free text (no controlled vocabularies) and themes for controlled vocabularies. I think the current state is fine and we should not change that. -- GitHub Notification of comment by jakubklimek Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1585#issuecomment-1842475398 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 6 December 2023 09:09:29 UTC