[dxwg] Drop the range of dcat:keyword (#1585)

kvistgaard has just created a new issue for https://github.com/w3c/dxwg:

== Drop the range of dcat:keyword ==
Since the range of `dcat:keyword` is `rdfs:Literal`, this makes application profile designers use alternatives such as `dcterms:subject` which reduces interoperability with catalogues using `dcat:keyword`

A common SHACL shape in EU is:

```ttl
:Dataset-subject
  a sh:PropertyShape ;
  sh:path dcterms:subject ;
  sh:description "The value of this property is a keyword or tag describing the Data asset. It only allows values from the EuroVoc vocabulary http://eurovoc.europa.eu/ "@en ;
  sh:name "subject"@en ;
  sh:node [
      a sh:NodeShape ;
      sh:property [
          sh:path skos:inScheme ;
          sh:hasValue <http://eurovoc.europa.eu/100141> ;
        ] ;
    ] ;
  sh:nodeKind sh:IRI ;
  ```
  It would be nicer to use the dedicated `dcat:keyword`. 


Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1585 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:01:00 UTC