Skip to content

Commit

Permalink
fix: Correct the message for the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kovalch committed Feb 6, 2024
1 parent cbf2a60 commit e2fce40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ogdch.shacl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@
sh:node :ThemeRestriction ;
sh:nodeKind sh:IRI ;
sh:severity sh:Warning ;
sh:message """The theme is expected from the controlled vocabulary http://publications.europa.eu/resource/authority/data-theme.
sh:message """The controlled vocabulary for dcat:theme has changed.
Please use the new one http://publications.europa.eu/resource/authority/data-theme.
See https://handbook.opendata.swiss/de/content/glossar/bibliothek/dcat-ap-ch.html#dcat-theme-dcat
"""@en ;
] ;
Expand Down Expand Up @@ -234,4 +235,4 @@
See https://handbook.opendata.swiss/de/content/glossar/bibliothek/dcat-ap-ch.html#dct-license-dcat
"""@en ;
sh:nodeKind sh:IRI ; # to enforce that license is an IRI
] .
] .

0 comments on commit e2fce40

Please sign in to comment.