SEMICeu / DCAT-AP

This is the issue tracker for the maintenance of DCAT-AP
https://joinup.ec.europa.eu/solution/dcat-application-profile-data-portals-europe
74 stars 24 forks source link

shacl spec error > use sh:node instead of sh:nodekind #139

Closed bertvannuffelen closed 4 years ago

bertvannuffelen commented 4 years ago

As out come of the SHACL shape validator ( https://www.itb.ec.europa.eu/shacl/shacl/upload ) one error has been detected.

In dcat-ap_2.0.0_shacl_shapes.ttl the following change should be applied:

@@ -688,7 +688,7 @@
         sh:severity sh:Violation
     ], [
         sh:minCount 1 ;
-        sh:nodeKind :DcatResource_Shape ;
+        sh:node :DcatResource_Shape ;
         sh:severity sh:Violation
     ] ;