Skip to content

Commit

Permalink
update draft with updated shacl shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
bertvannuffelen committed Apr 8, 2024
1 parent 34bcdc5 commit be498c7
Show file tree
Hide file tree
Showing 6 changed files with 381 additions and 345 deletions.
21 changes: 21 additions & 0 deletions releases/3.0.0-draft/html/shacl/deprecateduris.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,24 @@
sh:message "replace owl:versionInfo with dcat:version"@en
];
sh:targetClass dcat:Dataset .


#-------------------------------------------------------------------------
# The shapes in this file cover all URI changes that require attention
# by the catalogue owner.
#
# deprecated by the transition from version 2.x to 3.x
#
#-------------------------------------------------------------------------


:DatasetInverseProperties_Shape
a sh:NodeShape ;
rdfs:label "Dataset Deprecation properties"@en ;
sh:property [
sh:path dcat:isVersionOf ;
sh:severity sh:Warning ;
sh:message "dcat:isVersionOf is an inverse property and should only be used if dcat:hasVersion is present."@en
];
sh:targetClass dcat:Dataset .

Loading

0 comments on commit be498c7

Please sign in to comment.